/**
 * Cookie Banner Styles
 * Styles for cookie consent banner and preferences modal
 */

/* Cookie Banner */
#cookie-banner {
    background-color: #ffffff;
    opacity: 1;
}

/* Cookie Banner Link */
.cookie-banner-link {
    text-decoration: underline;
}

/* Dark mode styles for cookie banner */
[data-theme="dark"] #cookie-banner {
    background-color: #1f2937 !important;
}

[data-theme="dark"] #cookie-banner h3 {
    color: #ffffff !important;
}

[data-theme="dark"] #cookie-banner p {
    color: #d1d5db !important;
}

[data-theme="dark"] #cookie-banner a {
    color: #3b82f6 !important;
}

[data-theme="dark"] #cookie-banner button {
    border-color: #374151 !important;
    color: #d1d5db !important;
}

[data-theme="dark"] #cookie-banner button:hover {
    background-color: #374151 !important;
}

[data-theme="dark"] #cookie-banner #cookie-accept {
    background-color: #2563eb !important;
    color: #ffffff !important;
}

[data-theme="dark"] #cookie-banner #cookie-accept:hover {
    background-color: #1d4ed8 !important;
}

/* Cookie Modal */
#cookie-preferences-modal .relative {
    background-color: #ffffff !important;
}
