/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 12 2026 | 16:16:16 */
a{color:var(--clr-sky);text-decoration:underline dotted}.search-bar{z-index:100!important}.search-bar__wrap{width:100%}.info-section.dest-editorial p,.info-section.dest-editorial li, .info-section.dest-editorial h3, .info-section.dest-editorial h2, .info-section.dest-editorial h4{margin:1rem 0}p.sidebar-card__title__destination{font-weight:600;}section.dest-hero{grid-template-columns:1fr 1.1fr}@media screen and (min-width:640px){.cco-grid--hero{flex-direction:row;padding:0;margin:0}.cco-grid--hero .cco-card, .cco-grid--hero a{width:100%;}}


/* === Dest hero mobiel: foto vullend, kaartje stijl === */
@media (max-width: 1024px) {
    .dest-hero {
        grid-template-columns: 1fr !important;
        border-radius: 16px !important;
        overflow: hidden !important;
        margin: 0 !important;
        box-shadow: 4px 4px 0 #1a1a1a !important;
        border: 2px solid #1a1a1a !important;
    }
    .dest-hero__visual {
        position: relative !important;
        padding: 0 !important;
        min-height: 240px !important;
        height: 240px !important;
        border-right: none !important;
        border-bottom: 2px solid #1a1a1a !important;
        overflow: hidden !important;
    }
    .dest-hero__photo {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        display: block !important;
    }
    .dest-hero__country {
        position: absolute !important;
        bottom: 12px !important;
        left: 12px !important;
        z-index: 2 !important;
        background: rgba(255,255,255,0.95) !important;
        backdrop-filter: blur(4px) !important;
        transform: none !important;
    }
    .dest-hero__emoji {
        position: relative !important;
        z-index: 1 !important;
    }
    .dest-hero__flag {
        position: relative !important;
        z-index: 1 !important;
    }
    .dest-hero__content {
        padding: 24px 20px !important;
    }
}

/* === Mobiel hero: foto als achtergrond voor h1 + tagline === */
@media (max-width: 1024px) {
    .dest-hero {
        display: block !important;
        position: relative !important;
        overflow: hidden !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        border: none !important;
        border-bottom: var(--border) !important;
    }
    .dest-hero__photo {
        position: absolute !important;
        top: 0 !important; left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        display: block !important;
    }

    .dest-hero__visual::after {
        content: '' !important;
        position: absolute !important;
        inset: 0 !important;
        background: linear-gradient(to bottom, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.55) 100%) !important;
        z-index: 1 !important;
    }
    .dest-hero__emoji, .dest-hero__flag {
        position: relative !important;
        z-index: 2 !important;
    }
    .dest-hero__content {
        position: relative !important;
        z-index: 2 !important;
        background: transparent !important;
    }

    .dest-hero__title,
    .dest-hero__city {
        color: #fff !important;
        text-shadow: 0 2px 8px rgba(0,0,0,0.4) !important;
    }
    .dest-hero__tagline {
        color: rgba(255,255,255,0.88) !important;
        text-shadow: 0 1px 4px rgba(0,0,0,0.4) !important;
    }

    .dest-hero__country {
        position: absolute !important;
        bottom: 20px !important;
        left: 20px !important;
        z-index: 3 !important;
        background: rgba(255,255,255,0.95) !important;
        backdrop-filter: blur(4px) !important;
        transform: none !important;
    }
}

/* === Mobiel nav CTA verbergen + hero h1 op foto === */
@media (max-width: 700px) {
    /* CTA knop in header verbergen zodat hamburger zichtbaar wordt */
    .site-nav__cta--mobile {
        display: none !important;
    }
}

/* === HQF filter: reset weg + compact mobiel === */

/* Reset knop altijd verbergen */
.hqf-btn-reset { display: none !important; }

/* Mobiel: label + chips op één regel, compactere chips */
@media (max-width: 700px) {
    .hqf-row {
        display: flex !important;
        align-items: flex-start !important;
        gap: 8px !important;
        margin-bottom: 6px !important;
    }
    .hqf-row-label {
        flex-shrink: 0 !important;
        min-width: 80px !important;
        font-size: 11px !important;
        font-weight: 700 !important;
        padding-top: 6px !important;
        opacity: 0.7 !important;
    }
    .hqf-chips {
        flex-wrap: wrap !important;
        gap: 4px !important;
        margin-bottom: 0 !important;
    }
    .hqf-chip {
        padding: 3px 8px !important;
        font-size: 11px !important;
        border-radius: 12px !important;
    }
    /* Wanneer-rij heeft tabs ipv chips */
    .hqf-tabs {
        flex-wrap: wrap !important;
        gap: 4px !important;
        margin-bottom: 0 !important;
    }
    .hqf-tab {
        padding: 3px 8px !important;
        font-size: 11px !important;
    }
    /* Panel (maanden/schoolvakanties) ook compacter */
    .hqf-panel--active {
        margin-top: 4px !important;
    }
    /* Heading kleiner */
    .hqf-heading {
        margin: 8px 0 4px !important;
        font-size: 10px !important;
    }
    /* Action row (Zoek deals knop) */
    .hqf-row--action {
        margin-top: 8px !important;
        display: flex !important;
        align-items: center !important;
    }
}