/* Europe one-way regional hub — compact country rows, guide, comparison. */

.ch-one-way-country-link {
    align-items: flex-start;
    gap: 12px;
}

.ch-one-way-country-link__copy {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
    flex: 1 1 auto;
}

.ch-one-way-country-link__title-row {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 6px 10px;
    min-width: 0;
}

.ch-one-way-country-link__meta {
    font-family: Overpass, sans-serif;
    font-size: 0.8125rem;
    font-weight: 500;
    line-height: 1.3;
    color: var(--color-gray-500, #6b7280);
    white-space: nowrap;
}

.ch-one-way-country-link__desc {
    font-family: Overpass, sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.4;
    color: var(--color-gray-600, #4b5563);
}

.ch-one-way-europe-benefits {
    padding: 20px 0 28px;
}

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

.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-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-europe-benefits__item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

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

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

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

    .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-europe-benefits__item:first-child {
        padding-left: 0;
    }

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

.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-europe-benefits__icon img {
    display: block;
    width: 22px;
    height: 22px;
    object-fit: contain;
}

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

/* Match the 1080px article/company column used on individual route pages. */
.ch-one-way-europe-guide > .container-wrapper > .ch-one-way-europe-guide__inner,
.ch-one-way-europe-compare__inner {
    max-width: 1080px;
}

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

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

.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-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-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-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-europe-compare__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    width: 100%;
    min-width: 0;
}

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

.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-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-europe-compare__list {
    margin: 0;
    padding: 0 0 0 1.15rem;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

/* Same inner width as the route company-card section on Milan → Venice. */
.ch-one-way-europe-checklist > .container-wrapper > .ch-one-way-europe-checklist__inner {
    max-width: 1080px;
}

.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-europe-checklist__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }
}

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

.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-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-europe-checklist__icon img {
    display: block;
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.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-europe-checklist__heading {
    font-family: Overpass, sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.25;
    color: #10374c;
}

.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-europe-checklist__body {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.45;
    color: #5a6d76;
}
