.fi-consent-settings {
    position: fixed;
    z-index: 9998;
    right: 14px;
    bottom: 14px;
    min-height: 38px;
    padding: 8px 12px;
    border: 1px solid #4b556d;
    border-radius: 6px;
    background: #111829;
    color: #f6f8fc;
    font: 600 12px/1.2 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    letter-spacing: 0;
    cursor: pointer;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.28);
}

.fi-consent-settings:hover,
.fi-consent-settings:focus-visible {
    border-color: #00b4d8;
    outline: none;
}

#fi-consent .cm-btn,
#fi-consent .cn-decline,
#fi-consent .cn-ok {
    min-height: 42px;
    border-radius: 5px;
    font-weight: 700;
}

#fi-consent .cn-decline,
#fi-consent .cm-btn-decline {
    background: #374151;
    color: #ffffff;
}

#fi-consent .cn-ok,
#fi-consent .cm-btn-success {
    background: #087f8c;
    color: #ffffff;
}

#fi-consent .cookie-notice,
#fi-consent .cookie-modal {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    letter-spacing: 0;
}

@media (max-width: 640px) {
    .fi-consent-settings {
        right: 10px;
        bottom: 10px;
        max-width: calc(100vw - 20px);
    }
}
