/* Heimdall Studio v0.18.6
   Controlled two-line wrapping for the future software card. */

/* Override the earlier narrow max-width that forced awkward English wrapping. */
.software-tile-future-minimal h3 {
    width: 100% !important;
    max-width: none !important;
    margin: 0 0 1.35rem !important;
    font-size: clamp(2.25rem, 2.7vw, 2.95rem) !important;
    font-weight: 500 !important;
    line-height: 1.08 !important;
    letter-spacing: -0.025em !important;
    text-align: left !important;
    text-wrap: initial !important;
}

/* The explicit line break is intentional, so keep each line intact. */
.software-tile-future-minimal h3 br {
    display: block;
}

/* Keep the body copy aligned with the heading. */
.software-tile-future-minimal p:last-child {
    max-width: 24ch !important;
    text-align: left !important;
}

@media (max-width: 980px) {
    .software-tile-future-minimal h3 {
        font-size: clamp(2.15rem, 7vw, 2.8rem) !important;
    }
}
