.pulse-consent { position: fixed; left: 0; right: 0; bottom: 0; z-index: 9999;
  background: #2B2118; color: #F7F2EA; padding: 12px 16px; display: flex; gap: 12px;
  align-items: center; justify-content: center; flex-wrap: wrap; font-size: 13px; }
.pulse-consent-txt a { color: #E5C687; }
.pulse-consent-btns { display: flex; gap: 8px; }
.pulse-consent button { border: 0; border-radius: 6px; padding: 8px 16px; cursor: pointer; font-size: 13px; }
.pulse-consent-aceitar { background: #E5C687; color: #2B2118; font-weight: 600; }
.pulse-consent-recusar { background: transparent; color: #F7F2EA; border: 1px solid #6b5a44; }
