#atax-consent-banner{display:flex;position:fixed;left:0;right:0;bottom:0;z-index:9999;background:#1d2a45;color:#fff;padding:16px 20px;box-shadow:0 -2px 12px rgba(0,0,0,.25);flex-wrap:wrap;align-items:center;justify-content:center;gap:16px;visibility:hidden;opacity:0;pointer-events:none;transition:opacity .2s ease}#atax-consent-banner.atax-consent-show{visibility:visible;opacity:1;pointer-events:auto}#atax-consent-banner p{margin:0;font-size:14px;line-height:1.5;max-width:640px;flex:1 1 320px;font-family:inherit;color:#fff}#atax-consent-banner a{color:#fff;text-decoration:underline}#atax-consent-banner .atax-consent-actions{display:flex;gap:10px;flex-shrink:0}#atax-consent-banner button{font-size:14px;font-weight:600;padding:10px 20px;border-radius:6px;border:2px solid #fff;cursor:pointer;font-family:inherit;line-height:1.2}#atax-consent-accept{background:#d32f2f;color:#fff;border-color:#d32f2f}#atax-consent-reject{background:transparent;color:#fff}@media (max-width:600px){#atax-consent-banner{padding:14px 16px}#atax-consent-banner .atax-consent-actions{width:100%;justify-content:stretch}#atax-consent-banner button{flex:1}}