/* Shared One-Way hub / country / region layout — visual system from /cars/one-way/europe. */

/*
  Content-section headings below the logo/benefit band.
  Match ch-one-way-article / companies / compare (left-aligned product H2),
  not the centered landing-directory hero style from automaticAirport.css.
*/
body.page-cars-one-way-hub .ch-airport-hub-section .ch-auto-cars-directory__header,
body.page-cars-one-way-europe .ch-airport-hub-section .ch-auto-cars-directory__header,
body.page-cars-one-way-country .ch-airport-hub-section .ch-auto-cars-directory__header,
body.page-cars-one-way-route .ch-airport-hub-section .ch-auto-cars-directory__header,
body.page-cars-one-way-hub.page-rental-cars-landing section.popular-destinations-nav.popular-destinations-nav--rental-cars .popular-destinations-nav__header,
body.page-cars-one-way-europe.page-rental-cars-landing section.popular-destinations-nav.popular-destinations-nav--rental-cars .popular-destinations-nav__header,
body.page-cars-one-way-country.page-rental-cars-landing section.popular-destinations-nav.popular-destinations-nav--rental-cars .popular-destinations-nav__header,
body.page-cars-one-way-route.page-rental-cars-landing section.popular-destinations-nav.popular-destinations-nav--rental-cars .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-cars-one-way-hub .ch-airport-hub-section .ch-auto-cars-directory__title,
body.page-cars-one-way-europe .ch-airport-hub-section .ch-auto-cars-directory__title,
body.page-cars-one-way-country .ch-airport-hub-section .ch-auto-cars-directory__title,
body.page-cars-one-way-route .ch-airport-hub-section .ch-auto-cars-directory__title,
body.page-cars-one-way-hub.page-rental-cars-landing section.popular-destinations-nav.popular-destinations-nav--rental-cars .popular-destinations-nav__title,
body.page-cars-one-way-europe.page-rental-cars-landing section.popular-destinations-nav.popular-destinations-nav--rental-cars .popular-destinations-nav__title,
body.page-cars-one-way-country.page-rental-cars-landing section.popular-destinations-nav.popular-destinations-nav--rental-cars .popular-destinations-nav__title,
body.page-cars-one-way-route.page-rental-cars-landing section.popular-destinations-nav.popular-destinations-nav--rental-cars .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-cars-one-way-hub .ch-airport-hub-section .ch-auto-cars-directory__lead,
body.page-cars-one-way-europe .ch-airport-hub-section .ch-auto-cars-directory__lead,
body.page-cars-one-way-country .ch-airport-hub-section .ch-auto-cars-directory__lead,
body.page-cars-one-way-route .ch-airport-hub-section .ch-auto-cars-directory__lead,
body.page-cars-one-way-hub.page-rental-cars-landing section.popular-destinations-nav.popular-destinations-nav--rental-cars .popular-destinations-nav__subtitle,
body.page-cars-one-way-europe.page-rental-cars-landing section.popular-destinations-nav.popular-destinations-nav--rental-cars .popular-destinations-nav__subtitle,
body.page-cars-one-way-country.page-rental-cars-landing section.popular-destinations-nav.popular-destinations-nav--rental-cars .popular-destinations-nav__subtitle,
body.page-cars-one-way-route.page-rental-cars-landing section.popular-destinations-nav.popular-destinations-nav--rental-cars .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-cars-one-way-hub .ch-airport-hub-section .ch-auto-cars-directory__header,
    body.page-cars-one-way-europe .ch-airport-hub-section .ch-auto-cars-directory__header,
    body.page-cars-one-way-country .ch-airport-hub-section .ch-auto-cars-directory__header,
    body.page-cars-one-way-route .ch-airport-hub-section .ch-auto-cars-directory__header,
    body.page-cars-one-way-hub.page-rental-cars-landing section.popular-destinations-nav.popular-destinations-nav--rental-cars .popular-destinations-nav__header,
    body.page-cars-one-way-europe.page-rental-cars-landing section.popular-destinations-nav.popular-destinations-nav--rental-cars .popular-destinations-nav__header,
    body.page-cars-one-way-country.page-rental-cars-landing section.popular-destinations-nav.popular-destinations-nav--rental-cars .popular-destinations-nav__header,
    body.page-cars-one-way-route.page-rental-cars-landing section.popular-destinations-nav.popular-destinations-nav--rental-cars .popular-destinations-nav__header {
        margin-bottom: 20px;
    }
}

/* Hub-only: Europe secondary text link under country cards — not a card/button. */
body.page-cars-one-way-hub .ch-one-way-country-cards__related {
    width: 100%;
    max-width: 1080px;
    margin: 16px 0 4px;
}

body.page-cars-one-way-hub .ch-one-way-country-cards__related .popular-destinations-nav__list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

body.page-cars-one-way-hub .ch-one-way-country-cards__related .popular-destinations-nav__item {
    margin: 0;
    padding: 0;
}

body.page-cars-one-way-hub .ch-one-way-country-cards__related .popular-destinations-nav__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    width: auto;
    max-width: 100%;
    min-height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: var(--color-tealBlue, #10374c);
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    text-align: left;
    text-decoration: none;
    box-sizing: border-box;
    transition: color 0.18s ease;
}

body.page-cars-one-way-hub .ch-one-way-country-cards__related .popular-destinations-nav__text {
    min-width: 0;
    overflow: visible;
    text-overflow: unset;
    white-space: normal;
    text-align: left;
}

body.page-cars-one-way-hub .ch-one-way-country-cards__related .popular-destinations-nav__chevron {
    flex: 0 0 auto;
    font-size: 13px;
    line-height: 1;
    color: inherit;
    transition: transform 0.18s ease;
}

body.page-cars-one-way-hub .ch-one-way-country-cards__related .popular-destinations-nav__link:hover,
body.page-cars-one-way-hub .ch-one-way-country-cards__related .popular-destinations-nav__link:focus-visible {
    border: 0;
    background: transparent;
    box-shadow: none;
    color: var(--color-skyBlue, #1b91e0);
    text-decoration: none;
    transform: none;
}

body.page-cars-one-way-hub .ch-one-way-country-cards__related .popular-destinations-nav__link:hover .popular-destinations-nav__chevron,
body.page-cars-one-way-hub .ch-one-way-country-cards__related .popular-destinations-nav__link:focus-visible .popular-destinations-nav__chevron {
    color: inherit;
    transform: translateX(2px);
}

body.page-cars-one-way-hub .ch-one-way-country-cards__related .popular-destinations-nav__link:focus-visible {
    outline: 2px solid var(--color-skyBlue, #1b91e0);
    outline-offset: 3px;
}

/*
  Directory sections after benefits have no built-in top padding on One-Way hubs.
  Add the same 8px top rhythm used by .ch-one-way-article so the first H2 clears the benefit row.
*/
body.page-cars-one-way-hub .ch-one-way-benefits + .ch-airport-hub-section,
body.page-cars-one-way-europe .ch-one-way-benefits + .ch-airport-hub-section {
    padding-top: 8px;
}

.ch-one-way-benefits,
.ch-one-way-europe-benefits {
    /* Bottom matches major One-Way content sections (.ch-one-way-article: 8px 0 40px). */
    padding: 20px 0 40px;
}

.ch-one-way-benefits > .container-wrapper,
.ch-one-way-europe-benefits > .container-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 0;
}

.ch-one-way-benefits__grid,
.ch-one-way-europe-benefits__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    box-sizing: border-box;
    width: 100%;
    max-width: 1080px;
    min-width: 0;
    margin: 0;
    padding: 4px 0;
    list-style: none;
}

.ch-one-way-benefits__item,
.ch-one-way-europe-benefits__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 16px 0;
    border: 0;
    border-bottom: 1px solid #e6eef4;
    background: transparent;
    text-align: left;
}

.ch-one-way-benefits__item:last-child,
.ch-one-way-europe-benefits__item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.ch-one-way-benefits__item:first-child,
.ch-one-way-europe-benefits__item:first-child {
    padding-top: 0;
}

@media (min-width: 768px) {
    .ch-one-way-benefits,
    .ch-one-way-europe-benefits {
        padding: 24px 0 40px;
    }

    .ch-one-way-benefits__grid,
    .ch-one-way-europe-benefits__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        column-gap: 0;
        padding: 8px 0;
    }

    .ch-one-way-benefits__item,
    .ch-one-way-benefits__item:first-child,
    .ch-one-way-benefits__item:last-child,
    .ch-one-way-europe-benefits__item,
    .ch-one-way-europe-benefits__item:first-child,
    .ch-one-way-europe-benefits__item:last-child {
        padding: 4px 24px;
        border-bottom: 0;
        border-right: 0;
    }

    .ch-one-way-benefits__item:first-child,
    .ch-one-way-europe-benefits__item:first-child {
        padding-left: 0;
    }

    .ch-one-way-benefits__item:last-child,
    .ch-one-way-europe-benefits__item:last-child {
        padding-right: 0;
    }
}

.ch-one-way-benefits__icon,
.ch-one-way-europe-benefits__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    margin: 0;
    border-radius: 50%;
    background: #e9f4fd;
}

.ch-one-way-benefits__icon img,
.ch-one-way-europe-benefits__icon img {
    display: block;
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.ch-one-way-benefits__copy,
.ch-one-way-europe-benefits__copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    width: 100%;
    min-width: 0;
    text-align: left;
}

.ch-one-way-benefits__heading,
.ch-one-way-europe-benefits__heading {
    width: 100%;
    margin: 0;
    font-family: Overpass, sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.28;
    color: #10374c;
    text-align: left;
}

.ch-one-way-benefits__text,
.ch-one-way-europe-benefits__text {
    width: 100%;
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #5b6b75;
    text-align: left;
}

.ch-one-way-guide > .container-wrapper > .ch-one-way-guide__inner,
.ch-one-way-europe-guide > .container-wrapper > .ch-one-way-europe-guide__inner,
.ch-one-way-hub-cost > .container-wrapper > .ch-one-way-cost__inner,
.ch-one-way-compare__inner,
.ch-one-way-europe-compare__inner {
    max-width: 1080px;
}

.ch-one-way-compare,
.ch-one-way-europe-compare {
    padding: 8px 0 40px;
}

.ch-one-way-compare > .container-wrapper,
.ch-one-way-europe-compare > .container-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 0;
}

.ch-one-way-compare__inner,
.ch-one-way-europe-compare__inner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
}

.ch-one-way-compare__header,
.ch-one-way-europe-compare__header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
    margin: 0 0 18px;
    text-align: left;
}

.ch-one-way-compare__title,
.ch-one-way-europe-compare__title {
    margin: 0;
    font-family: Overpass, sans-serif;
    font-size: clamp(1.25rem, 2.2vw, 1.55rem);
    font-weight: 700;
    line-height: 1.28;
    color: #10374c;
    text-align: left;
}

.ch-one-way-compare__lead,
.ch-one-way-europe-compare__lead {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    line-height: 1.55;
    color: #4a5c66;
    text-align: left;
}

.ch-one-way-compare__grid,
.ch-one-way-europe-compare__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    width: 100%;
    min-width: 0;
}

@media (min-width: 768px) {
    .ch-one-way-compare__grid,
    .ch-one-way-europe-compare__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }
}

.ch-one-way-compare__col,
.ch-one-way-europe-compare__col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 0;
    height: 100%;
    margin: 0;
    padding: 16px 18px;
    border: 1px solid #e2e8ec;
    border-radius: 10px;
    background: #fff;
    text-align: left;
}

.ch-one-way-compare__col-title,
.ch-one-way-europe-compare__col-title {
    margin: 0 0 10px;
    font-family: Overpass, sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.3;
    color: #10374c;
}

.ch-one-way-compare__list,
.ch-one-way-europe-compare__list {
    margin: 0;
    padding: 0 0 0 1.15rem;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ch-one-way-compare__list li,
.ch-one-way-europe-compare__list li {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 1.45;
    color: #5b6b75;
}

.ch-one-way-article__cards {
    margin-top: 18px;
}

.ch-one-way-article__topics {
    list-style: none;
    margin: 4px 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    min-width: 0;
}

.ch-one-way-article__topic {
    margin: 0;
    padding: 0;
}

.ch-one-way-article__topic-title {
    margin: 0 0 6px;
    font-family: Overpass, sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.3;
    color: #10374c;
}

.ch-one-way-article__topic-body {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    line-height: 1.55;
    color: #4a5c66;
}

@media (min-width: 960px) {
    .ch-one-way-europe-guide .ch-one-way-article__cards {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.ch-one-way-compare__body {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    min-width: 0;
}

.ch-one-way-compare__body p {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 1.45;
    color: #5b6b75;
}

.ch-one-way-checklist > .container-wrapper > .ch-one-way-checklist__inner,
.ch-one-way-europe-checklist > .container-wrapper > .ch-one-way-europe-checklist__inner {
    max-width: 1080px;
}

.ch-one-way-checklist__grid,
.ch-one-way-europe-checklist__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

@media (min-width: 640px) {
    .ch-one-way-checklist__grid,
    .ch-one-way-europe-checklist__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }
}

@media (min-width: 960px) {
    .ch-one-way-checklist__grid,
    .ch-one-way-europe-checklist__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 14px;
    }
}

.ch-one-way-checklist__card,
.ch-one-way-europe-checklist__card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    box-sizing: border-box;
    min-width: 0;
    min-height: 100%;
    margin: 0;
    padding: 14px 14px 12px;
    border: 1px solid #e2e8ec;
    border-radius: 10px;
    background: #fff;
    text-align: left;
}

.ch-one-way-checklist__icon,
.ch-one-way-europe-checklist__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #e9f4fd;
}

.ch-one-way-checklist__icon img,
.ch-one-way-europe-checklist__icon img {
    display: block;
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.ch-one-way-checklist__heading,
.ch-one-way-checklist__takeaway,
.ch-one-way-checklist__body,
.ch-one-way-europe-checklist__heading,
.ch-one-way-europe-checklist__takeaway,
.ch-one-way-europe-checklist__body {
    width: 100%;
    margin: 0;
    text-align: left;
}

.ch-one-way-checklist__heading,
.ch-one-way-europe-checklist__heading {
    font-family: Overpass, sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.25;
    color: #10374c;
}

.ch-one-way-checklist__takeaway,
.ch-one-way-europe-checklist__takeaway {
    font-family: Overpass, sans-serif;
    font-size: 13.5px;
    font-weight: 500;
    line-height: 1.45;
    color: #2f4652;
}

.ch-one-way-checklist__body,
.ch-one-way-europe-checklist__body {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.45;
    color: #5a6d76;
}
