.vcc-hidden { display: none !important; }
.vcc-banner, .vcc-modal { font-family: Arial, Helvetica, sans-serif; color: #172033; }
.vcc-banner { position: fixed; z-index: 2147483000; right: 16px; bottom: 16px; left: 16px; max-width: 860px; margin: 0 auto; padding: 22px; background: #fff; border: 1px solid #dce3ee; border-radius: 12px; box-shadow: 0 12px 42px rgba(18, 37, 63, .25); }
.vcc-title { margin: 0 0 8px; font-size: 20px; font-weight: 700; line-height: 1.25; }
.vcc-copy { margin: 0; font-size: 14px; line-height: 1.55; }
.vcc-copy a, .vcc-link { color: #0b5cad; text-decoration: underline; }
.vcc-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.vcc-button { min-height: 42px; padding: 10px 16px; border: 1px solid #0b5cad; border-radius: 6px; background: #fff; color: #0b5cad; font-size: 14px; font-weight: 700; cursor: pointer; }
.vcc-button:hover, .vcc-button:focus { outline: 3px solid rgba(11, 92, 173, .25); outline-offset: 1px; }
.vcc-button--primary { background: #0b5cad; color: #fff; }
.vcc-manage { position: fixed; z-index: 2147482999; right: 14px; bottom: 14px; padding: 9px 12px; border: 1px solid #0b5cad; border-radius: 20px; background: #fff; color: #0b5cad; font: 700 12px/1 Arial, Helvetica, sans-serif; box-shadow: 0 3px 12px rgba(18, 37, 63, .18); cursor: pointer; }
.vcc-backdrop { position: fixed; z-index: 2147483001; inset: 0; display: flex; align-items: center; justify-content: center; padding: 16px; background: rgba(12, 22, 38, .58); }
.vcc-modal { width: min(680px, 100%); max-height: calc(100vh - 32px); overflow: auto; padding: 24px; border-radius: 12px; background: #fff; box-shadow: 0 16px 50px rgba(0, 0, 0, .35); }
.vcc-category { display: flex; gap: 12px; padding: 14px 0; border-top: 1px solid #e5e9f0; }
.vcc-category:first-of-type { margin-top: 16px; }
.vcc-category input { width: 18px; height: 18px; margin-top: 3px; flex: 0 0 auto; }
.vcc-category strong, .vcc-category span { display: block; }
.vcc-category span { margin-top: 3px; font-size: 13px; line-height: 1.45; color: #4c586d; }
@media (max-width: 560px) { .vcc-banner { right: 8px; bottom: 8px; left: 8px; padding: 18px; } .vcc-actions .vcc-button { width: 100%; } }
