/* Automatic airport SEO pages + hub — scoped to Cars product styles. */

.ch-auto-focus-note {
    color: #3d4f5a !important;
}

.ch-auto-related {
    padding-top: 12px;
}

.page-automatic-car-rental-hub .ch-auto-hub-manual-link {
    margin: 14px 0 0;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.88);
    text-align: center;
}

.page-automatic-car-rental-hub .ch-auto-hub-manual-link a {
    color: #ffffff;
    text-decoration: underline;
    text-underline-offset: 2px;
    text-decoration-color: rgba(255, 255, 255, 0.45);
}

.page-automatic-car-rental-hub .ch-auto-hub-manual-link a:hover,
.page-automatic-car-rental-hub .ch-auto-hub-manual-link a:focus-visible {
    color: #ffffff;
    text-decoration-color: currentColor;
}

.ch-auto-hub-list {
    padding: 34px 0 48px;
}

/*
 * Stack section content inside the shared site container.
 * Do not override max-width/padding — keep var(--container-width) + gutters from .container-wrapper.
 */
.ch-auto-hub-list > .container-wrapper,
.ch-auto-seo-intro > .container-wrapper,
.ch-auto-related > .container-wrapper,
.ch-auto-cars-directory > .container-wrapper,
.ch-auto-top-companies > .container-wrapper,
.ch-auto-rental-guide > .container-wrapper,
.ch-cars-breadcrumbs-host > .container-wrapper,
.ch-airport-hub-section > .container-wrapper {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-width: 0;
    /* Width/gutters come from global .container-wrapper (var(--container-width)). */
}

.ch-auto-hub-list__header {
    display: block;
    width: 100%;
    margin: 0 0 24px;
    text-align: left;
}

.ch-auto-hub-list__title {
    margin: 0 0 8px;
    font-family: Overpass, sans-serif;
    font-size: clamp(1.4rem, 2.4vw, 1.85rem);
    font-weight: 700;
    line-height: 1.25;
    color: #10374c;
    text-align: left;
    text-wrap: balance;
}

.ch-auto-hub-list__lead {
    margin: 0;
    max-width: 720px;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    line-height: 1.55;
    color: #4a5c66;
}

.ch-auto-hub-list__countries {
    display: flex;
    flex-direction: column;
    gap: 28px;
    width: 100%;
    min-width: 0;
}

.ch-auto-hub-country {
    min-width: 0;
}

.ch-auto-hub-country__title {
    margin: 0 0 12px;
    font-family: Overpass, sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.3;
    color: #10374c;
    text-align: left;
}

.ch-auto-hub-country__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 200px), 1fr));
    gap: 10px;
}

.ch-auto-hub-country__link {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-height: 72px;
    min-width: 0;
    padding: 14px 16px;
    border: 1px solid #d7e4ec;
    border-radius: 12px;
    background: #fff;
    text-decoration: none;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
    box-sizing: border-box;
}

.ch-auto-hub-country__link:hover,
.ch-auto-hub-country__link:focus-visible {
    border-color: #8eb6c9;
    box-shadow: 0 2px 8px rgba(16, 55, 76, 0.08);
}

.ch-auto-hub-country__name {
    font-family: Overpass, sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #10374c;
    overflow-wrap: anywhere;
}

.ch-auto-hub-country__meta {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    color: #5b6b75;
}

.ch-auto-related__nav {
    margin-top: 8px;
}

.ch-auto-related__list--hub {
    margin-bottom: 18px;
}

.ch-auto-related__group {
    margin: 0 0 18px;
}

.ch-auto-related__group:last-child {
    margin-bottom: 0;
}

.ch-auto-related__group-title {
    margin: 0 0 8px;
    font-family: Overpass, sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.3;
    color: #10374c;
}

.ch-auto-related__list {
    list-style: none !important;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 220px), 1fr));
    gap: 8px 18px;
}

.ch-auto-related__item {
    margin: 0;
    padding: 0;
    list-style: none !important;
}

.ch-auto-related__item::marker {
    content: none;
}

.ch-auto-related__link {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 6px 0;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    line-height: 1.45;
    color: #10374c;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-color: rgba(16, 55, 76, 0.35);
}

.ch-auto-related__link:hover,
.ch-auto-related__link:focus-visible {
    color: #0a5f86;
    text-decoration-color: currentColor;
    outline: none;
}

.ch-auto-related__link:focus-visible {
    box-shadow: 0 0 0 3px rgba(10, 95, 134, 0.25);
    border-radius: 4px;
}

/* /cars destination directory — compact crawlable airport links.
   Section header matches Popular searches / FAQ (global h2 + 14px / 720px subtitle). */
.ch-auto-cars-directory {
    padding: var(--gap-section) 0;
    background: #fff;
}

.ch-auto-cars-directory__header {
    display: block;
    width: 100%;
    margin: 0 0 28px;
    padding: 0;
    text-align: center;
}

@media (min-width: 992px) {
    .ch-auto-cars-directory__header {
        margin-bottom: 36px;
    }
}

/* Typography comes from global h2 — no one-off sizes/weights. */
.ch-auto-cars-directory__title {
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
    text-wrap: balance;
}

/* Match popular-destinations-nav__subtitle / faq-header-subtitle. */
.ch-auto-cars-directory__lead {
    display: block;
    max-width: 720px;
    margin: 14px auto 0;
    padding: 0;
    text-align: center;
    line-height: 160%;
    text-wrap: pretty;
}

.ch-auto-cars-directory__groups {
    display: block;
    width: 100%;
    column-count: 3;
    column-gap: 36px;
    text-align: left;
}

.ch-auto-cars-directory__group {
    margin: 0 0 24px;
    break-inside: avoid;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    text-align: left;
}

/* Override global h3 { text-align: center } so headings share the column left edge. */
.ch-auto-cars-directory__country {
    margin: 0 0 8px;
    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;
}

.ch-auto-cars-directory__list {
    list-style: none !important;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1px;
    text-align: left;
}

.ch-auto-cars-directory__item {
    margin: 0;
    padding: 0;
    list-style: none !important;
}

.ch-auto-cars-directory__item::marker {
    content: none;
}

.ch-auto-cars-directory__link {
    display: inline-block;
    max-width: 100%;
    padding: 3px 0;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 1.4;
    color: #10374c;
    text-decoration: none;
    text-align: left;
    word-break: break-word;
    overflow-wrap: anywhere;
    transition: color 0.2s ease;
}

.ch-auto-cars-directory__link:hover,
.ch-auto-cars-directory__link:focus-visible {
    color: var(--bg-color-btn, #0a5f86);
    text-decoration: underline;
    text-underline-offset: 2px;
    outline: none;
}

.ch-auto-cars-directory__link:focus-visible {
    box-shadow: 0 0 0 3px rgba(10, 95, 134, 0.25);
    border-radius: 4px;
}

.ch-auto-cars-directory--related {
    padding-top: 36px;
    padding-bottom: 36px;
}

/* Top rental companies (airport pages) */
.ch-auto-top-companies {
    padding: 56px 0 64px;
}

/* Heading uses shared .ch-auto-cars-directory__header / __title / __lead
   (same pattern as Related airports + Popular automatic car rentals). */

.ch-auto-top-companies__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    width: 100%;
    align-items: stretch;
}

.ch-auto-top-companies__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    width: 100%;
    height: 100%;
    min-height: 148px;
    padding: 20px 16px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #fff;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    color: inherit;
    cursor: default;
    user-select: text;
}

.ch-auto-top-companies__logo-slot {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 40px;
    flex-shrink: 0;
    overflow: hidden;
}

.ch-auto-top-companies__logo {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: center;
}

.ch-auto-top-companies__name {
    display: block;
    width: 100%;
    margin: 0;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.3;
    color: #0f172a;
    overflow-wrap: anywhere;
}

.ch-auto-top-companies__price {
    display: block;
    width: 100%;
    margin-top: auto;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.3;
    color: #0a5f86;
    white-space: nowrap;
}

/* FAQ accordion summaries are semantic buttons — keep visual parity with prior divs. */
body.page-rental-cars-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-rental-cars-landing .faq .accordion-summary__text {
    flex: 1 1 auto;
}

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

@media (min-width: 576px) {
    .ch-auto-top-companies__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 992px) {
    .ch-auto-top-companies__list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 18px;
    }

    .ch-auto-top-companies__item {
        min-height: 160px;
        padding: 22px 18px;
    }

    .ch-auto-top-companies__logo-slot {
        width: 132px;
        height: 44px;
    }
}

@media (max-width: 767px) {
    .ch-auto-top-companies {
        padding: 40px 0 48px;
    }
}

/* Clear separation before the next major section */
.ch-auto-top-companies + .ch-auto-rental-guide {
    padding-top: 8px;
}

.ch-auto-top-companies + .ch-auto-cars-directory--related,
.ch-auto-rental-guide + .ch-auto-cars-directory--related {
    padding-top: 56px;
}

@media (max-width: 767px) {
    .ch-auto-top-companies + .ch-auto-cars-directory--related,
    .ch-auto-rental-guide + .ch-auto-cars-directory--related {
        padding-top: 40px;
    }
}

/* Airport car rental guide — single readable column */
.ch-auto-rental-guide {
    padding: 48px 0 64px;
}

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

.ch-auto-rental-guide .ch-auto-cars-directory__header {
    width: 100%;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.ch-auto-rental-guide .ch-auto-cars-directory__title,
.ch-auto-rental-guide .ch-auto-cars-directory__lead {
    text-align: left;
}

.ch-auto-rental-guide__body {
    display: flex;
    flex-direction: column;
    gap: 28px;
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
}

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

.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, #0f172a);
}

.ch-auto-rental-guide__list {
    margin: 0;
    padding: 0 0 0 1.15em;
    list-style: disc;
}

.ch-auto-rental-guide__list li {
    margin: 0 0 10px;
    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;
}

.ch-auto-rental-guide__list li:last-child {
    margin-bottom: 0;
}

.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;
}

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

.ch-auto-rental-guide__links {
    list-style: none;
    margin: 14px 0 0;
    padding: 0;
}

.ch-auto-rental-guide__links li {
    margin: 0 0 8px;
}

.ch-auto-rental-guide__links li:last-child {
    margin-bottom: 0;
}

.ch-auto-rental-guide__link {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    color: #0a5f86;
    text-decoration: underline;
    text-underline-offset: 2px;
    text-decoration-color: rgba(10, 95, 134, 0.35);
}

.ch-auto-rental-guide__link:hover,
.ch-auto-rental-guide__link:focus-visible {
    color: #084d6c;
    text-decoration-color: currentColor;
}

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

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

    .ch-auto-rental-guide__list li {
        margin-bottom: 12px;
        line-height: 165%;
    }
}

@media (max-width: 991px) {
    .ch-auto-cars-directory__groups {
        column-count: 2;
        column-gap: 28px;
    }
}

@media (max-width: 767px) {
    .ch-auto-cars-directory__groups {
        column-count: 1;
    }

    .ch-auto-cars-directory__group {
        margin-bottom: 20px;
    }

    .ch-auto-cars-directory__link {
        display: flex;
        align-items: center;
        min-height: 40px;
        padding: 6px 0;
    }

    .ch-auto-related__list {
        grid-template-columns: 1fr;
        gap: 2px 0;
    }
}

/* Shared Automatic / Airport hub sections */
.page-car-hire-hub .price-predictor-header .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-car-hire-hub .ch-hub-intro {
    margin: 10px 0 0;
    max-width: 720px;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 1.55;
}

/* Keep Automatic hub section utilities for its template */
.ch-hub-section {
    padding: var(--gap-section, 56px) 0;
}

.ch-hub-section > .container-wrapper {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-width: 0;
}

.ch-hub-section__header {
    display: block;
    width: 100%;
    margin: 0 0 28px;
    text-align: center;
}

.ch-hub-section__title {
    margin: 0;
    text-align: center;
    text-wrap: balance;
}

.ch-hub-section__lead,
.ch-hub-section__copy {
    margin: 14px auto 0;
    max-width: 720px;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    line-height: 1.55;
    color: #4a5c66;
    text-align: center;
}

.ch-hub-section__copy {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

.ch-hub-section__subtitle {
    margin: 18px 0 8px;
    font-family: Overpass, sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    color: #10374c;
    text-align: left;
}

.ch-hub-card-grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    width: 100%;
    align-items: stretch;
}

.ch-hub-card-grid > li {
    display: flex;
    min-width: 0;
}

.ch-hub-card {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
    min-height: 100%;
    padding: 14px 16px;
    border: 1px solid #d7e4ec;
    border-radius: 12px;
    background: #fff;
    text-decoration: none;
    color: inherit;
    box-sizing: border-box;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.ch-hub-card:hover,
.ch-hub-card:focus-visible {
    border-color: #8eb6c9;
    box-shadow: 0 2px 8px rgba(16, 55, 76, 0.08);
}

.ch-hub-card:focus-visible {
    outline: 2px solid #0a5f86;
    outline-offset: 2px;
}

.ch-hub-card__kind {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #0a5f86;
}

.ch-hub-card__title {
    font-family: Overpass, sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    color: #10374c;
}

.ch-hub-card__price,
.ch-hub-card__meta {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    line-height: 1.4;
    color: #5b6b75;
}

.ch-hub-insight-list {
    margin: 0 auto 8px;
    padding-left: 1.2rem;
    max-width: 820px;
    width: 100%;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    line-height: 1.55;
    color: #3d4f5a;
    box-sizing: border-box;
}

.ch-hub-insight-list li + li {
    margin-top: 6px;
}

.ch-hub-link-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    justify-content: center;
}

.ch-hub-link-list a {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #0a5f86;
    text-decoration: underline;
    text-underline-offset: 2px;
}

@media (min-width: 576px) {
    .ch-hub-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 992px) {
    .ch-hub-card-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 16px;
    }
}

/*
 * Hub content sections: standard section-to-section spacing via --gap-section.
 * Independent of .ch-pt-trust internal logo-panel padding.
 */
.page-airport-car-rental-hub .ch-airport-hub-section,
.page-automatic-car-rental-hub .ch-airport-hub-section {
    padding: var(--gap-section, 56px) 0;
}

.ch-airport-hub-location-grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    width: 100%;
    align-items: stretch;
}

.ch-airport-hub-location-grid__item {
    display: flex;
    min-width: 0;
    margin: 0;
    padding: 0;
}

.ch-airport-hub-location-card {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 100%;
    min-height: 100%;
    padding: 16px 18px;
    border: 1px solid #d7e4ec;
    border-radius: 12px;
    background: #fff;
    text-decoration: none;
    color: inherit;
    box-sizing: border-box;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.ch-airport-hub-location-card:hover,
.ch-airport-hub-location-card:focus-visible {
    border-color: #8eb6c9;
    box-shadow: 0 2px 8px rgba(16, 55, 76, 0.08);
}

.ch-airport-hub-location-card:focus-visible {
    outline: 2px solid #0a5f86;
    outline-offset: 2px;
}

.ch-airport-hub-location-card__kind {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #0a5f86;
}

.ch-airport-hub-location-card__title {
    font-family: Overpass, sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.3;
    color: #10374c;
}

.ch-airport-hub-location-card__price {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #10374c;
}

.ch-airport-hub-location-card__meta {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    line-height: 1.4;
    color: #5b6b75;
}

@media (min-width: 576px) {
    .ch-airport-hub-location-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }
}

@media (min-width: 992px) {
    .ch-airport-hub-location-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 16px;
    }
}

.ch-airport-hub-compare__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    width: 100%;
    align-items: stretch;
}

.ch-airport-hub-compare__card {
    height: 100%;
}

.ch-airport-hub-compare__note {
    margin-top: 16px;
    padding: 18px 20px;
    border: 1px solid #d7e4ec;
    border-radius: 12px;
    background: #fff;
}

.ch-airport-hub-compare__note .ch-auto-rental-guide__text:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .ch-airport-hub-compare__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }
}

.ch-airport-hub-checklist__list {
    list-style: disc;
    margin: 0 auto;
    padding: 0 0 0 1.25rem;
    max-width: 920px;
    width: 100%;
    columns: 1;
    column-gap: 36px;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    line-height: 1.55;
    color: #3d4f5a;
    box-sizing: border-box;
}

.ch-airport-hub-checklist__list li {
    break-inside: avoid;
    margin: 0 0 10px;
    padding-right: 8px;
}

@media (min-width: 768px) {
    .ch-airport-hub-checklist__list {
        columns: 2;
    }
}

.ch-auto-top-companies__meta {
    display: block;
    margin-top: 2px;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    line-height: 1.4;
    color: #5b6b75;
}

/* Popular searches link cards — shared with /cars landing markup */
body.page-rental-cars-landing section.popular-destinations-nav.popular-destinations-nav--rental-cars {
    padding: var(--gap-section) 0;
    background-color: var(--bg-color-primary);
}

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

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

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

body.page-rental-cars-landing section.popular-destinations-nav.popular-destinations-nav--rental-cars .popular-destinations-nav__subtitle {
    display: block;
    max-width: 720px;
    margin: 14px auto 0;
    padding: 0;
    text-align: center;
    line-height: 160%;
    text-wrap: pretty;
}

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

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

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

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

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

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

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

body.page-rental-cars-landing section.popular-destinations-nav.popular-destinations-nav--rental-cars .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-rental-cars-landing section.popular-destinations-nav.popular-destinations-nav--rental-cars .popular-destinations-nav__text {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.page-rental-cars-landing section.popular-destinations-nav.popular-destinations-nav--rental-cars .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-rental-cars-landing section.popular-destinations-nav.popular-destinations-nav--rental-cars .popular-destinations-nav__link:hover,
body.page-rental-cars-landing section.popular-destinations-nav.popular-destinations-nav--rental-cars .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-rental-cars-landing section.popular-destinations-nav.popular-destinations-nav--rental-cars .popular-destinations-nav__link:hover .popular-destinations-nav__chevron,
body.page-rental-cars-landing section.popular-destinations-nav.popular-destinations-nav--rental-cars .popular-destinations-nav__link:focus-visible .popular-destinations-nav__chevron {
    color: var(--color-skyBlue, #1b91e0);
    transform: translateX(2px);
}

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

body.page-rental-cars-landing section.popular-destinations-nav.popular-destinations-nav--rental-cars .popular-destinations-nav__link--disabled {
    cursor: default;
    user-select: none;
    opacity: 0.92;
}

body.page-rental-cars-landing section.popular-destinations-nav.popular-destinations-nav--rental-cars .popular-destinations-nav__link--disabled:hover,
body.page-rental-cars-landing section.popular-destinations-nav.popular-destinations-nav--rental-cars .popular-destinations-nav__link--disabled:focus-visible {
    border-color: #c5ddee;
    color: var(--color-tealBlue, #10374c);
    background: var(--bg-color-white, #ffffff);
    box-shadow: 0 1px 2px rgba(16, 55, 76, 0.04);
    transform: none;
    outline: none;
}

body.page-rental-cars-landing section.popular-destinations-nav.popular-destinations-nav--rental-cars .popular-destinations-nav__link--disabled .popular-destinations-nav__chevron {
    color: var(--color-gray-300, #d1d5db);
    transform: none;
}

/* One-Way route lists (country hub + route siblings): mobile 1 / tablet 2 / desktop 3.
   Include both modifiers so we beat the shared --rental-cars 2/3/4-col breakpoints. */
body.page-rental-cars-landing section.popular-destinations-nav.popular-destinations-nav--rental-cars.popular-destinations-nav--one-way-routes .popular-destinations-nav__list {
    grid-template-columns: 1fr;
}

@media (min-width: 576px) {
    body.page-rental-cars-landing section.popular-destinations-nav.popular-destinations-nav--rental-cars.popular-destinations-nav--one-way-routes .popular-destinations-nav__list {
        grid-template-columns: 1fr;
    }
}

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

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

/* FAQ on airport hub: keep Cars page accordion width/alignment */
/* (do not force column — shared .faq uses row on desktop) */

/* Airport hub: use full content width for informational sections. */
.page-airport-car-rental-hub .ch-auto-rental-guide > .container-wrapper {
    align-items: stretch;
}

.page-airport-car-rental-hub .ch-auto-rental-guide .ch-auto-cars-directory__header,
.page-airport-car-rental-hub .ch-airport-hub-checklist .ch-auto-cars-directory__header,
.page-airport-car-rental-hub .ch-airport-hub-section .ch-auto-cars-directory__header,
.page-airport-car-rental-hub .ch-auto-cars-directory .ch-auto-cars-directory__header {
    max-width: none;
    text-align: center;
}

.page-airport-car-rental-hub .ch-auto-rental-guide .ch-auto-cars-directory__title,
.page-airport-car-rental-hub .ch-auto-rental-guide .ch-auto-cars-directory__lead,
.page-airport-car-rental-hub .ch-airport-hub-checklist .ch-auto-cars-directory__title,
.page-airport-car-rental-hub .ch-airport-hub-section .ch-auto-cars-directory__title,
.page-airport-car-rental-hub .ch-airport-hub-section .ch-auto-cars-directory__lead {
    text-align: center;
}

.page-airport-car-rental-hub .ch-auto-rental-guide__body {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    width: 100%;
    max-width: none;
}

/* How-it-works: plain informational prose (no cards). */
.page-airport-car-rental-hub .ch-airport-hub-how .ch-auto-cars-directory__header {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.page-airport-car-rental-hub .ch-airport-hub-how__body {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
}

.page-airport-car-rental-hub .ch-airport-hub-how__group {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    height: auto;
    box-shadow: none;
}

@media (min-width: 768px) {
    .page-airport-car-rental-hub .ch-airport-hub-how__body {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 40px;
        row-gap: 28px;
        align-items: start;
    }
}

/* Automatic hub: same full-width section patterns as airport hub */
.page-automatic-car-rental-hub .ch-auto-rental-guide > .container-wrapper,
.page-automatic-car-rental-hub .ch-airport-hub-section > .container-wrapper,
.page-automatic-car-rental-hub .ch-auto-cars-directory > .container-wrapper {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-width: 0;
}

.page-automatic-car-rental-hub .ch-auto-rental-guide .ch-auto-cars-directory__header,
.page-automatic-car-rental-hub .ch-airport-hub-section .ch-auto-cars-directory__header,
.page-automatic-car-rental-hub .ch-auto-cars-directory .ch-auto-cars-directory__header {
    max-width: none;
    text-align: center;
}

.page-automatic-car-rental-hub .ch-auto-rental-guide .ch-auto-cars-directory__title,
.page-automatic-car-rental-hub .ch-auto-rental-guide .ch-auto-cars-directory__lead,
.page-automatic-car-rental-hub .ch-airport-hub-section .ch-auto-cars-directory__title,
.page-automatic-car-rental-hub .ch-airport-hub-section .ch-auto-cars-directory__lead {
    text-align: center;
}

/* Plain informational prose — matches airport how-it-works / rental guide. */
.page-automatic-car-rental-hub .ch-auto-hub-prose .ch-auto-cars-directory__header {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.page-automatic-car-rental-hub .ch-auto-hub-prose__body {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
}

.page-automatic-car-rental-hub .ch-auto-hub-prose__group {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    height: auto;
    box-shadow: none;
}

.page-automatic-car-rental-hub .ch-auto-hub-prose__note {
    width: 100%;
    max-width: 920px;
    margin: 24px auto 0;
    padding: 0;
    border: 0;
    background: transparent;
}

.page-automatic-car-rental-hub .ch-auto-hub-prose__note .ch-auto-rental-guide__text:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .page-automatic-car-rental-hub .ch-auto-hub-prose__body {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 40px;
        row-gap: 28px;
        align-items: start;
    }
}

.page-automatic-car-rental-hub .ch-auto-hub-classes {
    background-color: var(--bg-color-primary, #f5f8fa);
}

body.page-rental-cars-landing.page-automatic-car-rental-hub section.popular-destinations-nav.popular-destinations-nav--rental-cars.ch-auto-hub-classes .popular-destinations-nav__list {
    grid-template-columns: 1fr;
}

@media (min-width: 576px) {
    body.page-rental-cars-landing.page-automatic-car-rental-hub section.popular-destinations-nav.popular-destinations-nav--rental-cars.ch-auto-hub-classes .popular-destinations-nav__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 992px) {
    body.page-rental-cars-landing.page-automatic-car-rental-hub section.popular-destinations-nav.popular-destinations-nav--rental-cars.ch-auto-hub-classes .popular-destinations-nav__list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
