.dwic-banner { font-family: var(--dwic-font, system-ui); background: var(--dwic-bg, #23272a); color: var(--dwic-text, #fff); padding:1.2em 1em; border-radius: 8px; box-shadow: 0 4px 18px rgba(0,0,0,0.2); max-width: 600px; margin:auto; }
.dwic-banner--top { top: 0; left: 0; right: 0; position: fixed; }
.dwic-banner--bottom { bottom: 0; left: 0; right: 0; position: fixed; }
.dwic-banner--center { left: 50%; top: 50%; transform: translate(-50%,-50%); position: fixed; }
.dwic-banner__logo { height: 40px; }
.dwic-footer { font-size: 0.95em; color:#bbb; text-align: center; margin-top: 1em; }
.dwic-legal { font-size:0.9em; color:#b00; margin-top:0.5em; text-align:center; }
.dwic-btn { border-radius: 4px; border: 0; font-weight: bold; cursor: pointer; padding: 0.5em 1em; margin-right:8px;}
.dwic-btn--accept { background: #27ae60; color: #fff; }
.dwic-btn--reject { background: #e74c3c; color: #fff; }
.dwic-btn--settings { background: #f1c40f; color: #23272a; }
.dwic-toggle { margin-right: 1em; }
.dwic-floating-btn { position: fixed; left:20px; bottom:20px; background: #fff; color: #23272a; border-radius: 50%; width: 48px; height: 48px; box-shadow: 0 2px 8px rgba(0,0,0,0.12); border: 0; font-size: 1.3em; cursor: pointer; display: flex; align-items: center; justify-content: center; z-index:99999;}