/* general */

:root {
    --t: 0.22s cubic-bezier(0.4, 0, 0.2, 1);
}

html:has(#widgetPopup.open) {
    overflow-y: hidden;
}

body {
    margin: 0 !important;
    background-color: rgba(242, 242, 242, .8);
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.page-block {
    margin: 0 20px;
}
.page-block-bg {
    padding: 0 20px;
}

.cb--main {
    box-sizing: border-box;
}

h1 {
    margin-top: 0;
    margin-bottom: 5px;
    color: var(--ws-main-color-1-dark);
    font-size: calc(1.3rem + 1.2vw);
    line-height: calc(1.4rem + 1.4vw);
    font-weight: bold;
}
h2 {
    margin-top: 0;
    margin-bottom: 15px;
    color: var(--ws-main-color-1-dark);
    font-size: calc(1.2rem + 1.1vw);
    line-height: calc(1.3rem + 1.3vw);
    font-weight: bold;
}
p.content + h2 {
    margin-top: 45px;
    margin-bottom: 15px;
}
h3 {
    margin-top: 35px;
    margin-bottom: 10px;
    color: var(--ws-main-color-1-dark);
    font-size: calc(1rem + .5vw);
    line-height: calc(1.1rem + .6vw);
    font-weight: bold;
}
h2 + h3 {
    margin-top: 15px;
    margin-bottom: 10px;
}
h4 {
    margin-top: 25px;
    margin-bottom: 5px;
    color: var(--ws-main-color-1-dark);
    font-size: calc(.9rem + .3vw);
    line-height: calc(.95rem + .4vw);
    font-weight: bold;
}

p.tldr {
    margin-bottom: 15px;
    color: var(--ws-main-color-1-light);
    font-size: .9rem;
    line-height: 1.1rem;
}
h2 + p.tldr {
    margin-top: -10px;
}
p.content,
.faq p {
    margin-bottom: 15px;
    box-sizing: border-box;
    color: var(--ws-main-color-1-dark);
    font-size: .95rem;
    line-height: 1.35rem;
}
p.content a {
    background-image: linear-gradient(var(--ws-main-color-2-vivid-dark), var(--ws-main-color-2-vivid-dark));
    color: var(--ws-main-color-2-vivid-dark);
    font-weight: bold;
    text-decoration: none;
}
p.content a:hover {
    color: var(--ws-main-color-2-vivid-dark);
    background-size: 100% 1px;
}

.page-block > ul,
.page-block > ol {
    margin-top: 0;
    margin-bottom: 15px;
    padding-left: 15px;
    box-sizing: border-box;
    list-style-type: disc;
    color: var(--ws-main-color-1-dark);
}
.page-block > ul {
    list-style-type: disc;
}
.page-block > ol {
    list-style-type: decimal;
}
.page-block > ul li,
.page-block > ol li {
    margin: 3px 0;
    font-size: .95rem;
    line-height: 1.35rem;
}

.page-block > h1,
.page-block > h2,
.page-block > h3,
.page-block > h4,
.page-block > p,
.page-block > ul,
.page-block > ol {
    width: 100%;
    max-width: 800px;
    box-sizing: border-box;
}

.page-block > .image-row {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}
.page-block > .image-row .image-holder {
    max-width: 100%;
}
.page-block > .image-row .image-holder img {
    display: block;
    max-width: 100%;
    max-height: 500px;
    height: auto;
    width: auto;
    border-radius: 10px;
}
/* rows of two or more give every image the same box, so mixed source ratios line up */
.page-block > .image-row.count-2 .image-holder img,
.page-block > .image-row.count-3 .image-holder img,
.page-block > .image-row.count-4 .image-holder img {
    width: 100%;
    object-fit: cover;
}
.page-block > .image-row.count-2 .image-holder img {
    aspect-ratio: 3 / 2;
}
.page-block > .image-row.count-3 .image-holder img,
.page-block > .image-row.count-4 .image-holder img {
    aspect-ratio: 1 / 1;
}
.page-block > .image-row .image-holder p {
    margin: 15px 0;
    color: var(--ws-grey-dark);
    font-size: .8rem;
    line-height: 1.4rem;
}

@media only screen and (min-width: 480px) {
    
}
@media only screen and (min-width: 576px) {
    .page-block > .image-row {
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 0 10px;
    }
    .page-block > .image-row.count-2 .image-holder,
    .page-block > .image-row.count-3 .image-holder,
    .page-block > .image-row.count-4 .image-holder {
        flex: 1 1 0;
    }
}
@media only screen and (min-width: 768px) {
    
}
@media only screen and (min-width: 1024px) {
    .page-block {
        width: 90%;
        margin: 0 auto;
    }
    .page-block-bg {
        padding: 0 5%;
    }
    .page-block > .image-row {
        max-width: 800px;
    }
}
@media only screen and (min-width: 1280px) {
    .page-block {
        width: 1150px;
    }
    .page-block-bg {
        padding: 0 calc(50% - 575px);
    }
    h1 {
        font-size: 2rem;
        line-height: 2.2rem;
    }
    h2 {
        font-size: 1.7rem;
        line-height: 1.8rem;
    }
    h3 {
        font-size: 1.35rem;
        line-height: 1.45rem;
    }
    h4 {
        font-size: 1.1rem;
        line-height: 1.2rem;
    }
}
@media only screen and (min-width: 1536px) {
    .page-block {
        width: 1250px;
    }
    .page-block-bg {
        padding: 0 calc(50% - 625px);
    }
}

/* widget popup */

#widgetPopup {
    position: fixed;
    z-index: 999;
    display: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(100,100,100,.4);
}
#widgetPopup.open {
    display: flex;
}
#widgetPopup .holder {
    position: relative;
    width: 92%;
    max-width: 600px;
    max-height: 90vh;
    padding: 15px;
    overflow-y: scroll;
    border-radius: 10px;
    background: white;
}
#widgetPopup .holder::-webkit-scrollbar {
    width: 6px;
    background: transparent;
}
#widgetPopup .holder::-webkit-scrollbar-thumb {
    background: var(--ws-grey-lighter);
    border-radius: 3px;
}
#widgetPopup .holder::-webkit-scrollbar-track {
    background: transparent;
}
#widgetPopup .holder::-webkit-scrollbar-button {
    display: none;
}
#widgetPopup .holder > svg.cross {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 14px;
    height: 14px;
    padding: 8px;
    border-radius: 30px;
    fill: var(--ws-main-color-1-dark);
    cursor: pointer;
    transition: background-color .2s ease;
}
#widgetPopup .holder > svg.cross:hover {
    background-color: var(--ws-main-color-1-extra-lightest);
}

/* hero image */
.hero {
    position: relative;
    width: 100%;
    min-height: 250px;
    margin-top: 55px;
    background: linear-gradient(145deg, var(--ws-main-color-1-dark) 0%, var(--ws-main-color-1) 100%);
}
.hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(
            to top,
            color-mix(in oklab, #000 0%, transparent) 0%,
            color-mix(in oklab, #000 25%, transparent) 40%,
            color-mix(in oklab, #000 55%, transparent) 100%
        );
}
.hero > img {
    z-index: 0;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-content {
    z-index: 2;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    padding: 35px 0 35px;
    box-sizing: border-box;
}
.hero-content .text {
    width: 100%;
}
.hero-content h1 {
    margin-bottom: 25px;
    color: white;
}
.hero-content p {
    color: var(--ws-main-color-1-extra-lighter);
    font-size: 1.1rem;
    line-height: 1.65rem;
}

.hero .booking-widget {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 375px;
    min-height: 425px;
    box-sizing: border-box;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 3px 10px 1px rgba(0,0,0,0.45);
    -webkit-box-shadow: 0 3px 10px 1px rgba(0,0,0,0.45);
    -moz-box-shadow: 0 3px 10px 1px rgba(0,0,0,0.45);
}
.hero .booking-widget:not(:has(.cb--main)) {
    background-color: transparent;
    box-shadow: 0 3px 10px 1px rgba(0,0,0,0);
    -webkit-box-shadow: 0 3px 10px 1px rgba(0,0,0,0);
    -moz-box-shadow: 0 3px 10px 1px rgba(0,0,0,0);
}
.hero .booking-widget.hidden {
    visibility: hidden;
}

@media only screen and (min-width: 655px) {
    .hero .booking-widget {
        max-width: 100%;
        min-height: 267px;
    }
}
@media only screen and (min-width: 800px) {
    .hero-content {
        padding-top: 75px;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }
    .hero-content .text {
        max-width: 750px;
    }
    .hero .booking-widget {
        max-width: 375px;
        min-height: 425px;
    }
}
@media only screen and (min-width: 1050px) {
    .hero-content {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .hero-content .text {
        max-width: 750px;
    }
    .hero .booking-widget {
        max-width: 100%;
        min-height: 176px;
    }
}
@media only screen and (min-width: 1280px) {
    
}
@media only screen and (min-width: 1536px) {
    
}

/* breadcrumbs */

.bread-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2px 5px;
    padding-top: 10px;
}
.bread-nav a {
    background-image: linear-gradient(var(--ws-main-color-1-light), var(--ws-main-color-1-light));
    color: var(--ws-main-color-1-light);
    font-size: .9rem;
    text-decoration: none;
}
.bread-nav a:hover {
    color: var(--ws-main-color-1-light);
    background-size: 100% 1px;
}
.bread-nav span {
    color: var(--ws-main-color-1-light);
}


/* introduction */

.page-block.introduction {
    margin-top: 25px;
    margin-bottom: 25px;
}
.country-difference {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 6px 10px;
}
.country-difference .diff-item {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 10px 12px;
    border-radius: 7px;
    border: 1px solid rgba(26, 138, 92, .12);
    background: var(--ws-main-color-3-extra-lighter);
    color: var(--ws-grey-darker);
    font-size: .85rem;
}
.country-difference .diff-item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 19px;
    height: 19px;
    border-radius: 4px;
    background: var(--ws-main-color-3-dark);
}
.country-difference .diff-item .icon svg {
    width: 11px;
    height: 11px;
    fill: var(--ws-main-color-3-extra-lighter);
}
.country-difference .diff-item .icon svg.arrow-short {
    transform: rotate(90deg);
}
.country-difference .diff-item.maximum-age .icon svg.arrow-short {
    transform: rotate(270deg);
}
.country-difference .diff-item strong {
    color: #15724d;
}

/* vehicle preview */

.page-block.vehicles {
    margin-top: 55px;
    margin-bottom: 55px;
}
.vehicles-list {
    width: 100%;
    padding-bottom: 15px !important;
    box-sizing: border-box;
}
.vehicles-nav {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 5px;
}
.vehicles-prev,
.vehicles-next {
    flex: 0 0 auto;
    padding: 0;
    border: none;
    background: none;
    color: var(--ws-grey-dark);
    font-weight: 600;
    cursor: pointer;
    transition: color .2s ease;
}
.vehicles-prev:hover,
.vehicles-next:hover {
    color: var(--text-default);
}
.vehicles-prev.swiper-button-disabled,
.vehicles-next.swiper-button-disabled {
    color: var(--ws-grey-light);
    cursor: default;
}
.vehicles-scrollbar {
    position: relative;
    flex: 1 1 auto;
    height: 6px;
    border-radius: 3px;
    background-color: var(--ws-grey-light);
}
.vehicles-scrollbar .swiper-scrollbar-drag {
    height: 100%;
    border-radius: 3px;
    background-color: var(--ws-main-color-3);
    cursor: grab;
}
.vehicles-nav-hint {
    margin-top: 10px;
    color: var(--ws-grey-medium);
    font-size: 13px;
}

.car-item {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 300px !important;
    max-width: 100%;
    height: auto !important;
    padding: 10px;
    overflow: hidden;
    box-sizing: border-box;
    border-style: solid;
    border-width: .5px;
    border-color: var(--ws-grey-light);
    border-radius: 15px;
    background-color: white;
    transition: border-color .2s ease;
}
.car-item:hover {
    border-color: var(--ws-grey-medium);
    box-shadow: 0 3px 10px 1px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 3px 10px 1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 3px 10px 1px rgba(0,0,0,0.15);
}
.car-item * {
    color: var(--ws-main-color-1-dark);
    user-select: none;
}
.car-item h3 {
    margin: 0;
    max-width: 100%;
    overflow-x: hidden;
    white-space: nowrap;
    font-size: 1.2rem;
    line-height: 1.2rem;
}
.car-item h3 .similar {
    display: block;
    margin-top: 0;
    color: var(--ws-main-color-1-lighter);
    font-size: .85rem;
    font-weight: 600;
}
.car-item .car-image-holder {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 120px;
    margin: 0 auto;
}
.car-item .car-image-holder img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
    min-width: 0;
    min-height: 0;
    content-visibility: auto;
    contain-intrinsic-size: 300px 150px;
}
.car-item .category {
    position: absolute;
    right: 10px;
    top: 33px;
    padding: 5px 8px;
    border-radius: 5px;
    background-color: var(--ws-main-color-1-extra-lighter);
    color: var(--ws-main-color-1-dark);
    font-size: .8rem;
}
.car-item .specs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 4px 6px;
    width: 100%;
    font-size: .85rem;
}
/* a group never breaks internally, so the row can only ever wrap between groups */
.car-item .specs__group {
    display: flex;
    align-items: center;
    gap: 0 6px;
    white-space: nowrap;
}
/* car-specs.js sets the modifier while both groups share a line, so the separator
   between them disappears when the row wraps */
.car-item .specs--inline .specs__group + .specs__group::before {
    content: "•";
}
.car-item .specs p {
    font-size: inherit;
}
.car-item .specs .seats,
.car-item .specs .doors {
    display: inline-flex;
    align-items: center;
}
.car-item .specs svg {
    flex: none;
    width: 14px;
    margin-right: 5px;
}
.car-item .from {
    position: relative;
    margin: 15px 0 15px;
}
.car-item .from::after {
    content: "";
    position: absolute;
    width: 80%;
    height: 1.5px;
    left: 10%;
    bottom: -12px;
    background-color: var(--ws-grey-light);
}
.car-item .from strong {
    color: #00815d;
    font-size: 1.2rem;
}
.car-item .agencies {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    margin: 10px 0 40px;
}
.car-item .agencies h4 {
    margin: 0;
    font-size: 1rem;
    line-height: 1rem;
}
.car-item .agency {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.car-item .brand {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 0 5px;
    margin: 10px 0;
}
.car-item .brand img {
    order: 2;
    width: 60px;
    max-height: 20px;
    content-visibility: auto;
    contain-intrinsic-size: 300px 150px;
}
.car-item .brand p {
    order: 1;
    max-width: 110px;
    overflow: hidden;
    white-space: nowrap;
    font-size: .85rem;
    line-height: 1.05rem;
}
.car-item .price {
    font-size: .85rem;
    white-space: nowrap;
}
.car-item .cta {
    position: absolute;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    bottom: 10px;
    width: calc(100% - 20px);
}
@property --car-item-submit-c1 { syntax: '<color>'; inherits: false; initial-value: #000; }
@property --car-item-submit-c2 { syntax: '<color>'; inherits: false; initial-value: #000; }
.car-item .submit {
    --car-item-submit-c1: var(--ws-main-color-3);
    --car-item-submit-c2: var(--ws-main-color-3-dark);
    width: 100%;
    padding: 10px 0;
    border-radius: 4px;
    background: linear-gradient(135deg, var(--car-item-submit-c1), var(--car-item-submit-c2));
    color: white;
    font-size: .9rem;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    transition: --car-item-submit-c1 .25s ease, --car-item-submit-c2 .25s ease;
}
.car-item .submit:hover {
    --car-item-submit-c1: var(--ws-main-color-3-light);
    --car-item-submit-c2: var(--ws-main-color-3);
}
@media (prefers-reduced-motion: reduce){
  .car-item .submit { transition: none; }
}
.car-item .cancel svg {
    width: 17px;
    margin-left: 5px;
}
.car-item .cancel svg path {
    fill: #00A676;
}

/* locations map */

.page-block.locations-map {
    margin-top: 55px;
    margin-bottom: 55px;
}
.locations-map .map-holder {
    width: 100%;
    height: 450px;
    margin: 10px 0 40px;
    overflow: hidden;
    border-radius: 15px;
    background-color: var(--ws-main-color-2-extra-lightest);
}
.locations-map .map {
    width: 100%;
    height: 100%;
}
.locations-map .map .maplibregl-ctrl-attrib {
    display: none;
}
:root {

    --cluster-small: var(--ws-main-color-1-extra-lighter);
    --cluster-mid:   var(--ws-main-color-1-extra-light);
    --cluster-big:   var(--ws-main-color-1-lightest);
    --point-fill:    var(--ws-main-color-2-vivid);
    --point-stroke:  var(--ws-main-color-1);

}
/* =========================================================
   RESTING STATE — the compact pill that sits on the map
   ========================================================= */
.locations-map .map-pin {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 4px 11px 4px 4px;
    background: #fff;
    border: 1px solid var(--ws-grey-medium);
    border-radius: 999px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .16);
    font-size: 13px;
    color: var(--ws-grey-dark);
    white-space: nowrap;
    cursor: pointer;
}
.locations-map .map-pin::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 7px solid transparent;
    border-top-color: #fff;
    border-bottom: 0;
    filter: drop-shadow(0 1px 0 var(--ws-grey-medium));
}
.locations-map .map-pin:hover,
.locations-map .map-pin:focus-visible {
    outline: none;
    border-color: var(--ws-main-color-2);
    border-width: 1.5px;
}
.locations-map .map-pin.is-active {
    visibility: hidden;
}
.locations-map .map-pin .pin-icon {
    flex: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.locations-map .map-pin .pin-icon svg { width: 20px; height: 20px; }
.locations-map .map-pin .pin-icon.airport { background: var(--ws-main-color-2-vivid-dark); }
.locations-map .map-pin .pin-icon.airport svg { fill: #fff; }
.locations-map .map-pin .pin-icon.city { background: var(--ws-main-color-1-extra-lighter); }
.locations-map .map-pin .pin-icon.city svg { fill: var(--ws-main-color-1-vivid); }
.locations-map .map-pin .pin-price { color: var(--ws-main-color-1-dark); font-weight: bold; }
.locations-map .map-pin .pin-price .per { color: var(--ws-main-color-1-light); font-weight: 400; }

/* =========================================================
   DETAIL STATE — the rich card, shown inside a popup
   ========================================================= */
.locations-map .maplibregl-popup.map-card-popup .maplibregl-popup-content {
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid var(--ws-grey-medium);
    box-shadow: 0 4px 18px rgba(0, 0, 0, .18);
}
.locations-map .maplibregl-popup.map-card-popup .maplibregl-popup-content::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 10px solid transparent;
    border-top-color: #fff;
    border-bottom: 0;
    filter: drop-shadow(0 1px 0 var(--ws-grey-medium));
}

.locations-map .map-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    color: var(--ws-grey-dark);
    font-size: 1rem;
}
.locations-map .map-card .top {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0 10px;
    width: 100%;
    padding-right: 14px;
}
.locations-map .map-card .card-icon {
    flex: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.locations-map .map-card .card-icon svg { width: 20px; height: 20px; }
.locations-map .map-card .card-icon.airport { background: var(--ws-main-color-2-vivid-dark); }
.locations-map .map-card .card-icon.airport svg { fill: #fff; }
.locations-map .map-card .card-icon.city { background: var(--ws-main-color-1-extra-lighter); }
.locations-map .map-card .card-icon.city svg { fill: var(--ws-main-color-1-vivid); }

.locations-map .map-card .head {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
    column-gap: 8px;
    row-gap: 2px;
    min-width: 0;
}
.locations-map .map-card .name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-width: 0;
    color: var(--ws-main-color-1-dark);
    font-size: 1.05rem;
    line-height: 1.2;
    font-weight: bold;
}
.locations-map .map-card .type {
    flex: none;
    white-space: nowrap;
    margin-top: 1px;
    color: var(--ws-main-color-1-light);
    font-size: .85rem;
}
.locations-map .map-card .price_from {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    margin-top: 6px;
}
.locations-map .map-card .price_from .from {
    color: var(--ws-main-color-1-dark);
    font-size: 1.15rem;
    font-weight: bold;
}
.locations-map .map-card .price_from .per {
    color: var(--ws-main-color-1-light);
    font-size: .95rem;
}
.locations-map .map-card .explain {
    margin-top: -2px;
    color: var(--ws-main-color-1-light);
    font-size: .85rem;
}

.locations-map .map-card .compare {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 0 5px;
    margin-top: 8px;
    padding: 2px 8px;
    border-radius: 50px;
}
.locations-map .map-card .compare.higher { background-color: #ffcbcb; }
.locations-map .map-card .compare.lower { background-color: #e7fff8; }
.locations-map .map-card .compare .icon { display: flex; align-items: center; }
.locations-map .map-card .compare svg { width: 12px; height: 12px; }
.locations-map .map-card .compare.higher svg { transform: rotate(270deg); fill: #831313; }
.locations-map .map-card .compare.lower svg { transform: rotate(90deg); fill: #15724d; }
.locations-map .map-card .compare p { font-size: .85rem; font-weight: bold; }
.locations-map .map-card .compare.higher p { color: #831313; }
.locations-map .map-card .compare.lower p { color: #15724d; }

.locations-map .map-card .lowest {
    width: 100%;
    margin-top: 10px;
    padding-top: 6px;
    border-top: 1px solid var(--ws-main-color-1-lightest);
    color: var(--ws-main-color-1-light);
    font-size: .85rem;
}
.locations-map .map-card .lowest .price {
    color: var(--ws-main-color-1-dark);
    font-weight: bold;
}

.locations-map .map-card .book {
    --car-item-submit-c1: var(--ws-main-color-3);
    --car-item-submit-c2: var(--ws-main-color-3-dark);
    align-self: flex-end;
    margin-top: 12px;
    padding: 6px 20px;
    border-radius: 6px;
    border: none;
    background: linear-gradient(135deg, var(--car-item-submit-c1), var(--car-item-submit-c2));
    color: #fff;
    font-size: .95rem;
    font-weight: 500;
    outline: none;
    cursor: pointer;
    transition: --car-item-submit-c1 .25s ease, --car-item-submit-c2 .25s ease;
}
.locations-map .map-card .book:hover { filter: brightness(.95); }

/* price info */

.pricing {
    padding: 50px 0;
}
.price-bars {
    max-width: 100%;
    max-height: 1200px;
    margin: 50px auto;
    padding-left: 0;
    box-sizing: border-box;
    overflow-y: hidden;
    list-style: none;
    list-style-type: none;
    transition: max-height .3s ease-in-out;
}
.pricing .card.closed .price-bars {
    max-height: 300px;
}
.price-bars * {
    user-select: none;
}
.price-bars .price-item {
    --price-item-width: .5;
    --price-item-label-width: 145px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 10px 0;
}
.price-bars .price-item .month {
    flex: 0 0 40px;
    color: var(--ws-main-color-1-dark);
    font-weight: bold;
}
.price-bars .price-item .bar {
    position: relative;
    flex: 1;
    height: 30px;
    border-radius: 8px;
    background-color: var(--ws-grey-lighter);
}
.price-bars .price-item .bar-filled {
    position: absolute;
    width: calc(
        var(--price-item-label-width) +
        var(--price-item-width) * max(0px, 100% - var(--price-item-label-width))
    );
    min-width: var(--price-item-label-width);
    height: 30px;
    border-radius: 8px;
    background-color: #7DCBA1;
    background-color: color-mix(
        in oklab,
        #7DCBA1,
        #D6F0E0
        clamp(0%, calc(var(--price-item-width) * 100%), 100%)
    );
    transition: width .3s ease-in-out;
}
.price-bars .price-item .bar-filled.cheap {
    background-color: #4DB07E;
}
.price-bars .price-item .price {
    position: absolute;
    display: flex;
    flex-direction: row;
    align-items: center;
    right: 8px;
    height: 30px;
    white-space: nowrap;
}
@property --price-item-label-c1 { syntax: '<color>'; inherits: false; initial-value: #000; }
@property --price-item-label-c2 { syntax: '<color>'; inherits: false; initial-value: #000; }
.price-bars .price-item .price .currently {
    --price-item-label-c1: #20794E;
    --price-item-label-c2: #1A6342;
    padding: 4px 6px;
    border-radius: 4px;
    background: linear-gradient(135deg, var(--price-item-label-c1), var(--price-item-label-c2));
    color: white;
    font-size: .75rem;
    font-weight: 600;
    cursor: pointer;
    transition: --price-item-label-c1 .25s ease, --price-item-label-c2 .25s ease;
}
.price-bars .price-item .price .currently:hover {
    --price-item-label-c1: #0F3A27;
    --price-item-label-c2: #20794E;
}
.pricing .opener {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: -50px 0 0;
    padding: 20px 0 20px;
    background: linear-gradient(0deg, rgba(242, 242, 242,1), rgba(242, 242, 242,.1));
    transition: margin .3s ease-in-out, padding .3s ease-in-out;
}
.pricing .card.closed + .opener {
    margin: -130px 0 0;
    padding: 65px 0 10px;
}
.pricing .opener .handle {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0 10px;
    cursor: pointer;
}
.pricing .opener span {
    color: var(--ws-main-color-1);
    font-size: .9rem;
    font-weight: bold;
    transition: color .2s ease;
}
.pricing .opener .handle:hover span {
    color: var(--ws-main-color-1-light);
}
.pricing .card + .opener .open {
    display: none;
}
.pricing .card.closed + .opener .open {
    display: block;
}
.pricing .card.closed + .opener .close {
    display: none;
}
.pricing .opener svg {
    width: 10px;
    fill: var(--ws-main-color-1);
    transition: transform .2s ease, color .2s ease;
}
.pricing .opener .handle:hover svg {
    fill: var(--ws-main-color-1-light);
}
.pricing .card + .opener svg {
    transform: rotate(270deg);
}
.pricing .card.closed + .opener svg {
    transform: rotate(90deg);
}


/* airports */

.page-block.airports {
    margin-top: 55px;
    margin-bottom: 55px;
}
.airports-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 10px 20px;
    margin: 25px 0;
    width: 100%;
}
.airport-card {
    display: block;
    width: calc(33% - 55px);
    padding: 20px;
    border-radius: 15px;
    border: 1.5px solid var(--ws-grey-lighter);
    background: white;
    color: inherit;
    text-decoration: none;
    transition: border-color var(--t), box-shadow var(--t);
}
.airport-card:hover {
    border-color: var(--ws-main-color-2-vivid);
    box-shadow: 0 4px 16px rgba(53,40,78,.07);
}
.airport-card .top {
    display: flex;
    align-items: center;
    gap: 15px;
}
.airport-card .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: var(--ws-main-color-2-extra-light);
}
.airport-card .icon svg {
    width: 16px;
    height: 16px;
    fill: var(--ws-main-color-2-vivid-dark);
}
.airport-card .banner {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 7px;
}
.airport-card .name {
    color: var(--ws-main-color-1-dark);
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 700;
}
.airport-card .iata {
    color: var(--ws-grey-dark);
    font-size: .85rem;
    line-height: 1.1rem;
    font-weight: 500;
}
.airport-card .stats {
    display: flex;
    gap: 20px;
    margin: 20px 0;
    color: var(--ws-grey-dark);
    font-size: .85rem;
}
.airport-card .stats strong {
    color: var(--ws-grey-darker);
}
.airport-card .cta {
    color: var(--ws-main-color-2-vivid);
    font-size: .85rem;
    font-weight: 600;
}

@media only screen and (max-width: 1024px) {
    .airport-card {
        width: calc(50% - 55px);
    }
}
@media only screen and (max-width: 768px) {
    .airport-card {
        width: 100%;
    }
}


/* location data */

.page-block.locations {
    margin-top: 55px;
    margin-bottom: 55px;
}

.locations-heading {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0 15px;
    margin: 25px 0 15px;
    padding: 0 0 10px;
    border-style: solid;
    border-color: var(--ws-grey-light);
    border-width: 0 0 1px;
}
.locations-heading h3 {
    flex: 1;
    margin: 0;
}
.locations-heading span {
    width: 100px;
    margin-top: 6px;
    color: var(--ws-grey-dark);
    font-size: .8rem;
    text-align: right;
}

.location-card {
    margin-bottom: 8px;
    overflow: hidden;
    border-radius: 15px;
    border: 1.5px solid var(--ws-grey-lighter);
    background: white;
    transition: border-color var(--t);
}
.location-card:hover {
    border-color: var(--ws-grey-medium);
}

.location-card .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 13px 16px;
    user-select: none;
    cursor: pointer;
}
.location-card .top .left {
    display: flex;
    align-items: center;
    flex: 1;
    gap: 15px;
    min-width: 0;
}
.location-card .top .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    border: 1.5px solid var(--ws-grey-lighter);
    background: var(--ws-grey-lightest);
}
.location-card .top .icon svg {
    width: 27px;
    height: 27px;
}
.location-card .top .name {
    color: var(--ws-main-color-1-dark);
    font-size: 1.15rem;
    font-weight: 700;
}
.location-card .top .sub {
    margin-top: 1px;
    color: var(--ws-grey-dark);
    font-size: .85rem;
}
.location-card .top .right {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    gap: 14px;
}
.location-card .top .stats {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 7px 14px;
}
.location-card .top .stat {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 8px 5px;
}
.location-card .top .stat .value {
    color: var(--ws-main-color-1);
    font-size: 1rem;
    font-weight: 700;
}
.location-card .top .stat .label {
    color: var(--ws-grey-dark);
    font-size: .85rem;
    text-transform: uppercase;
}
.location-card .top .open-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    margin-left: 5px;
    border-radius: 5px;
    border: 1px solid var(--ws-grey-lighter);
    background: var(--ws-grey-lightest);
}
.location-card .top .open-close svg {
    width: 16px;
    height: 16px;
    fill: var(--ws-grey-medium);
    transform: rotate(90deg);
    transition: transform var(--t);
}
.location-card.open .top .open-close svg {
    transform: rotate(270deg);
}

.location-card .body {
    display: none;
    flex-direction: column;
    border-style: solid;
    border-color: var(--ws-grey-lighter);
    border-width: 1px 0 0;
}
.location-card.open .body {
    display: flex;
    padding: 16px;
}

.location-card .group {
    margin-bottom: 30px;
}
.location-card .group:last-child {
    margin-bottom: 0
}
.location-card .group .title {
    margin-bottom: 15px;
    color: var(--ws-main-color-1);
    font-size: 1rem;
    font-weight: 700;
}
.location-card .group .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px 20px;
}

.location-card .data-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    width: calc(25% - 15px);
    max-width: 300px;
}
.location-card .data-item .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    border: 1.5px solid var(--ws-grey-lighter);
    background: var(--ws-grey-lightest);
}
.location-card .data-item .icon svg {
    width: 25px;
    height: 25px;
}
.location-card .data-item .icon svg.shiny-color {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 18px;
    height: 18px;
}
.location-card .data-item .data {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.location-card .data-item .label {
    color: var(--ws-grey-dark);
    font-size: .85rem;
    text-transform: uppercase;
}
.location-card .data-item .value {
    margin-top: 5px;
    color: var(--ws-main-color-1);
    font-size: .95rem;
    font-weight: 600;
    line-height: 1.25rem;
}
.location-card .data-item .note {
    margin-top: 5px;
    color: var(--ws-grey-dark);
    font-size: .85rem;
    line-height: 1rem;
}
.location-card .data-item .bar-holder {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0 5px;
    margin-top: 8px;
}
.location-card .data-item .bar-holder ~ .bar-holder {
    margin-top: -2px;
}
.location-card .data-item .bar {
    width: 50%;
    max-width: 75px;
    height: 8px;
    overflow: hidden;
    margin-top: 5px;
    border-radius: 10px;
    background: var(--ws-grey-light);
}
.location-card .data-item .bar-fill {
    height: 10px;
    background: var(--ws-main-color-1-vivid);
}
.location-card .data-item .bar-value {
    color: var(--ws-main-color-1);
    font-size: .95rem;
    font-weight: 600;
    line-height: 1.25rem;
}
.location-card .data-item .bar-filled.automatic,
.location-card .data-item .bar-filled.manual {
    width: 100%;
    height: 10px;
}
.location-card .data-item .bar-filled.automatic { background: var(--ws-main-color-1-vivid); }
.location-card .data-item .bar-filled.manual { background: var(--ws-main-color-2-vivid); }

.age-table-holder table {
    width: 100%;
    border-collapse: collapse;
    font-size: .9rem;
}
.age-table-holder tr,
.age-table-holder td {
    box-sizing: border-box;
}
.age-table-holder th {
    padding: 4px 8px 4px 0;
    border-bottom: 1px solid var(--ws-grey-lighter);
    color: var(--ws-grey-dark);
    font-size: .85rem;
    text-align: left;
    text-transform: uppercase;
    font-weight: 400;
}
.age-table-holder td {
    padding: 9px 8px 9px 0;
    border-bottom: 1px solid var(--ws-grey-lighter);
    color: var(--ws-grey-darker);
    vertical-align: top;
    font-size: .85rem;
    font-weight: 400;
}
.age-table-holder tr:last-child td {
    border-bottom: none;
}
.age-table-holder .availability {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: .85rem;
    font-weight: 500;
}
.age-table-holder .availability .dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
}
.age-table-holder .availability .dot.none { background: #d15858; }
.age-table-holder .availability .dot.limited { background: #ff8800; }
.age-table-holder .availability .dot.most { background: #08a81d; }
.age-table-holder .availability .dot.full { background: #08a81d; }
.age-table-holder .badge {
    margin: -1px 0;
    padding: 2px 6px;
    border-radius: 3px;
    font-size: .85rem;
    font-weight: 600;
    white-space: nowrap;
}
.age-table-holder .badge.good {
    background: #e2ffe6;
    color: #037a13;
}
.age-table-holder .badge.medium {
    background: #fff3e6;
    color: #d16500;
}

.location-card .agency-list {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}
.location-card .agency-tag {
    padding: 5px 12px;
    border-radius: 5px;
    border: 1px solid var(--ws-grey-lighter);
    background: var(--ws-grey-lightest);
    color: var(--ws-grey-darker);
    font-size: .9rem;
    font-weight: 300;
    text-decoration: none;
    cursor: pointer;
    transition: border-color var(--t), background var(--t);
}
.location-card .agency-tag:hover {
    border-color: var(--ws-main-color-2-vivid);
    background: var(--ws-main-color-2-extra-lightest);
    color: var(--ws-main-color-2-vivid);
}
.location-card .information {
    padding: 10px 13px;
    border-radius: 15px;
    background: var(--ws-grey-lightest);
    color: var(--ws-grey-dark);
    font-size: 11px;
    line-height: 1.55;
}
.location-card .cta {
    --car-item-submit-c1: var(--ws-main-color-3);
    --car-item-submit-c2: var(--ws-main-color-3-dark);
    align-self: flex-end;
    padding: 12px 20px;
    border-radius: 6px;
    background: linear-gradient(135deg, var(--car-item-submit-c1), var(--car-item-submit-c2));
    color: white;
    font-size: .9rem;
    font-weight: 600;
    cursor: pointer;
    transition: --car-item-submit-c1 .25s ease, --car-item-submit-c2 .25s ease;
}
.location-card .cta:hover {
    --car-item-submit-c1: var(--ws-main-color-3-light);
    --car-item-submit-c2: var(--ws-main-color-3);
}

.closing-cta {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 40px;
}
.closing-cta .cta {
    --car-item-submit-c1: var(--ws-main-color-3);
    --car-item-submit-c2: var(--ws-main-color-3-dark);
    padding: 14px 28px;
    border-radius: 6px;
    background: linear-gradient(135deg, var(--car-item-submit-c1), var(--car-item-submit-c2));
    color: white;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: --car-item-submit-c1 .25s ease, --car-item-submit-c2 .25s ease;
}
.closing-cta .cta:hover {
    --car-item-submit-c1: var(--ws-main-color-3-light);
    --car-item-submit-c2: var(--ws-main-color-3);
}

@media only screen and (max-width: 1536px) {
    
}
@media only screen and (max-width: 1280px) {
    
}
@media only screen and (max-width: 1024px) {
    .location-card .data-item {
        width: calc(50% - 10px);
    }
}
@media only screen and (max-width: 680px) {
    .age-table-holder thead {
        display: none;
    }
    .age-table-holder table,
    .age-table-holder tbody,
    .age-table-holder tr,
    .age-table-holder td {
        display: block;
        width: 100%;
    }
    .age-table-holder tr {
        margin-bottom: 8px;
        padding: 12px 14px;
        border-radius: 8px;
        border: 0.5px solid var(--ws-grey-lighter);
    }
    .age-table-holder td {
        display: flex;
        justify-content: space-between;
        gap: 16px;
        padding: 4px 0;
        border: none;
    }
    .age-table-holder td::before {
        content: attr(data-label);
        color: var(--ws-grey-dark);
        font-size: .85rem;
        text-align: left;
        text-transform: uppercase;
        font-weight: 400;
    }
    .age-table-holder td:first-child {
        margin-bottom: 10px;
        padding-bottom: 8px;
        border-bottom: 0.5px solid var(--ws-grey-lighter) !important;
        font-size: 1rem;
        font-weight: bold;
    }
    .age-table-holder td:first-child::before {
        display: none;
    }
    .age-table-holder .badge {
        margin: -3px 0;
        padding: 4px 6px;
    }
}
@media only screen and (max-width: 650px) {
    .location-card .top .stats {
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
    }
    .location-card .top .stat {
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }
}
@media only screen and (max-width: 550px) {
    .location-card .data-item {
        width: calc(100%);
    }
}

/* Nearby clusters */

.page-block.nearby-clusters {
    margin-top: 55px;
    margin-bottom: 55px;
}

.nearby-clusters .grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 10px 20px;
    margin: 25px 0;
    width: 100%;
}
.nearby-clusters .nearby-cluster {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    width: calc(33% - 55px);
    padding: 20px;
    border-radius: 15px;
    border: 1.5px solid var(--ws-grey-lighter);
    background: white;
    color: inherit;
    text-decoration: none;
    transition: border-color var(--t), box-shadow var(--t);
}
.nearby-clusters .nearby-cluster:hover {
    border-color: var(--ws-main-color-2-vivid);
    box-shadow: 0 4px 16px rgba(53,40,78,.07);
}
.nearby-clusters .nearby-cluster .nearby-distance {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 55px;
    height: 55px;
    border-radius: 8px;
    background: var(--ws-main-color-2-extra-light);
    color: var(--ws-main-color-2-vivid-dark);
    font-size: 1.25rem;
    font-weight: bold;
}
.nearby-clusters .nearby-cluster .nearby-distance span {
    font-size: .95rem;
}
.nearby-clusters .nearby-cluster .nearby-name {
    display: block;
    color: var(--ws-main-color-1-dark);
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 700;
}
.nearby-clusters .nearby-cluster .nearby-meta {
    display: block;
    margin-top: 5px;
    color: var(--ws-grey-darker);
    font-size: .85rem;
    line-height: 1.25rem;
    font-weight: 400;
}

@media only screen and (max-width: 1024px) {
    .nearby-clusters .nearby-cluster {
        width: calc(50% - 55px);
    }
}
@media only screen and (max-width: 768px) {
    .nearby-clusters .nearby-cluster {
        width: 100%;
    }
}


/* Nearby airports */

.page-block.nearby-airports {
    margin-top: 55px;
    margin-bottom: 55px;
}

.nearby-airports .grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 10px 20px;
    margin: 25px 0;
    width: 100%;
}
.nearby-airports .nearby-airport {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    width: calc(33% - 55px);
    padding: 20px;
    border-radius: 15px;
    border: 1.5px solid var(--ws-grey-lighter);
    background: white;
    color: inherit;
    text-decoration: none;
    transition: border-color var(--t), box-shadow var(--t);
}
.nearby-airports .nearby-airport:hover {
    border-color: var(--ws-main-color-2-vivid);
    box-shadow: 0 4px 16px rgba(53,40,78,.07);
}
.nearby-airports .nearby-airport .nearby-distance {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 55px;
    height: 55px;
    border-radius: 8px;
    background: var(--ws-main-color-2-extra-light);
    color: var(--ws-main-color-2-vivid-dark);
    font-size: 1.25rem;
    font-weight: bold;
}
.nearby-airports .nearby-airport .nearby-distance span {
    font-size: .95rem;
}
.nearby-airports .nearby-airport .nearby-name {
    display: block;
    color: var(--ws-main-color-1-dark);
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 700;
}
.nearby-airports .nearby-airport .nearby-meta {
    display: block;
    margin-top: 5px;
    color: var(--ws-grey-darker);
    font-size: .85rem;
    line-height: 1.25rem;
    font-weight: 400;
}

@media only screen and (max-width: 1024px) {
    .nearby-airports .nearby-airport {
        width: calc(50% - 55px);
    }
}
@media only screen and (max-width: 768px) {
    .nearby-airports .nearby-airport {
        width: 100%;
    }
}


/* FAQs */

.page-block.faq {
    margin-top: 55px;
    margin-bottom: 55px;
}
.faq--holder {
    margin: 30px auto;
    padding: 1px 0 10px;
    width: 100%;
    box-sizing: border-box;
}
.faq--element {
    position: relative;
    margin: 15px 0 0;
    border-style: solid;
    border-color: var(--ws-grey-light);
    border-width: 0 0 1px;
}
.faq--element:last-child {
    border-width: 0 0 0;
}
.faq--question {
    cursor: pointer;
}
.faq--question h3 {
    width: calc(100% - 15px);
    margin: 0 0 12px;
    font-size: calc(.9rem + .1vw);
    line-height: calc(1.2rem + .4vw);
    font-weight: bold;
    transition: color .2s ease;
}
.faq--opener {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    transition: color .2s ease;
}
.faq--opener svg {
    width: 15px;
    fill: var(--ws-grey-dark);
    transition: transform .2s ease;
}
.faq--question.opened svg {
    transform: rotate(270deg);
}
.faq--question.closed svg {
    transform: rotate(90deg);
}
.faq--question:hover h3,
.faq--question:hover .faq--opener {
    color: var(--ws-grey-medium);
}
.faq--answer {
    position: relative;
    overflow: hidden;
    max-height: 0;
    max-width: 800px;
    margin: 0 0 0;
    padding: 0;
    line-height: 1.8rem;
    transition: max-height .5s ease-in-out;
}
.faq--answer p {
    margin: 3px 0 15px;
}
.faq--question.opened + .faq--answer {
    max-height: 500px;
}

/* cluster links */

.cluster-links {
    margin-top: 20px;
    margin-bottom: 20px;
}

.cluster-links .grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 10px 15px;
    margin: 10px 0;
    width: 100%;
}

.cluster-links a {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 8px 0;
    width: calc(20% - 52px);
    padding: 15px 18px;
    border-radius: 10px;
    border: 1.5px solid var(--ws-grey-lighter);
    background: white;
    color: inherit;
    text-decoration: none;
    transition: border-color var(--t);
}
.cluster-links a:hover {
    border-color: var(--ws-main-color-2-vivid);
    box-shadow: 0 1px 4px rgba(53,40,78,0.06);
}

.cluster-links .title-holder {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 5px 10px;
    width: 100%;
}
.cluster-links .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: var(--ws-main-color-1);
}
.cluster-links .icon svg {
    width: 26px;
    height: 26px;
    fill: white;
    stroke: white;
}
.cluster-links .title {
    color: var(--ws-main-color-1-dark);
    font-size: .95rem;
    line-height: 1.3rem;
    font-weight: 600;
}
.cluster-links .subtitle {
    width: 100%;
    height: 100%;
    color: var(--ws-grey-darker);
    font-size: .85rem;
    line-height: 1.15rem;
}

@media only screen and (max-width: 1280px) {
    .cluster-links a {
        width: calc(25% - 52px);
    }
}
@media only screen and (max-width: 1024px) {
    .cluster-links a {
        width: calc(33.3% - 50px);
    }
}
@media only screen and (max-width: 768px) {
    .cluster-links a {
        width: calc(50% - 50px);
    }
}
@media only screen and (max-width: 576px) {
    .cluster-links a {
        width: 100%;
    }
}
