.gb-consent{position:fixed;left:16px;right:16px;bottom:16px;max-width:520px;margin-left:auto;background:#fff;color:#1a1a1a;border:1px solid #e6e4f7;border-left:4px solid #7F77DD;border-radius:12px;padding:20px 22px;box-shadow:0 12px 32px rgba(26,26,26,.16);z-index:9999;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;font-size:14px;line-height:1.6}
.gb-consent__text{margin:0 0 14px;color:#333;font-size:14px;line-height:1.6}
.gb-consent__text a{color:#7F77DD}
.gb-consent__actions{display:flex;gap:10px;flex-wrap:wrap}
.gb-btn{font-family:inherit;font-size:14px;line-height:1.2;padding:10px 18px;border-radius:8px;cursor:pointer;border:1px solid #7F77DD;margin:0}
.gb-btn--solid{background:#7F77DD;color:#fff}
.gb-btn--ghost{background:transparent;color:#7F77DD}
.gb-btn:hover{opacity:.88}
.gb-btn:focus-visible{outline:2px solid #1a1a1a;outline-offset:2px}
@media(max-width:480px){.gb-btn{flex:1 1 auto}}