.cookie-notice {
    position: fixed;
    bottom: 10px;
    left: 10px;
    right: 10px;
    background: #003571;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    text-align: center;
    max-width: 600px;
    border: solid 2px #fff;
    border-radius: 6px;
    color: white;
}

.cookie-notice p a {
    color: white;
    text-decoration: underline;
}

.cookie-button {
    margin: 0 10px !important;
    padding: 10px 20px !important;
    background-color: #AD854D !important;
    color: #fff !important;
    border: none !important;
    cursor: pointer !important;
}

.cookie-button:hover {
    background: #005177 !important;
}

@media (max-width: 768px) {
    #top-btn-left .elementor-widget-container {
        float: left;
    }
    #top-btn-left .wd-button-wrapper a {
        text-align: left;
        border: none;
    }
    #top-btn-left .fas {
        width: 10px;
    }
    #top-btn-left .wd-btn-text {
        text-decoration: underline;
        text-decoration-thickness: 2px;
        text-underline-offset: 2px;
    }
}

@media (max-width: 390px) {
    #top-btn-left .wd-btn-text {
        font-size: 10px;
    }
    #top-btn-left .wd-btn-text {
        text-decoration-thickness: 1px;
        text-underline-offset: 1px;
    }
}

@media (max-width: 380px) {
    #top-btn-left .wd-btn-text {
        font-size: 9px;
    }
    #top-btn-left .wd-btn-text {
        text-decoration-thickness: 1px;
        text-underline-offset: 1px;
    }
}
