.elementor-4955 .elementor-element.elementor-element-6fd3f21d{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );font-style:var( --e-global-typography-primary-font-style );text-decoration:var( --e-global-typography-primary-text-decoration );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );color:var( --e-global-color-primary );}.elementor-4955 .elementor-element.elementor-element-0cb387d{text-align:center;}.elementor-4955 .elementor-element.elementor-element-54c167d4.elementor-element{--align-self:center;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );}}/* Start custom CSS for shortcode, class: .elementor-element-54c167d4 *//* Sahara Stay - Complianz privacy dropdown styling */

/* Dropdown container */
.cmplz-document .cmplz-dropdown,
.cmplz-document details.cmplz-dropdown {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
    font-family: inherit !important;
}

/* Knop / gesloten dropdown */
.cmplz-document .cmplz-dropdown summary {
    background: #F5E6C8 !important;
    border: none !important;
    border-radius: 14px !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 13px 18px !important;
    cursor: pointer;
    list-style: none !important;
    font-family: inherit !important;
    transition: background-color 0.2s ease;
}

/* Focus rand verwijderen */
.cmplz-document .cmplz-dropdown summary:focus,
.cmplz-document .cmplz-dropdown summary:focus-visible,
.cmplz-document .cmplz-dropdown summary div:focus,
.cmplz-document .cmplz-dropdown summary div:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}

/* Hover en open state */
.cmplz-document .cmplz-dropdown summary:hover,
.cmplz-document .cmplz-dropdown[open] summary {
    background: #EFD8AA !important;
}

/* Default browser pijltje verbergen */
.cmplz-document .cmplz-dropdown summary::-webkit-details-marker {
    display: none !important;
}

.cmplz-document .cmplz-dropdown summary::marker {
    content: "" !important;
}

/* Binnenkant knop */
.cmplz-document .cmplz-dropdown summary div {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    outline: none !important;
    box-shadow: none !important;
}

/* Titel in knop */
.cmplz-document .cmplz-dropdown summary h3 {
    color: #6B3F24 !important;
    font-family: inherit !important;
    font-size: 16px !important;
    line-height: 1.35 !important;
    font-weight: 700 !important;
    margin: 0 !important;
}

/* Eigen chevron */
.cmplz-document .cmplz-dropdown summary div::after {
    content: "";
    width: 9px;
    height: 9px;
    border-right: 2px solid #6B3F24 !important;
    border-bottom: 2px solid #6B3F24 !important;
    border-top: 0 !important;
    border-left: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
    flex-shrink: 0;
}

/* Chevron open */
.cmplz-document .cmplz-dropdown[open] summary div::after {
    transform: rotate(225deg);
}

/* Dropdown inhoud transparant */
.cmplz-document .cmplz-dropdown[open],
.cmplz-document .cmplz-dropdown p,
.cmplz-document .cmplz-dropdown ul,
.cmplz-document .cmplz-dropdown li {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

/* Ruimte onder de knop */
.cmplz-document .cmplz-dropdown summary + p {
    margin-top: 16px !important;
}

/* Inhoud netjes uitlijnen */
.cmplz-document .cmplz-dropdown > p,
.cmplz-document .cmplz-dropdown > ul {
    margin-left: 18px !important;
    margin-right: 18px !important;
}

/* Tekst typografie van website overnemen */
.cmplz-document .cmplz-dropdown p,
.cmplz-document .cmplz-dropdown li,
.cmplz-document .cmplz-dropdown a {
    font-family: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
}

/* Subtitels in dropdown */
.cmplz-document .cmplz-dropdown .cmplz-subtitle {
    color: #6B3F24 !important;
    font-family: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
    font-weight: 700 !important;
    margin-top: 14px !important;
    margin-bottom: 6px !important;
}

/* Links */
.cmplz-document .cmplz-dropdown a {
    color: #6B3F24 !important;
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* Lijsten */
.cmplz-document .cmplz-dropdown ul {
    padding-left: 20px !important;
    margin-top: 8px !important;
    margin-bottom: 16px !important;
}

/* Mobiel */
@media only screen and (max-width: 767px) {
    .cmplz-document .cmplz-dropdown summary {
        padding: 12px 15px !important;
        border-radius: 12px !important;
    }

    .cmplz-document .cmplz-dropdown summary h3 {
        font-size: 15px !important;
    }

    .cmplz-document .cmplz-dropdown summary div::after {
        width: 8px;
        height: 8px;
    }
}/* End custom CSS */