/*
 * Copyright (c) 2026 TNSystem. Alle Rechte vorbehalten.
 * Datei: public/assets/google-ads-consent.css
 * Zweck: Gestaltet die optionale Werbemessungs-Einwilligung barrierearm und responsiv.
 */
.google-ads-consent{position:fixed;z-index:10000;right:20px;bottom:20px;width:min(520px,calc(100% - 40px));padding:20px;border:1px solid #c8d7e5;border-radius:14px;background:#fff;color:#20364f;box-shadow:0 18px 60px rgba(7,31,58,.25)}
.google-ads-consent[hidden]{display:none!important}.google-ads-consent h2{margin:0 0 8px;font-size:20px}.google-ads-consent p{margin:0;color:#50657b;font-size:14px;line-height:1.55}.google-ads-consent a{color:#126f77;font-weight:750}
.google-ads-consent-actions{display:flex;flex-wrap:wrap;gap:9px;margin-top:16px}.google-ads-consent-actions button{min-height:42px;padding:9px 15px;border-radius:9px;font:inherit;font-weight:750;cursor:pointer}.google-ads-consent-actions .accept{border:1px solid #126f77;background:#126f77;color:#fff}.google-ads-consent-actions .reject{border:1px solid #bdcbd8;background:#f7fafc;color:#28425d}
.google-ads-consent-settings{border:0;background:transparent;color:inherit;font:inherit;text-decoration:underline;cursor:pointer}.google-ads-consent-status{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
@media(max-width:600px){.google-ads-consent{right:12px;bottom:12px;width:calc(100% - 24px);padding:17px}.google-ads-consent-actions{flex-direction:column}.google-ads-consent-actions button{width:100%}}

