/*
 * Display-price block (§5) for ABE surfaces. Designed to slot into the theme's
 * .abe-rate area left behind by the SB 478 price removal. Neutral, self-contained
 * classes so no theme CSS edits are required.
 */
.skyrun-dp {
    font-family: "Montserrat", sans-serif;
    line-height: 1.35;
}

.skyrun-dp-headline {
    font-size: 16px;
    font-weight: 500;
    color: inherit;
}

.skyrun-dp-headline strong {
    font-weight: 700;
}

.skyrun-dp-fees {
    font-size: 12px;
    font-weight: 400;
    white-space: nowrap;
}

.skyrun-dp-meta {
    font-size: 12px;
    font-weight: 400;
    opacity: 0.85;
    margin-top: 2px;
}

/* Unit-page fee-disclosure breakdown panel (§5 unit-page spec). */
.skyrun-dp-breakdown {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

.skyrun-dp-breakdown .skyrun-dp-bd-stay {
    font-weight: 600;
    margin-bottom: 6px;
}

.skyrun-dp-breakdown .skyrun-dp-bd-row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.skyrun-dp-breakdown .skyrun-dp-bd-total {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    margin-top: 6px;
    padding-top: 6px;
    font-weight: 700;
}

.skyrun-dp-breakdown .skyrun-dp-bd-tax {
    font-size: 12px;
    opacity: 0.85;
    margin-top: 4px;
}

.skyrun-dp-breakdown .skyrun-dp-bd-note {
    font-size: 12px;
    opacity: 0.7;
    margin-top: 8px;
}
