/* Cookie consent banner styling - Bootstrap-compatible, responsive, accessible */
.cookie-banner{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    border-top: 1px solid rgba(16,24,32,0.08);
    z-index: 1050;
    box-shadow: 0 -2px 12px rgba(16,24,32,0.08);
}

.cookie-banner .cookie-text h5{
    font-weight:600;
    margin-bottom:0.25rem;
}

.cookie-banner .cookie-text p{
    margin-bottom:0;
    color: #495057;
}

.cookie-banner .cookie-actions .btn{
    min-width: 120px;
}

@media (max-width: 575.98px){
    .cookie-banner .container{ padding-left: 1rem; padding-right:1rem; }
    .cookie-banner .cookie-actions .btn{ margin-bottom:0.5rem; }
}

/* Ensure modal content uses readable colours */
#cookiePreferencesModal .modal-body p.small{ margin-bottom:0.5rem; }
#cookiePreferencesModal .form-check-label{ font-weight:500; }
#cookiePreferencesModal .modal-footer .btn{ min-width:110px; }

/* Focus styles */
.cookie-banner .btn:focus,
#cookiePreferencesModal .btn:focus{
    outline: 3px solid rgba(0,123,255,0.25);
    outline-offset: 2px;
}
