/**
 * Single Service tablet overrides (min-width: 641px)
 * Loaded via media="(min-width: 641px)" — ZERO @media queries
 */

.service-details__cards {
    gap: var(--fmr-spacing-xl);
}

.service-details__card {
    padding: var(--fmr-spacing-2xl);
}

.service-options-header {
    flex-wrap: nowrap;
}

.service-options-header__title {
    flex-basis: auto;
    flex: 1;
    order: 0;
}

.service-options-header__stat {
    min-width: 120px;
    flex: 0 0 auto;
}
