/* Barra de Consentimento - estilos robustos */
#cbp-bar{position:fixed;left:0;right:0;bottom:0;width:auto;box-sizing:border-box;z-index:2147483647}
#cbp-bar .cbp-inner{max-width:1200px;margin:0 auto;padding:12px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}
#cbp-bar .cbp-msg{margin:0;flex:1 1 260px}
#cbp-bar .cbp-actions{flex:0 0 auto}
#cbp-bar .cbp-btn{background:#10b981;border:none;color:#fff;padding:8px 14px;border-radius:6px;cursor:pointer;font-weight:600;position:static;white-space:nowrap}
#cbp-bar .cbp-btn:hover{filter:brightness(0.95)}
/* Garantir que nada corte a barra ou o botão */
#cbp-bar,#cbp-bar *{box-sizing:border-box}
#cbp-bar{overflow:visible}
@media (max-width: 640px){
  #cbp-bar .cbp-actions{width:100%}
  #cbp-bar .cbp-btn{width:100%}
}
