
                                            
.mg-consent { position: fixed; left: 18px; bottom: 18px; z-index: 9999; max-width: 340px;
  background: rgba(20,14,38,0.96); border: 1px solid rgba(201,182,236,0.3); border-radius: 14px;
  padding: 16px 18px; box-shadow: 0 18px 48px rgba(10,6,22,0.5); backdrop-filter: blur(10px); }
.mg-consent p { margin: 0 0 12px; font: 13.5px/1.5 'Hanken Grotesk', system-ui, sans-serif; color: rgba(232,228,240,0.88); }
.mg-consent-actions { display: flex; gap: 10px; }
.mg-consent button { font: 600 13px/1 'Hanken Grotesk', system-ui, sans-serif; border-radius: 9px;
  padding: 9px 14px; cursor: pointer; border: 1px solid transparent; }
.mg-consent-ok { background: #c9b6ec; color: #1b1030; }
.mg-consent-ok:hover { background: #e9dcff; }
.mg-consent-no { background: transparent; color: rgba(232,228,240,0.7); border-color: rgba(201,182,236,0.3); }
.mg-consent-no:hover { color: #e9dcff; }
                                                                                   
.mg-consent-actions { flex-wrap: wrap; }
.mg-consent-more { background: transparent; color: rgba(232,228,240,0.55); border-color: transparent; padding-left: 4px; padding-right: 4px; text-decoration: underline; text-underline-offset: 3px; }
.mg-consent-more:hover { color: #e9dcff; }
.mg-consent p a { color: #c9b6ec; }
.mg-consent p a:hover { color: #e9dcff; }
.mg-consent-panel { margin: 12px 0 0; padding-top: 12px; border-top: 1px solid rgba(201,182,236,0.18); display: grid; gap: 8px; }
.mg-consent-panel[hidden] { display: none; }
.mg-consent-panel label { display: grid; grid-template-columns: 18px 1fr; column-gap: 8px; align-items: start; font: 13px/1.45 'Hanken Grotesk', system-ui, sans-serif; color: rgba(232,228,240,0.88); cursor: pointer; }
.mg-consent-panel label b { font-weight: 600; color: #e9dcff; }
.mg-consent-panel label span { grid-column: 2; color: rgba(232,228,240,0.6); }
.mg-consent-panel input { margin: 3px 0 0; accent-color: #c9b6ec; }
.mg-consent-save { justify-self: start; background: #c9b6ec; color: #1b1030; margin-top: 4px; }
.mg-consent-save:hover { background: #e9dcff; }
.mg-consent button:focus-visible, .mg-consent a:focus-visible { outline: 2px solid #c9b6ec; outline-offset: 2px; }
