/* Hotels budget landings + /hotels directory — Cars SEO section patterns. */

/*
 * Budget Hotel SEO width + rhythm.
 * Wide rail matches Cars one-way benefits / directory (1080px).
 * Focused rail stays Snapshot-width (720px) — do not stretch data blocks.
 * Vertical tokens follow Cars: --gap-section for band/FAQ, related-block
 * padding (8/40 → 12/48) expressed as single content-to-content gaps.
 */
.page-hotels-budget {
    --hs-wide-rail: 1080px;
}

.page-hotels-budget-leaf {
    --hs-intel-rail: 720px;
    --hs-seo-gap: 24px;         /* related Price Intelligence group */
    --hs-seo-gap-lead: 28px;    /* benefits → intent (outside the group) */
    --hs-seo-gap-section: 36px; /* intel group → how-to editorial */
}

@media (min-width: 768px) {
    .page-hotels-budget-leaf {
        --hs-seo-gap: 32px;
        --hs-seo-gap-lead: 48px;
        --hs-seo-gap-section: 56px;
    }
}

.page-hotels-budget .hsu-hero__intro {
    margin: 8px auto 0;
    max-width: 42rem;
    color: #d7e2e8;
    font-family: Overpass, sans-serif;
    font-size: 15px;
    line-height: 1.45;
}

/*
 * Budget hubs: same hero intro as /cars/one-way
 * (.page-car-hire-hub .price-predictor-header .ch-hub-intro).
 * City leaves keep the compact .hsu-hero__intro above.
 */
.page-hotels-budget-hub #hotels-hero .price-predictor-header .hsu-hero__intro.ch-hub-intro {
    margin: 12px auto 0;
    max-width: 720px;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 1.55;
    color: var(--text-color-light, #ffffff);
    text-align: center;
}

.page-hotels-budget .hsu-hero__cta {
    margin: 18px auto 0;
    max-width: 42rem;
    color: #d7e2e8;
    font-family: Overpass, sans-serif;
    font-size: 15px;
    line-height: 1.45;
    text-align: center;
}

.page-hotels-budget .hsu-hero__cta a {
    color: #ffffff;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.page-hotels-budget .hsu-hero__cta a:hover,
.page-hotels-budget .hsu-hero__cta a:focus-visible {
    color: #ffffff;
    text-decoration-thickness: 2px;
}

.page-hotels-budget .hsu-hero__note {
    display: flex;
    align-items: center;
    gap: 6px;
    width: max-content;
    max-width: calc(100% - 24px);
    box-sizing: border-box;
    margin: 12px auto 0;
    padding: 5px 10px 5px 8px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3;
    text-align: left;
}

.page-hotels-budget .hsu-hero__note-icon {
    display: block;
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
    background-color: currentColor;
    -webkit-mask: url("../../icons/tip_offer.svg") center / contain no-repeat;
    mask: url("../../icons/tip_offer.svg") center / contain no-repeat;
}

.page-hotels-budget .hsu-hero__note-copy {
    white-space: nowrap;
}

.page-hotels-budget .hsu-hero__note-copy strong {
    font-weight: 600;
}

@media (min-width: 1025px) {
    .page-hotels-budget #hotels-hero .price-predictor-header .section-subtitle {
        max-width: 38ch;
    }
}

/*
 * Budget city leaves only: visual two-line H1.
 * Semantic heading stays one <h1> ("Hotels under $50 in Budapest").
 * Hubs, /hotels, and other products keep the shared subtitle rules.
 */
.page-hotels-landing.page-hotels-budget-leaf #hotels-hero .price-predictor-header .section-subtitle.hsu-hero__h1 {
    max-width: none;
    text-wrap: wrap;
}

.page-hotels-landing.page-hotels-budget-leaf #hotels-hero .hsu-hero__h1-intent,
.page-hotels-landing.page-hotels-budget-leaf #hotels-hero .hsu-hero__h1-place {
    display: block;
}

/* Editorial blocks below the hotel search form — same single-column guide as Cars hubs. */
.page-hotels-budget .ch-auto-rental-guide {
    padding: 48px 0 64px;
}

.page-hotels-budget .ch-auto-rental-guide > .container-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-hotels-budget .ch-auto-rental-guide__body {
    display: flex;
    flex-direction: column;
    gap: 28px;
    width: 100%;
    max-width: var(--hs-intel-rail, 720px);
    margin: 0 auto;
}

.page-hotels-budget .ch-auto-rental-guide__block {
    margin: 0;
    padding: 0;
    min-width: 0;
}

.page-hotels-budget .ch-auto-rental-guide__block-title {
    margin: 0 0 12px;
    padding: 0;
    font-family: Overpass, sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0;
    text-align: left;
    color: var(--text-color-secondary, #10374c);
}

.page-hotels-budget .ch-auto-rental-guide__text {
    margin: 0 0 12px;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    color: var(--color-gray-600, #4b5563);
    text-align: left;
}

.page-hotels-budget .ch-auto-rental-guide__text:last-child {
    margin-bottom: 0;
}

.page-hotels-budget .ch-auto-rental-guide__text a {
    color: var(--color-tealBlue, #10374c);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.page-hotels-budget .ch-auto-rental-guide__text a:hover,
.page-hotels-budget .ch-auto-rental-guide__text a:focus-visible {
    color: var(--color-skyBlue, #1b91e0);
}

/* Hotel price snapshot — city-budget leaves. */
.page-hotels-budget .hs-price-snapshot {
    padding: 28px 0 8px;
    background: transparent;
    overflow: visible;
}

.page-hotels-budget .hs-price-snapshot > .container-wrapper {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    overflow: visible;
    min-width: 0;
}

.page-hotels-budget .hs-price-snapshot__panel {
    width: 100%;
    max-width: var(--hs-intel-rail, 720px);
    margin: 0 auto;
    padding: 22px 22px 20px;
    border: 1px solid #c5ddee;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(16, 55, 76, 0.04);
    box-sizing: border-box;
    overflow: visible;
    min-width: 0;
}

.page-hotels-budget .hs-price-snapshot__header {
    margin: 0 0 16px;
}

.page-hotels-budget .hs-price-snapshot__title {
    margin: 0;
    padding: 0;
    font-family: Overpass, sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0;
    color: #10374c;
    text-align: left;
    text-wrap: balance;
}

.page-hotels-budget .hs-price-snapshot__meta {
    margin: 6px 0 0;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    line-height: 1.45;
    color: #5b6b75;
    overflow-wrap: anywhere;
}

.page-hotels-budget .hs-price-snapshot__meta-sep {
    margin: 0 0.35em;
}

.page-hotels-budget .hs-price-snapshot__cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

@media (min-width: 640px) {
    .page-hotels-budget .hs-price-snapshot__cards--3,
    .page-hotels-budget .hs-price-snapshot__cards--4 {
        grid-template-columns: repeat(var(--hs-card-count, 4), minmax(0, 1fr));
    }
}

.page-hotels-budget .hs-price-snapshot__card {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
    padding: 12px 12px 11px;
    border: 1px solid #e2ecf3;
    border-radius: 10px;
    background: #f7fbfe;
    box-sizing: border-box;
}

.page-hotels-budget .hs-price-snapshot__card--budget {
    background: #10374c;
    border-color: #10374c;
}

.page-hotels-budget .hs-price-snapshot__card-label {
    font-family: Overpass, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #5b6b75;
}

.page-hotels-budget .hs-price-snapshot__card--budget .hs-price-snapshot__card-label {
    color: #9fb3bf;
}

.page-hotels-budget .hs-price-snapshot__card-value {
    font-family: Overpass, sans-serif;
    font-size: clamp(1.15rem, 3.4vw, 1.45rem);
    font-weight: 700;
    line-height: 1.15;
    color: #10374c;
    font-variant-numeric: tabular-nums;
}

.page-hotels-budget .hs-price-snapshot__card--budget .hs-price-snapshot__card-value {
    color: #fff;
}

.page-hotels-budget .hs-price-snapshot__track-wrap {
    margin: 22px 0 0;
}

.page-hotels-budget .hs-price-snapshot__track {
    position: relative;
    height: 86px;
    margin: 0 22px;
}

.page-hotels-budget .hs-price-snapshot__track-line {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 4px;
    margin-top: -2px;
    border-radius: 999px;
    background: linear-gradient(90deg, #d7e8f4 0%, #1b91e0 100%);
}

.page-hotels-budget .hs-price-snapshot__marker {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    transform: translateX(-50%);
}

.page-hotels-budget .hs-price-snapshot__marker-dot {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 14px;
    margin: -7px 0 0 -7px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #1b91e0;
    box-shadow: 0 0 0 3px rgba(27, 145, 224, 0.12);
    box-sizing: border-box;
}

.page-hotels-budget .hs-price-snapshot__marker--budget .hs-price-snapshot__marker-dot {
    width: 16px;
    height: 16px;
    margin: -8px 0 0 -8px;
    background: #10374c;
    border-color: #10374c;
    box-shadow: 0 0 0 3px rgba(16, 55, 76, 0.14);
}

.page-hotels-budget .hs-price-snapshot__marker-amount,
.page-hotels-budget .hs-price-snapshot__marker-name {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
}

.page-hotels-budget .hs-price-snapshot__marker-amount {
    bottom: calc(50% + 14px);
    font-family: Overpass, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    color: #10374c;
}

.page-hotels-budget .hs-price-snapshot__marker-name {
    top: calc(50% + 14px);
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    color: #5b6b75;
}

.page-hotels-budget .hs-price-snapshot__marker--alt .hs-price-snapshot__marker-amount {
    bottom: auto;
    top: calc(50% + 28px);
}

.page-hotels-budget .hs-price-snapshot__marker--alt .hs-price-snapshot__marker-name {
    top: auto;
    bottom: calc(50% + 28px);
}

.page-hotels-budget .hs-price-snapshot__marker--start .hs-price-snapshot__marker-amount,
.page-hotels-budget .hs-price-snapshot__marker--start .hs-price-snapshot__marker-name {
    left: 0;
    transform: none;
    text-align: left;
}

.page-hotels-budget .hs-price-snapshot__marker--end .hs-price-snapshot__marker-amount,
.page-hotels-budget .hs-price-snapshot__marker--end .hs-price-snapshot__marker-name {
    left: auto;
    right: 0;
    transform: none;
    text-align: right;
}

.page-hotels-budget .hs-price-snapshot__track-note {
    margin: 8px 0 0;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    line-height: 1.4;
    color: #8794a0;
    text-align: center;
    overflow-wrap: anywhere;
}

.page-hotels-budget .hs-price-snapshot__insight {
    margin: 18px 0 0;
    padding: 12px 14px;
    border-radius: 10px;
    background: #e9f4fd;
    border-left: 3px solid #1b91e0;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.45;
    color: #10374c;
}

.page-hotels-budget .hs-price-snapshot__disclaimer {
    margin: 12px 0 0;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    line-height: 1.45;
    color: #5b6b75;
}

@media (max-width: 639px) {
    .page-hotels-budget .hs-price-snapshot {
        padding: 20px 0 4px;
    }

    .page-hotels-budget .hs-price-snapshot__panel {
        padding: 18px 16px 16px;
    }

    .page-hotels-budget .hs-price-snapshot__title {
        font-size: 1.15rem;
    }

    .page-hotels-budget .hs-price-snapshot__meta {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 2px;
    }

    .page-hotels-budget .hs-price-snapshot__meta-sep {
        display: none;
    }

    .page-hotels-budget .hs-price-snapshot__track {
        height: 52px;
        margin: 0 6px;
    }

    .page-hotels-budget .hs-price-snapshot__marker-name,
    .page-hotels-budget .hs-price-snapshot__marker--alt .hs-price-snapshot__marker-name {
        display: none;
    }

    .page-hotels-budget .hs-price-snapshot__marker-amount,
    .page-hotels-budget .hs-price-snapshot__marker--alt .hs-price-snapshot__marker-amount {
        top: auto;
        bottom: calc(50% + 12px);
        font-size: 12px;
    }

    .page-hotels-budget .hs-price-snapshot__track-note {
        text-align: left;
    }

    .page-hotels-budget .hs-price-snapshot__insight {
        font-size: 14px;
    }
}

/* Snapshot + 12-month trend as one Hotel Price Intelligence stack. */
.page-hotels-budget .hs-price-intelligence {
    background: transparent;
}

.page-hotels-budget .hs-price-intelligence .hs-price-snapshot {
    padding-bottom: 0;
}

.page-hotels-budget .hs-price-trend {
    padding: 12px 0 8px;
    background: transparent;
    overflow: visible;
}

.page-hotels-budget .hs-price-trend > .container-wrapper {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    overflow: visible;
    min-width: 0;
}

.page-hotels-budget .hs-price-trend__panel {
    width: 100%;
    max-width: var(--hs-intel-rail, 720px);
    margin: 0 auto;
    padding: 22px 22px 20px;
    border: 1px solid #c5ddee;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(16, 55, 76, 0.04);
    box-sizing: border-box;
    overflow: visible;
    min-width: 0;
}

.page-hotels-budget .hs-price-trend__header {
    margin: 0 0 14px;
}

.page-hotels-budget .hs-price-trend__title {
    margin: 0;
    padding: 0;
    font-family: Overpass, sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0;
    color: #10374c;
    text-align: left;
    text-wrap: balance;
}

.page-hotels-budget .hs-price-trend__meta {
    margin: 6px 0 0;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    line-height: 1.45;
    color: #5b6b75;
    overflow-wrap: anywhere;
}

.page-hotels-budget .hs-price-trend__insight {
    margin: 0 0 16px;
    padding: 12px 14px;
    border-radius: 10px;
    background: #e9f4fd;
    border-left: 3px solid #1b91e0;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.45;
    color: #10374c;
}

.page-hotels-budget .hs-price-trend__chart-wrap {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0;
    overflow: visible;
    touch-action: manipulation;
    -ms-touch-action: manipulation;
}

.page-hotels-budget .hs-price-trend__svg {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    overflow: visible;
}

.page-hotels-budget .hs-price-trend__grid {
    stroke: #e2ecf3;
    stroke-width: 1;
}

.page-hotels-budget .hs-price-trend__ytick,
.page-hotels-budget .hs-price-trend__xlabel,
.page-hotels-budget .hs-price-trend__budget-label {
    font-family: Overpass, sans-serif;
    fill: #5b6b75;
}

.page-hotels-budget .hs-price-trend__ytick {
    font-size: 11px;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
}

.page-hotels-budget .hs-price-trend__xlabel {
    font-size: 12px;
    font-weight: 600;
}

.page-hotels-budget .hs-price-trend__budget {
    stroke: #10374c;
    stroke-width: 1.5;
    stroke-dasharray: 5 4;
    stroke-opacity: 0.72;
}

.page-hotels-budget .hs-price-trend__budget-label {
    font-size: 11px;
    font-weight: 700;
    fill: #10374c;
}

.page-hotels-budget .hs-price-trend__area {
    fill: url(#hs-price-trend-fill);
}

.page-hotels-budget .hs-price-trend__line {
    fill: none;
    stroke: #1b91e0;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.page-hotels-budget .hs-price-trend__hit {
    fill: transparent;
    cursor: pointer;
}

.page-hotels-budget .hs-price-trend__point {
    fill: #fff;
    stroke: #1b91e0;
    stroke-width: 2;
    pointer-events: none;
}

.page-hotels-budget .hs-price-trend__point--cheapest {
    fill: #10374c;
    stroke: #10374c;
}

.page-hotels-budget .hs-price-trend__hit.is-active + .hs-price-trend__point,
.page-hotels-budget .hs-price-trend__hit:focus + .hs-price-trend__point {
    stroke-width: 3;
}

.page-hotels-budget .hs-price-trend__tooltip {
    position: absolute;
    z-index: 2;
    min-width: 148px;
    max-width: calc(100% - 16px);
    padding: 10px 12px;
    border: 1px solid #c5ddee;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 6px 18px rgba(16, 55, 76, 0.12);
    pointer-events: none;
    box-sizing: border-box;
}

.page-hotels-budget .hs-price-trend__tooltip-month {
    margin: 0 0 8px;
    font-family: Overpass, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.25;
    color: #10374c;
}

.page-hotels-budget .hs-price-trend__tooltip-metrics {
    display: grid;
    gap: 4px;
    margin: 0;
}

.page-hotels-budget .hs-price-trend__tooltip-metrics > div {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.page-hotels-budget .hs-price-trend__tooltip-metrics dt {
    margin: 0;
    font-family: Overpass, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #5b6b75;
}

.page-hotels-budget .hs-price-trend__tooltip-metrics dd {
    margin: 0;
    font-family: Overpass, sans-serif;
    font-size: 13px;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    color: #10374c;
}

.page-hotels-budget .hs-price-trend__tooltip-metrics > div:first-child dt,
.page-hotels-budget .hs-price-trend__tooltip-metrics > div:first-child dd {
    color: #1b91e0;
}

.page-hotels-budget .hs-price-trend__legend {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 18px;
    margin: 10px 0 0;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #5b6b75;
}

.page-hotels-budget .hs-price-trend__legend-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.page-hotels-budget .hs-price-trend__legend-item--median::before {
    content: "";
    width: 14px;
    height: 3px;
    border-radius: 999px;
    background: #1b91e0;
}

.page-hotels-budget .hs-price-trend__legend-item--budget::before {
    content: "";
    width: 14px;
    height: 0;
    border-top: 2px dashed #10374c;
}

.page-hotels-budget .hs-price-trend__disclaimer {
    margin: 12px 0 0;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    line-height: 1.45;
    color: #5b6b75;
}

@media (max-width: 639px) {
    .page-hotels-budget .hs-price-trend {
        padding: 10px 0 4px;
    }

    .page-hotels-budget .hs-price-trend__panel {
        padding: 18px 16px 16px;
    }

    .page-hotels-budget .hs-price-trend__title {
        font-size: 1.15rem;
    }

    .page-hotels-budget .hs-price-trend__insight {
        font-size: 14px;
    }

    .page-hotels-budget .hs-price-trend__xlabel--optional {
        display: none;
    }

    .page-hotels-budget .hs-price-trend__ytick,
    .page-hotels-budget .hs-price-trend__xlabel,
    .page-hotels-budget .hs-price-trend__budget-label {
        font-size: 10px;
    }
}

/* Good to know — city-budget leaves. */
.page-hotels-budget .hs-price-insights {
    padding: 12px 0 8px;
    background: transparent;
    overflow: hidden;
    scroll-margin-top: 84px;
}

.page-hotels-budget .hs-price-insights > .container-wrapper {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    overflow: hidden;
    min-width: 0;
}

.page-hotels-budget .hs-price-insights__panel {
    width: 100%;
    max-width: var(--hs-intel-rail, 720px);
    margin: 0 auto;
    padding: 22px 22px 20px;
    border: 1px solid #c5ddee;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(16, 55, 76, 0.04);
    box-sizing: border-box;
    overflow: hidden;
    min-width: 0;
}

.page-hotels-budget .hs-price-insights__header {
    margin: 0 0 16px;
}

.page-hotels-budget .hs-price-insights__title {
    margin: 0;
    padding: 0;
    font-family: Overpass, sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0;
    color: #10374c;
    text-align: left;
    text-wrap: balance;
}

.page-hotels-budget .hs-price-insights__meta {
    margin: 6px 0 0;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    line-height: 1.45;
    color: #5b6b75;
    overflow-wrap: anywhere;
}

.page-hotels-budget .hs-price-insights__cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

@media (min-width: 900px) {
    .page-hotels-budget .hs-price-insights__cards--4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.page-hotels-budget .hs-price-insights__card {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
    height: 100%;
    padding: 12px 12px 11px;
    border: 1px solid #e2ecf3;
    border-radius: 10px;
    background: #f7fbfe;
    box-sizing: border-box;
}

.page-hotels-budget .hs-price-insights__icon {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 22px;
    height: 22px;
    margin: 0 0 2px;
}

.page-hotels-budget .hs-price-insights__icon img {
    display: block;
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.page-hotels-budget .hs-price-insights__card-label {
    font-family: Overpass, sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #5b6b75;
    overflow-wrap: break-word;
}

@media (min-width: 900px) {
    .page-hotels-budget .hs-price-insights__card-label {
        white-space: nowrap;
    }
}

.page-hotels-budget .hs-price-insights__card-value {
    font-family: Overpass, sans-serif;
    font-size: clamp(1.05rem, 2.8vw, 1.35rem);
    font-weight: 700;
    line-height: 1.2;
    color: #10374c;
    font-variant-numeric: tabular-nums;
    overflow-wrap: anywhere;
}

.page-hotels-budget .hs-price-insights__card-secondary {
    margin-top: auto;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    line-height: 1.35;
    color: #5b6b75;
    overflow-wrap: anywhere;
}

.page-hotels-budget .hs-price-insights__seasonal {
    margin: 16px 0 0;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 1.45;
    color: #10374c;
    overflow-wrap: anywhere;
}

.page-hotels-budget .hs-price-insights__disclaimer {
    margin: 12px 0 0;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    line-height: 1.45;
    color: #5b6b75;
}

@media (max-width: 639px) {
    .page-hotels-budget .hs-price-insights {
        padding: 10px 0 4px;
    }

    .page-hotels-budget .hs-price-insights__panel {
        padding: 18px 16px 16px;
    }

    .page-hotels-budget .hs-price-insights__title {
        font-size: 1.15rem;
    }

    .page-hotels-budget .hs-price-insights__card-value {
        font-size: 1.1rem;
    }
}

/* Star-rating medians — city-budget leaves. */
.page-hotels-budget .hs-price-stars {
    padding: 12px 0 8px;
    background: transparent;
    overflow: hidden;
    scroll-margin-top: 84px;
}

.page-hotels-budget .hs-price-stars > .container-wrapper {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    overflow: hidden;
    min-width: 0;
}

.page-hotels-budget .hs-price-stars__panel {
    width: 100%;
    max-width: var(--hs-intel-rail, 720px);
    margin: 0 auto;
    padding: 22px 22px 20px;
    border: 1px solid #c5ddee;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(16, 55, 76, 0.04);
    box-sizing: border-box;
    overflow: hidden;
    min-width: 0;
}

.page-hotels-budget .hs-price-stars__header {
    margin: 0 0 16px;
}

.page-hotels-budget .hs-price-stars__title {
    margin: 0;
    padding: 0;
    font-family: Overpass, sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.25;
    color: #10374c;
    text-align: left;
    text-wrap: balance;
}

.page-hotels-budget .hs-price-stars__summary {
    margin: 8px 0 0;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: #10374c;
    overflow-wrap: anywhere;
}

.page-hotels-budget .hs-price-stars__rows {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.page-hotels-budget .hs-price-stars__row {
    display: grid;
    grid-template-columns: 2.6em minmax(0, 1fr) auto;
    align-items: center;
    column-gap: 12px;
    min-width: 0;
}

.page-hotels-budget .hs-price-stars__rating {
    font-family: Overpass, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    color: #10374c;
    white-space: nowrap;
}

.page-hotels-budget .hs-price-stars__track {
    display: block;
    height: 10px;
    min-width: 0;
    border-radius: 999px;
    background: #e9f4fd;
    overflow: hidden;
}

.page-hotels-budget .hs-price-stars__bar {
    display: block;
    height: 100%;
    max-width: 100%;
    border-radius: 999px;
    background: #1b91e0;
}

.page-hotels-budget .hs-price-stars__price {
    font-family: Overpass, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    color: #10374c;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
    text-align: right;
}

.page-hotels-budget .hs-price-stars__disclaimer {
    margin: 12px 0 0;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    line-height: 1.45;
    color: #5b6b75;
}

@media (max-width: 639px) {
    .page-hotels-budget .hs-price-stars {
        padding: 10px 0 4px;
    }

    .page-hotels-budget .hs-price-stars__panel {
        padding: 18px 16px 16px;
    }

    .page-hotels-budget .hs-price-stars__title {
        font-size: 1.15rem;
    }

    .page-hotels-budget .hs-price-stars__row {
        column-gap: 8px;
    }

    .page-hotels-budget .hs-price-stars__rating,
    .page-hotels-budget .hs-price-stars__price {
        font-size: 14px;
    }
}

/* Intent answer — editorial lead-in after benefits, before snapshot evidence. */
.page-hotels-budget .hs-benefit-strip:has(+ .hs-intent-answer) {
    padding-bottom: 8px;
}

.page-hotels-budget .hs-intent-answer {
    padding: 4px 0 16px;
    background: transparent;
}

.page-hotels-budget .hs-intent-answer + .hs-price-intelligence .hs-price-snapshot {
    padding-top: 12px;
}

.page-hotels-budget .hs-intent-answer > .container-wrapper {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.page-hotels-budget .hs-intent-answer__panel {
    width: 100%;
    max-width: var(--hs-intel-rail, 720px);
    margin: 0 auto;
    padding: 2px 0 2px 16px;
    box-sizing: border-box;
    border-left: 3px solid #b7d3ea;
    background: transparent;
}

.page-hotels-budget .hs-intent-answer__title {
    margin: 0 0 10px;
    padding: 0;
    font-family: Overpass, sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0;
    color: #10374c;
    text-align: left;
    text-wrap: balance;
}

.page-hotels-budget .hs-intent-answer__body {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    color: var(--color-gray-600, #4b5563);
    text-align: left;
}

@media (max-width: 639px) {
    .page-hotels-budget .hs-intent-answer {
        padding: 2px 0 12px;
    }

    .page-hotels-budget .hs-intent-answer__title {
        font-size: 1.15rem;
    }

    .page-hotels-budget .hs-intent-answer__panel {
        padding-left: 14px;
    }
}

/*
 * Leaf vertical rhythm — Cars one-way section stacking, whitespace only.
 * Hubs, /hotels, and component chrome/widths are unchanged.
 */
.page-hotels-budget.page-hotels-budget-leaf .hs-benefit-strip,
.page-hotels-budget.page-hotels-budget-leaf .hs-benefit-strip:has(+ .hs-intent-answer) {
    padding: var(--gap-section) 0 0;
}

.page-hotels-budget.page-hotels-budget-leaf .hs-intent-answer {
    padding: var(--hs-seo-gap-lead) 0 var(--hs-seo-gap);
}

.page-hotels-budget.page-hotels-budget-leaf .hs-price-intelligence {
    display: flex;
    flex-direction: column;
    gap: var(--hs-seo-gap);
}

.page-hotels-budget .hs-price-footnote {
    padding: 10px 0 0;
    margin: 0;
    background: transparent;
}

.page-hotels-budget .hs-price-footnote > .container-wrapper {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.page-hotels-budget .hs-price-footnote__text {
    width: 100%;
    max-width: var(--hs-intel-rail, 720px);
    margin: 0 auto;
    padding: 0;
    border: 0;
    background: transparent;
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #5b6b75;
}

.page-hotels-budget.page-hotels-budget-leaf .hs-budget-alt {
    padding: 10px 0 0;
    margin: 0;
    background: transparent;
}

.page-hotels-budget.page-hotels-budget-leaf .hs-budget-alt > .container-wrapper {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.page-hotels-budget.page-hotels-budget-leaf .hs-budget-alt__text {
    width: 100%;
    max-width: var(--hs-intel-rail, 720px);
    margin: 0 auto;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #10374c;
}

.page-hotels-budget.page-hotels-budget-leaf .hs-budget-alt__text a {
    color: var(--color-tealBlue, #10374c);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.page-hotels-budget.page-hotels-budget-leaf .hs-budget-alt__text a:hover,
.page-hotels-budget.page-hotels-budget-leaf .hs-budget-alt__text a:focus-visible {
    color: var(--color-skyBlue, #1b91e0);
}

.page-hotels-budget.page-hotels-budget-leaf .hs-intent-answer + .hs-price-intelligence .hs-price-snapshot,
.page-hotels-budget.page-hotels-budget-leaf .hs-price-intelligence .hs-price-snapshot,
.page-hotels-budget.page-hotels-budget-leaf .hs-price-intelligence .hs-price-trend,
.page-hotels-budget.page-hotels-budget-leaf .hs-price-intelligence .hs-price-insights,
.page-hotels-budget.page-hotels-budget-leaf .hs-price-intelligence .hs-price-stars {
    padding-top: 0;
    padding-bottom: 0;
}

.page-hotels-budget.page-hotels-budget-leaf .ch-auto-rental-guide {
    padding: var(--hs-seo-gap-section) 0 0;
}

.page-hotels-budget.page-hotels-budget-leaf .ch-auto-rental-guide__body {
    gap: 0;
}

.page-hotels-budget.page-hotels-budget-leaf .ch-auto-rental-guide__block-title {
    margin: 0 0 12px;
    font-size: 1.25rem;
}

.page-hotels-budget.page-hotels-budget-leaf .ch-auto-rental-guide__text {
    margin: 0 0 12px;
    line-height: 1.6;
}

.page-hotels-budget.page-hotels-budget-leaf .ch-auto-rental-guide__text:last-child {
    margin-bottom: 0;
}

/* City leaves: no FAQ subtitle — keep Message Us spacing from Cars Price Tracker. */
.page-hotels-budget.page-hotels-budget-leaf .faq .faq-header-title {
    margin-bottom: 0;
}

.page-hotels-budget.page-hotels-budget-leaf .faq .faq-header-btn {
    margin-top: 16px;
}

/* Budget hubs: no FAQ subtitle; compact accordion for 8 questions. */
.page-hotels-budget-hub .faq .faq-header-title {
    margin-bottom: 0;
}

.page-hotels-budget-hub .faq .faq-header-btn {
    margin-top: 16px;
}

.page-hotels-budget-hub .faq .accordion {
    gap: 10px;
}

.page-hotels-budget-hub .faq .accordion-summary {
    padding-top: 14px;
    padding-bottom: 14px;
}

.page-hotels-budget-hub-usd .faq .accordion-content a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 2px;
}

/* Hotel breadcrumbs reuse Cars trail markup with hotel page chrome. */
.page-hotels-landing .brand-showcase--hotels:has(.ch-cars-breadcrumbs) {
    padding-top: 22px;
}

/* Budget SEO: Cars trust-band rhythm — white logos, then light-blue body content. */
.page-hotels-landing.page-hotels-budget .brand-showcase--hotels.ch-pt-trust,
.page-hotels-landing.page-hotels-budget .ch-cars-breadcrumbs-host.ch-pt-trust {
    padding: 22px 0 40px;
    background: var(--bg-color-white, #fff);
}

.page-hotels-landing .brand-showcase--hotels:has(.ch-cars-breadcrumbs) .scroll-container .scroll-content {
    margin-top: 0;
}

.page-hotels-landing .ch-cars-breadcrumbs-host {
    padding: 22px 0 0;
    background: #fff;
}

@media (max-width: 767px) {
    .page-hotels-budget .ch-auto-rental-guide {
        padding: 36px 0 48px;
    }

    .page-hotels-budget .ch-auto-rental-guide__body {
        gap: 24px;
    }

    .page-hotels-budget.page-hotels-budget-leaf .ch-auto-rental-guide {
        padding: var(--hs-seo-gap-section) 0 0;
    }

    .page-hotels-budget.page-hotels-budget-leaf .ch-auto-rental-guide__body {
        gap: 0;
    }
}

@media (max-width: 639px) {
    .page-hotels-budget.page-hotels-budget-leaf .ch-auto-rental-guide__block-title {
        font-size: 1.15rem;
    }

    .page-hotels-budget.page-hotels-budget-leaf .hs-intent-answer {
        padding: var(--hs-seo-gap-lead) 0 var(--hs-seo-gap);
    }

    .page-hotels-budget.page-hotels-budget-leaf .hs-price-snapshot,
    .page-hotels-budget.page-hotels-budget-leaf .hs-price-trend,
    .page-hotels-budget.page-hotels-budget-leaf .hs-price-insights,
    .page-hotels-budget.page-hotels-budget-leaf .hs-price-stars,
    .page-hotels-budget.page-hotels-budget-leaf .hs-price-intelligence .hs-price-snapshot,
    .page-hotels-budget.page-hotels-budget-leaf .hs-price-intelligence .hs-price-trend,
    .page-hotels-budget.page-hotels-budget-leaf .hs-price-intelligence .hs-price-insights,
    .page-hotels-budget.page-hotels-budget-leaf .hs-price-intelligence .hs-price-stars {
        padding-top: 0;
        padding-bottom: 0;
    }
}

/* Popular budget hotel searches — same card grid as Cars popular searches. */
body.page-hotels-landing section.popular-destinations-nav.popular-destinations-nav--hotels {
    padding: var(--gap-section) 0;
    background-color: var(--bg-color-primary);
}

body.page-hotels-landing section.popular-destinations-nav.popular-destinations-nav--hotels > .container-wrapper {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: var(--container-width);
    min-width: 0;
}

body.page-hotels-landing section.popular-destinations-nav.popular-destinations-nav--hotels .popular-destinations-nav__header {
    display: block;
    width: 100%;
    margin: 0 0 28px;
    padding: 0;
    text-align: center;
}

body.page-hotels-landing section.popular-destinations-nav.popular-destinations-nav--hotels .popular-destinations-nav__title {
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
    text-wrap: balance;
}

body.page-hotels-landing section.popular-destinations-nav.popular-destinations-nav--hotels .popular-destinations-nav__subtitle {
    display: block;
    margin: 10px auto 0;
    padding: 0;
    max-width: 42rem;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: var(--color-gray-600, #4b5563);
}

@media (min-width: 992px) {
    body.page-hotels-landing section.popular-destinations-nav.popular-destinations-nav--hotels .popular-destinations-nav__header {
        margin-bottom: 36px;
    }
}

/*
 * City-leaf related links: One-Way sibling-route heading treatment
 * (left-aligned product H2), not the centered /hotels directory style.
 */
body.page-hotels-landing.page-hotels-budget-leaf section.popular-destinations-nav.popular-destinations-nav--hotels .popular-destinations-nav__header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 1080px;
    margin: 0 0 20px;
    padding: 0;
    text-align: left;
}

body.page-hotels-landing.page-hotels-budget-leaf section.popular-destinations-nav.popular-destinations-nav--hotels .popular-destinations-nav__title {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: Overpass, sans-serif;
    font-size: clamp(1.25rem, 2.2vw, 1.55rem);
    font-weight: 700;
    line-height: 1.28;
    letter-spacing: normal;
    color: #10374c;
    text-align: left;
    text-wrap: balance;
}

body.page-hotels-landing.page-hotels-budget-leaf section.popular-destinations-nav.popular-destinations-nav--hotels .popular-destinations-nav__subtitle {
    display: block;
    width: 100%;
    max-width: 1080px;
    margin: 8px 0 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.55;
    color: #4a5c66;
    text-align: left;
    text-wrap: pretty;
}

@media (min-width: 992px) {
    body.page-hotels-landing.page-hotels-budget-leaf section.popular-destinations-nav.popular-destinations-nav--hotels .popular-destinations-nav__header {
        margin-bottom: 20px;
    }
}

body.page-hotels-landing.page-hotels-budget-leaf section.popular-destinations-nav.popular-destinations-nav--hotels .popular-destinations-nav__list,
body.page-hotels-landing.page-hotels-budget-leaf section.popular-destinations-nav.popular-destinations-nav--hotels .popular-destinations-nav__nav {
    width: 100%;
}

body.page-hotels-landing.page-hotels-budget-leaf section.popular-destinations-nav.popular-destinations-nav--hotels .popular-destinations-nav__link {
    text-align: left;
    align-items: center;
}

body.page-hotels-landing.page-hotels-budget-leaf section.popular-destinations-nav.popular-destinations-nav--hotels .popular-destinations-nav__text {
    flex: 1 1 auto;
    min-width: 0;
    text-align: left;
    overflow-wrap: anywhere;
    word-break: break-word;
}

body.page-hotels-landing section.popular-destinations-nav.popular-destinations-nav--hotels .popular-destinations-nav__group {
    width: 100%;
    margin: 0 0 28px;
}

body.page-hotels-landing section.popular-destinations-nav.popular-destinations-nav--hotels .popular-destinations-nav__group:last-child {
    margin-bottom: 0;
}

body.page-hotels-landing section.popular-destinations-nav.popular-destinations-nav--hotels .popular-destinations-nav__group-title {
    margin: 0 0 14px;
    padding: 0;
    font-family: Overpass, sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.3;
    color: var(--text-color-secondary, #10374c);
    text-align: left;
}

body.page-hotels-landing section.popular-destinations-nav.popular-destinations-nav--hotels .popular-destinations-nav__nav {
    width: 100%;
}

body.page-hotels-landing section.popular-destinations-nav.popular-destinations-nav--hotels .popular-destinations-nav__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

@media (min-width: 768px) {
    body.page-hotels-landing section.popular-destinations-nav.popular-destinations-nav--hotels .popular-destinations-nav__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }
}

@media (min-width: 992px) {
    body.page-hotels-landing section.popular-destinations-nav.popular-destinations-nav--hotels .popular-destinations-nav__list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 12px 14px;
    }
}

body.page-hotels-landing section.popular-destinations-nav.popular-destinations-nav--hotels .popular-destinations-nav__item {
    margin: 0;
    padding: 0;
    min-width: 0;
}

body.page-hotels-landing section.popular-destinations-nav.popular-destinations-nav--hotels .popular-destinations-nav__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    min-height: 48px;
    padding: 12px 16px;
    border-radius: 12px;
    background: var(--bg-color-white, #ffffff);
    border: 1px solid #c5ddee;
    box-shadow: 0 1px 2px rgba(16, 55, 76, 0.04);
    color: var(--color-tealBlue, #10374c);
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    text-decoration: none;
    box-sizing: border-box;
    transition:
        border-color 0.18s ease,
        color 0.18s ease,
        background-color 0.18s ease,
        box-shadow 0.18s ease,
        transform 0.18s ease;
}

body.page-hotels-landing section.popular-destinations-nav.popular-destinations-nav--hotels .popular-destinations-nav__text {
    min-width: 0;
}

body.page-hotels-landing section.popular-destinations-nav.popular-destinations-nav--hotels .popular-destinations-nav__chevron {
    flex: 0 0 auto;
    font-size: 14px;
    line-height: 1;
    color: var(--color-gray-400, #9ca3af);
    transition: color 0.18s ease, transform 0.18s ease;
}

body.page-hotels-landing section.popular-destinations-nav.popular-destinations-nav--hotels .popular-destinations-nav__link:hover,
body.page-hotels-landing section.popular-destinations-nav.popular-destinations-nav--hotels .popular-destinations-nav__link:focus-visible {
    border-color: rgba(27, 145, 224, 0.55);
    color: var(--color-skyBlue, #1b91e0);
    background: rgba(27, 145, 224, 0.06);
    box-shadow: 0 2px 8px rgba(27, 145, 224, 0.14);
    text-decoration: none;
    transform: translateY(-1px);
}

body.page-hotels-landing section.popular-destinations-nav.popular-destinations-nav--hotels .popular-destinations-nav__link:hover .popular-destinations-nav__chevron,
body.page-hotels-landing section.popular-destinations-nav.popular-destinations-nav--hotels .popular-destinations-nav__link:focus-visible .popular-destinations-nav__chevron {
    color: var(--color-skyBlue, #1b91e0);
    transform: translateX(2px);
}

body.page-hotels-landing section.popular-destinations-nav.popular-destinations-nav--hotels .popular-destinations-nav__link:focus-visible {
    outline: 2px solid rgba(27, 145, 224, 0.55);
    outline-offset: 2px;
}

/* FAQ accordion summaries are semantic buttons — same reset as Cars SEO pages. */
body.page-hotels-landing .faq .accordion-summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    width: 100%;
    border: 0;
    background: transparent;
    color: inherit;
    text-align: left;
    font: inherit;
    cursor: pointer;
}

body.page-hotels-landing .faq .accordion-summary__text {
    flex: 1 1 auto;
}

body.page-hotels-landing .faq .accordion-summary:focus-visible {
    outline: 2px solid #10374c66;
    outline-offset: -2px;
}

/* Lightweight 3-benefit strip — spacing only, no dividers or cards. */
.page-hotels-budget .hs-benefit-strip {
    padding: 20px 0 40px;
    background: transparent;
}

@media (min-width: 768px) {
    .page-hotels-budget .hs-benefit-strip {
        padding: 24px 0 40px;
    }
}

.page-hotels-budget .hs-benefit-strip > .container-wrapper {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    min-width: 0;
}

.page-hotels-budget .hs-benefit-strip__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    width: 100%;
    max-width: var(--hs-wide-rail, 1080px);
    margin: 0 auto;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
}

.page-hotels-budget .hs-benefit-strip__item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-sizing: border-box;
}

@media (min-width: 768px) {
    .page-hotels-budget .hs-benefit-strip__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 32px;
    }

    .page-hotels-budget .hs-benefit-strip__item {
        padding: 4px 0;
        gap: 14px;
    }
}

.page-hotels-budget .hs-benefit-strip__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    margin: 0;
    border-radius: 50%;
    background: #e9f4fd;
    color: #1b91e0;
}

.page-hotels-budget .hs-benefit-strip__icon img,
.page-hotels-budget .hs-benefit-strip__icon svg {
    display: block;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    object-fit: contain;
    object-position: center;
}

.page-hotels-budget .hs-benefit-strip__copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    min-width: 0;
    flex: 1 1 auto;
}

.page-hotels-budget .hs-benefit-strip__title {
    margin: 0;
    font-family: Overpass, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0;
    color: #10374c;
    text-transform: none;
}

.page-hotels-budget .hs-benefit-strip__text {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
    color: #5b6b75;
    overflow-wrap: anywhere;
}

/*
 * Hub "How the budget search works": same outer rail as destination cards.
 * Centered H2; body + cross-link sit in a centered --hs-wide-rail (1080px)
 * block with left-aligned copy — not a narrow ~720px editorial column.
 */
body.page-hotels-landing.page-hotels-budget-hub .hs-budget-guide {
    padding: var(--gap-section) 0;
}

body.page-hotels-landing.page-hotels-budget-hub .hs-budget-guide > .container-wrapper {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: var(--container-width);
    min-width: 0;
}

body.page-hotels-landing.page-hotels-budget-hub .hs-budget-guide .ch-auto-rental-guide__body {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: none;
    margin: 0;
    gap: 0;
}

body.page-hotels-landing.page-hotels-budget-hub .hs-budget-guide .ch-auto-rental-guide__block {
    width: 100%;
    max-width: none;
}

body.page-hotels-landing.page-hotels-budget-hub .hs-budget-guide .popular-destinations-nav__title {
    display: block;
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
    text-align: center;
    text-wrap: balance;
}

body.page-hotels-landing.page-hotels-budget-hub .hs-budget-guide .hs-budget-guide__copy {
    width: 100%;
    max-width: var(--hs-wide-rail, 1080px);
    margin: 0 auto;
    min-width: 0;
    box-sizing: border-box;
}

body.page-hotels-landing.page-hotels-budget-hub .hs-budget-guide .ch-auto-rental-guide__text {
    max-width: none;
    text-align: left;
}

@media (min-width: 992px) {
    body.page-hotels-landing.page-hotels-budget-hub .hs-budget-guide .popular-destinations-nav__title {
        margin-bottom: 28px;
    }
}

/* Featured destination discovery — photo then white card body, same rail as other hub sections. */
body.page-hotels-landing.page-hotels-budget-hub .hs-featured-destinations {
    padding: var(--gap-section) 0;
    background-color: var(--bg-color-primary);
}

/* Same section-to-section token as Featured → Browse, not the taller guide 64px bottom. */
body.page-hotels-landing.page-hotels-budget-hub .hs-budget-guide:has(+ .hs-featured-destinations) {
    padding-bottom: var(--gap-section);
}

body.page-hotels-landing.page-hotels-budget-hub .hs-featured-destinations > .container-wrapper {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: var(--container-width);
    min-width: 0;
}

/*
 * Heading block reuses Browse H2 / subtitle tokens
 * (.popular-destinations-nav__title / __subtitle). Constrain the text only —
 * the card grid stays on the wide content rail.
 */
body.page-hotels-landing.page-hotels-budget-hub .hs-featured-destinations__header {
    display: block;
    width: 100%;
    max-width: 42rem;
    margin: 0 auto 28px;
    padding: 0;
    text-align: center;
}

body.page-hotels-landing.page-hotels-budget-hub .hs-featured-destinations .popular-destinations-nav__title {
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
    text-wrap: balance;
}

body.page-hotels-landing.page-hotels-budget-hub .hs-featured-destinations .popular-destinations-nav__subtitle {
    display: block;
    margin: 10px auto 0;
    padding: 0;
    max-width: 42rem;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: var(--color-gray-600, #4b5563);
}

@media (min-width: 992px) {
    body.page-hotels-landing.page-hotels-budget-hub .hs-featured-destinations__header {
        margin-bottom: 36px;
    }
}

body.page-hotels-landing.page-hotels-budget-hub .hs-featured-destinations__grid {
    display: grid;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
    gap: 16px;
    grid-template-columns: 1fr;
}

@media (min-width: 360px) {
    body.page-hotels-landing.page-hotels-budget-hub .hs-featured-destinations__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }
}

@media (min-width: 768px) {
    body.page-hotels-landing.page-hotels-budget-hub .hs-featured-destinations__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }
}

@media (min-width: 1200px) {
    body.page-hotels-landing.page-hotels-budget-hub .hs-featured-destinations__grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 20px;
    }
}

body.page-hotels-landing.page-hotels-budget-hub a.hs-featured-card {
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 44px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: var(--bg-color-white, #ffffff);
    border: 1px solid #c5ddee;
    border-radius: 20px;
    box-shadow: 0 2px 10px rgba(16, 55, 76, 0.06);
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

body.page-hotels-landing.page-hotels-budget-hub a.hs-featured-card:hover,
body.page-hotels-landing.page-hotels-budget-hub a.hs-featured-card:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(16, 55, 76, 0.12);
    border-color: rgba(27, 145, 224, 0.45);
    text-decoration: none;
}

body.page-hotels-landing.page-hotels-budget-hub a.hs-featured-card:focus-visible {
    outline: 2px solid rgba(27, 145, 224, 0.55);
    outline-offset: 2px;
}

body.page-hotels-landing.page-hotels-budget-hub .hs-featured-card__media {
    position: relative;
    display: block;
    flex: 0 0 auto;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: linear-gradient(
        165deg,
        rgba(27, 145, 224, 0.12) 0%,
        rgba(27, 145, 224, 0.04) 55%,
        rgba(16, 55, 76, 0.06) 100%
    );
}

body.page-hotels-landing.page-hotels-budget-hub .hs-featured-card__img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.page-hotels-landing.page-hotels-budget-hub .hs-featured-card__body {
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1 1 auto;
    min-width: 0;
    padding: 14px 16px 16px;
}

body.page-hotels-landing.page-hotels-budget-hub .hs-featured-card__city {
    display: block;
    min-width: 0;
    font-family: Overpass, sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.3;
    color: var(--color-tealBlue, #10374c);
    overflow-wrap: anywhere;
}

body.page-hotels-landing.page-hotels-budget-hub .hs-featured-card__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-width: 0;
}

body.page-hotels-landing.page-hotels-budget-hub .hs-featured-card__price {
    min-width: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
    color: #4a5c66;
}

body.page-hotels-landing.page-hotels-budget-hub .hs-featured-card__chevron {
    flex: 0 0 auto;
    font-size: 14px;
    line-height: 1;
    color: var(--color-gray-400, #9ca3af);
    transition: color 0.18s ease, transform 0.18s ease;
}

body.page-hotels-landing.page-hotels-budget-hub a.hs-featured-card:hover .hs-featured-card__chevron,
body.page-hotels-landing.page-hotels-budget-hub a.hs-featured-card:focus-visible .hs-featured-card__chevron {
    color: var(--color-skyBlue, #1b91e0);
    transform: translateX(2px);
}

body.page-hotels-landing.page-hotels-budget-hub .hs-featured-destinations__footnote {
    margin: 16px 0 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #5b6b75;
}
