/**
 * Custom Cookie Consent Styles for FA13.info
 * Override default styles to match site theme
 */

/* Main consent modal - blue theme */
#cc-main .cm {
    background: rgba(0, 49, 78, 0.98) !important;
    border: 1px solid rgba(91, 192, 222, 0.3);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

/* Modal title */
#cc-main .cm__title {
    color: #5bc0de !important;
}

/* Modal description text */
#cc-main .cm__desc {
    color: #cde4ee !important;
}

/* Links in modal */
#cc-main .cm__desc a {
    color: #5bc0de !important;
}

/* Accept all button - primary */
#cc-main .cm__btn {
    background: #5bc0de !important;
    color: #00314e !important;
    border: none !important;
}

#cc-main .cm__btn:hover {
    background: #46b8da !important;
}

/* Necessary only button - secondary */
#cc-main .cm__btn--secondary {
    background: transparent !important;
    color: #5bc0de !important;
    border: 1px solid #5bc0de !important;
}

#cc-main .cm__btn--secondary:hover {
    background: rgba(91, 192, 222, 0.1) !important;
}

/* Preferences modal */
#cc-main .pm {
    background: rgba(0, 49, 78, 0.98) !important;
    border: 1px solid rgba(91, 192, 222, 0.3);
}

#cc-main .pm__title {
    color: #5bc0de !important;
}

#cc-main .pm__section-title {
    color: #8ed0e8 !important;
}

#cc-main .pm__section-desc {
    color: #cde4ee !important;
}

/* Toggle switch */
#cc-main .pm__toggle {
    background: rgba(91, 192, 222, 0.2) !important;
}

#cc-main .pm__toggle.on {
    background: #5bc0de !important;
}

/* Close button */
#cc-main .pm__close-btn {
    color: #5bc0de !important;
}

/* Footer */
#cc-main .pm__footer {
    background: rgba(0, 40, 65, 0.95) !important;
    border-top: 1px solid rgba(91, 192, 222, 0.2);
}
