.ctt-consent .consent{z-index:200;justify-content:center;padding:18px;display:flex;position:fixed;inset:auto 0 0}.ctt-consent .consent-fechar{width:30px;height:30px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:6px;font-size:20px;line-height:1;position:absolute;top:8px;right:10px}.ctt-consent .consent-fechar:hover{background:var(--black);color:var(--ivory)}.ctt-consent .consent-fechar:focus-visible{outline:2px solid var(--lime);outline-offset:2px}.ctt-consent .consent-box{border:1px solid var(--line);width:min(1180px,100%);color:var(--ivory);backdrop-filter:blur(18px);background:#171a18f7;border-radius:8px;grid-template-columns:1fr auto;align-items:center;gap:20px 32px;padding:24px 26px;display:grid;position:relative;box-shadow:0 18px 60px #0000008c}.ctt-consent .consent-copy h2{letter-spacing:-.02em;margin:0 0 7px;font-size:17px}.ctt-consent .consent-copy p{max-width:700px;color:var(--muted);margin:0;font-size:14px;line-height:1.55}.ctt-consent .consent-copy a{color:var(--lime);text-underline-offset:3px;text-decoration:underline}.ctt-consent .consent-acoes{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.ctt-consent .consent-btn{min-height:44px;font:600 14px var(--sans);cursor:pointer;border:1px solid #0000;border-radius:5px;padding:0 18px;transition:background .2s,color .2s}.ctt-consent .consent-btn-lime{background:var(--lime);color:var(--black)}.ctt-consent .consent-btn-lime:hover{background:#d7ff70}.ctt-consent .consent-btn-ghost{border-color:var(--line);color:var(--ivory);background:0 0}.ctt-consent .consent-btn-ghost:hover{background:var(--black)}.ctt-consent .consent-btn:focus-visible{outline:2px solid var(--lime);outline-offset:2px}.ctt-consent .consent-painel{border-top:1px solid var(--line);grid-column:1/-1;gap:14px;padding-top:20px;display:grid}.ctt-consent .consent-linha{color:var(--muted);cursor:pointer;grid-template-columns:auto 1fr;align-items:start;gap:12px;font-size:14px;line-height:1.5;display:grid}.ctt-consent .consent-linha-fixa{cursor:default;opacity:.65}.ctt-consent .consent-linha input{width:16px;height:16px;accent-color:var(--lime);margin-top:3px}.ctt-consent .consent-linha b{color:var(--ivory);font-size:14px;display:block}.ctt-consent .consent-painel .consent-btn{justify-self:start}@media (width<=720px){.ctt-consent .consent-box{grid-template-columns:1fr;gap:18px;padding:20px}.ctt-consent .consent-acoes{justify-content:stretch}.ctt-consent .consent-acoes .consent-btn{flex:100%}}