/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.5.1765262881
Updated: 2025-12-09 09:48:01

*/

/* Применяем стили ТОЛЬКО если есть класс видимости */
#cookie-notice.cookie-notice-visible {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    
    position: fixed !important;
    bottom: 30px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    
    width: auto !important;
    max-width: 800px !important;
    min-width: 300px !important;
    
    background-color: #ffffff !important;
    box-shadow: 0 5px 40px rgba(0,0,0,0.15) !important;
    border-radius: 8px !important;
    padding: 15px 30px !important;
    z-index: 999999 !important;
    
    font-size: 14px !important;
    line-height: 1.4 !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Гарантированно скрываем, если плагин убрал класс видимости */
#cookie-notice:not(.cookie-notice-visible),
#cookie-notice.cookie-notice-hidden {
    display: none !important;
    bottom: -100px !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

#cookie-notice .cookie-notice-container {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 30px !important;
}

#cookie-notice span#cn-notice-text {
    color: #333333 !important;
    flex-grow: 1 !important;
    text-align: left !important;
    margin: 0 !important;
    display: block !important;
    white-space: normal !important;
}

#cookie-notice span#cn-notice-text a {
    color: #333333 !important;
    text-decoration: underline !important;
    font-weight: 600 !important;
}

#cookie-notice button#cn-accept-cookie {
    background-color: #8C5E45 !important;
    background-image: none !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 4px !important;
    padding: 12px 30px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    cursor: pointer !important;
    white-space: nowrap !important;
    margin: 0 !important;
    transition: transform 0.2s ease !important;
    box-shadow: none !important;
    text-shadow: none !important;
    flex-shrink: 0 !important;
}

#cookie-notice button#cn-accept-cookie:hover {
    background-color: #6b4530 !important;
    transform: translateY(-2px);
}

#cookie-notice button#cn-close-notice {
    display: none !important;
}

@media (max-width: 768px) {
    #cookie-notice.cookie-notice-visible {
        width: 90% !important;
        max-width: 90% !important;
        bottom: 20px !important;
        padding: 20px !important;
    }

    #cookie-notice .cookie-notice-container {
        flex-direction: column !important;
        text-align: center !important;
        gap: 15px !important;
    }

    #cookie-notice span#cn-notice-text {
        text-align: center !important;
    }

    #cookie-notice button#cn-accept-cookie {
        width: 100% !important;
    }
}