.elementor-kit-6{--e-global-color-primary:#4EC4EA;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#FECE00;--e-global-typography-primary-font-family:"Heebo";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Heebo";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Heebo";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Heebo";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* privacy policy box */
#cookie-notice-consent {
    position: fixed !important;
    bottom: 16px !important;
    left: 16px !important;
    right: auto !important;
    top: auto !important;
    width: auto !important;
    max-width: 190px !important;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    z-index: 99999 !important;
}

/* Inner card styling */
#cookie-notice-consent .cookie-notice-consent__container {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    width: 100% !important;
    padding: 12px 14px !important;
    margin: 0 !important;
    text-align: right !important;
    background-color: #ffffff !important;
    border: 1px solid #E2E8F0 !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12) !important;
}

/* Text styling */
#cookie-notice-consent .cookie-notice-consent__text {
    font-size: 12px !important;
    line-height: 1.4 !important;
    color: #1E293B !important;
    text-align: right !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Button wrapper aligned to left/end */
#cookie-notice-consent .cookie-notice-consent__buttons {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Compact buttons */
#cookie-notice-consent .cookie-notice-consent__button {
    font-size: 11px !important;
    padding: 5px 10px !important;
    border-radius: 4px !important;
    line-height: 1.2 !important;
    display: inline-block !important;
    text-decoration: none !important;
}

/* Responsive adjustment */
@media (max-width: 768px) {
    #cookie-notice-consent {
        left: 50% !important;
        transform: translateX(-50%) !important;
        bottom: 12px !important;
        width: calc(100% - 24px) !important;
        max-width: 360px !important;
    }

    #cookie-notice-consent .cookie-notice-consent__container {
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding: 8px 12px !important;
        gap: 8px !important;
    }

    #cookie-notice-consent .cookie-notice-consent__text {
        font-size: 11px !important;
        line-height: 1.2 !important;
        white-space: normal !important;
        flex: 1 !important;
    }

    #cookie-notice-consent .cookie-notice-consent__buttons {
        flex-shrink: 0 !important;
        gap: 4px !important;
    }

    #cookie-notice-consent .cookie-notice-consent__button {
        padding: 4px 8px !important;
        font-size: 10.5px !important;
    }
    
    body:has(#cookie-notice-consent:not(.cookie-notice-consent--hidden):not(.cookie-notice-consent--closed):not([style*="none"])) .elementor-section:has(#cookie-notice-consent__revoke-button) {
        padding-bottom: 60px !important;
        transition: padding-bottom 0.3s ease !important;
    }
}/* End custom CSS */