/* v26 — progress connector fill transition (no BS util for custom transition) */
.hstep-bar__fill {
    transition: width 0.5s ease;
}

/* v26 — step node state transition */
.hstep-bar__node {
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.contact-us-flex__min {
    min-width: 0;
}

.contact-us-media__cover {
    object-fit: cover;
}

/* contact-split — full-height image needs object-fit (no BS util) */
.contact-split__img {
    object-fit: cover;
    min-height: 16rem;
    max-height: 28rem;
}

/* contact-split — icon cell size (TW rounded padding has no fixed-size BS util) */
.contact-split__icon {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

