.cbe-cookie-bar { position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 9998; background: var(--navy, #1a2a4a); color: #fff; border: 1px solid rgba(212,160,23,0.35); border-radius: 10px; box-shadow: 0 12px 40px rgba(0,0,0,0.28); padding: 18px 20px; display: none; max-width: 760px; margin: 0 auto; font-family: 'Open Sans', sans-serif; }
.cbe-cookie-bar.show { display: block; }
.cbe-cookie-bar p { margin: 0 0 14px; font-size: 13.5px; line-height: 1.6; color: rgba(255,255,255,0.86); }
.cbe-cookie-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.cbe-btn { font-family: 'Roboto Condensed', sans-serif; font-size: 12px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; padding: 10px 18px; border-radius: 6px; cursor: pointer; border: 1px solid transparent; transition: all 0.2s; }
.cbe-btn-accept { background: var(--gold, #d4a017); color: var(--navy, #1a2a4a); }
.cbe-btn-accept:hover { background: #e8b830; }
.cbe-btn-reject { background: transparent; color: #fff; border-color: rgba(255,255,255,0.35); }
.cbe-btn-reject:hover { border-color: #fff; }
.cbe-btn-prefs { background: transparent; color: var(--gold, #d4a017); border-color: rgba(212,160,23,0.5); }
.cbe-btn-prefs:hover { background: rgba(212,160,23,0.1); }
.cbe-cookie-panel { position: fixed; inset: 0; z-index: 9999; background: rgba(15,29,58,0.55); display: none; align-items: center; justify-content: center; padding: 20px; }
.cbe-cookie-panel.show { display: flex; }
.cbe-cookie-panel-inner { background: var(--offwhite, #faf9f6); color: var(--text, #2a2a2a); border-radius: 12px; max-width: 460px; width: 100%; padding: clamp(24px, 4vw, 36px); box-shadow: 0 20px 60px rgba(0,0,0,0.35); font-family: 'Open Sans', sans-serif; }
.cbe-cookie-panel-inner h3 { font-family: 'Playfair Display', serif; font-weight: 600; font-size: 22px; color: var(--navy, #1a2a4a); margin: 0 0 8px; }
.cbe-cookie-panel-inner > p { font-size: 14px; line-height: 1.6; color: var(--text-soft, #4a4a4a); margin: 0 0 22px; }
.cbe-cookie-row { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; padding: 16px 0; border-top: 1px solid var(--light-gray, #e8e6e0); }
.cbe-cookie-row:last-of-type { border-bottom: 1px solid var(--light-gray, #e8e6e0); margin-bottom: 22px; }
.cbe-cookie-row h4 { font-family: 'Roboto Condensed', sans-serif; font-size: 12px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--navy, #1a2a4a); margin: 0 0 4px; }
.cbe-cookie-row p { font-size: 12.5px; line-height: 1.5; color: var(--muted, #8a857d); margin: 0; }
.cbe-cookie-fixed { font-family: 'Roboto Condensed', sans-serif; font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold, #d4a017); white-space: nowrap; padding-top: 2px; }
.cbe-switch { position: relative; width: 44px; height: 24px; flex-shrink: 0; }
.cbe-switch input { opacity: 0; width: 0; height: 0; }
.cbe-slider { position: absolute; inset: 0; background: #ccc; border-radius: 24px; transition: 0.2s; cursor: pointer; }
.cbe-slider::before { content: ''; position: absolute; width: 18px; height: 18px; left: 3px; bottom: 3px; background: #fff; border-radius: 50%; transition: 0.2s; }
.cbe-switch input:checked + .cbe-slider { background: var(--gold, #d4a017); }
.cbe-switch input:checked + .cbe-slider::before { transform: translateX(20px); }
.cbe-cookie-panel-actions { display: flex; gap: 10px; justify-content: flex-end; flex-wrap: wrap; }
@media (max-width: 600px) {
  .cbe-cookie-bar { left: 10px; right: 10px; bottom: 84px; padding: 16px; }
  .cbe-cookie-actions .cbe-btn { flex: 1 1 auto; text-align: center; }
}
