/* Heimdall Studio v0.18.1
   Lift the OdoBuddy copy group slightly so both software tiles
   share a more even visual baseline. */

/* Move only the textual/product-identity column upward.
   The phone visual itself remains anchored as before. */
.software-tile-odobuddy .software-tile-copy {
    transform: translateY(-38px) !important;
}

/* Keep the logo grouped naturally with the copy after the lift. */
.software-tile-odobuddy .software-tile-copy-logo {
    margin-bottom: clamp(1.6rem, 2.4vw, 2.2rem) !important;
}

/* Slightly tighten the spacing between status and product title. */
.software-tile-odobuddy .software-tile-status {
    margin-bottom: 0.8rem !important;
}

.software-tile-odobuddy .software-tile-copy h3 {
    margin-top: 0 !important;
}

/* On narrower layouts the cards stack, so remove the lift to
   preserve comfortable vertical spacing. */
@media (max-width: 980px) {
    .software-tile-odobuddy .software-tile-copy {
        transform: none !important;
    }
}
