#maa-consent-banner{position:fixed;left:0;right:0;bottom:0;z-index:99999;display:none;background:#111;color:#fff;box-shadow:0 -2px 10px rgba(0,0,0,.2);font-family:inherit}#maa-consent-banner.maa-visible{display:block}#maa-consent-banner .maa-consent-inner{max-width:980px;margin:0 auto;padding:16px 20px;display:flex;gap:12px;align-items:center;justify-content:space-between;flex-wrap:wrap}#maa-consent-banner .maa-consent-text{flex:1;min-width:220px;font-size:14px;line-height:1.5}#maa-consent-banner .maa-consent-actions{display:flex;gap:10px;flex-shrink:0}#maa-consent-banner .maa-btn{appearance:none;-webkit-appearance:none;border:1px solid currentColor;background:transparent;color:inherit;padding:8px 14px;border-radius:4px;cursor:pointer;font-size:14px;line-height:1.5}#maa-consent-banner .maa-btn:focus{outline:2px solid #888;outline-offset:2px}#maa-consent-banner .maa-btn:active{transform:translateY(1px)}@media (max-width:480px){#maa-consent-banner .maa-consent-inner{align-items:flex-start}}#maa-consent-banner .maa-consent-text p{margin:0;padding:0}