.ms-consent-banner[hidden], .ms-consent-footer [hidden], .ms-consent-error[hidden] { display: none !important; }
.ms-consent-banner, .ms-consent-dialog, .ms-consent-footer { font: 15px/1.5 Arial, sans-serif; color: #172b39; box-sizing: border-box; }
.ms-consent-banner *, .ms-consent-dialog * { box-sizing: border-box; }
.ms-consent-banner { position: fixed; z-index: 2147483000; bottom: 18px; left: 18px; right: 18px; margin: auto; max-width: 1180px; max-height: 75vh; overflow: auto; padding: 22px 26px; background: #fff; border: 1px solid #beaa5e; border-radius: 12px; box-shadow: 0 5px 32px #172b3933; display: flex; align-items: center; flex-wrap: wrap; gap: 18px; }
.ms-consent-copy { flex: 1 1 440px; }
.ms-consent-banner h2, .ms-consent-dialog h2 { font: 700 21px/1.3 Arial, sans-serif; margin: 0 0 10px; color: #172b39; }
.ms-consent-banner p, .ms-consent-dialog p { margin: 8px 0; }
.ms-consent-note { font-size: 13px; color: #465d6b; }
.ms-consent-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.ms-consent-actions button { font: 600 14px/1.3 Arial, sans-serif; min-height: 44px; padding: 11px 15px; border: 2px solid #bfab5e; border-radius: 6px; background: #7a7256; color: #fff; cursor: pointer; }
.ms-consent-actions .ms-consent-secondary { background: #fff; color: #7a7256; }
.ms-consent-actions button:hover { filter: brightness(.9); }
.ms-consent-banner button:focus-visible, .ms-consent-dialog button:focus-visible, .ms-consent-dialog input:focus-visible, .ms-consent-link:focus-visible { outline: 3px solid #e9a318; outline-offset: 3px; }
.ms-consent-footer { text-align: center; padding: 12px; background: #fff; }
.ms-consent-link { font: inherit; color: #7a7256; text-decoration: underline; cursor: pointer; border: 0; background: transparent; padding: 8px; }
.ms-consent-dialog { border: 1px solid #ccd8df; border-radius: 12px; padding: 26px; width: min(660px, calc(100% - 28px)); max-height: calc(100dvh - 40px); overflow: auto; margin: auto; background: #fff; }
.ms-consent-dialog::backdrop { background: #102a3dcc; }
.ms-consent-dialog-heading { display: flex; gap: 18px; align-items: center; justify-content: space-between; }
.ms-consent-close { font: 30px/1 Arial, sans-serif; width: 44px; height: 44px; color: #172b39; background: #fff; border: 1px solid #ccd8df; border-radius: 6px; cursor: pointer; flex-shrink: 0; }
.ms-consent-option { display: flex; align-items: center; gap: 20px; padding: 14px 0; border-bottom: 1px solid #dce4e9; margin: 0; font-weight: 400; }
.ms-consent-option div { flex: 1; }
.ms-consent-option p { font-size: 13px; }
.ms-consent-option > span { font-size: 13px; white-space: nowrap; }
.ms-consent-option input[type="checkbox"] { appearance: auto; width: 22px; height: 22px; flex: 0 0 22px; accent-color: #7a7256; cursor: pointer; margin: 0; }
.ms-consent-option input:disabled { cursor: not-allowed; }
.ms-consent-dialog .ms-consent-actions { margin-top: 20px; }
.ms-consent-error { color: #9b1c1c; font-weight: 600; flex-basis: 100%; }
@media (max-width: 600px) {
    .ms-consent-banner { bottom: 10px; left: 10px; right: 10px; padding: 18px; gap: 10px; }
    .ms-consent-actions { width: 100%; }
    .ms-consent-actions button { flex: 1 1 130px; }
    .ms-consent-dialog { padding: 20px; }
}
