.brisa-consent {
  position: fixed;
  z-index: 2147483000;
  right: 20px;
  bottom: 20px;
  left: 20px;
  font-family: "Jost", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #1d1d1b;
}

.brisa-consent__inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  width: min(100%, 920px);
  margin: 0 auto;
  padding: 24px;
  border: 1px solid #dfd3c8;
  border-radius: 22px;
  background: rgba(255, 253, 251, 0.98);
  box-shadow: 0 18px 60px rgba(45, 35, 28, 0.2);
}

.brisa-consent__copy { max-width: 610px; }
.brisa-consent__eyebrow {
  margin: 0 0 6px;
  color: #9a4528;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.brisa-consent h2 {
  margin: 0;
  color: #1d1d1b;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.2;
}
.brisa-consent__copy > p:not(.brisa-consent__eyebrow) {
  margin: 9px 0 0;
  color: #514b45;
  font-size: 14px;
  line-height: 1.55;
}
.brisa-consent__links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 10px;
}
.brisa-consent__links a {
  color: #6e3a28;
  font-size: 12px;
  font-weight: 600;
  text-underline-offset: 0.18em;
}
.brisa-consent__actions {
  display: flex;
  flex: none;
  gap: 10px;
}
.brisa-consent__button {
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}
.brisa-consent__button--primary {
  border: 1px solid #9a4528;
  background: #9a4528;
  color: #fff;
}
.brisa-consent__button--secondary {
  border: 1px solid #cfc2b7;
  background: #fff;
  color: #3a3733;
}
.brisa-consent__button:hover { filter: brightness(0.96); }
.brisa-consent__button:focus-visible,
[data-cookie-settings]:focus-visible {
  outline: 3px solid rgba(154, 69, 40, 0.28);
  outline-offset: 3px;
}

[data-cookie-settings] {
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-decoration: underline;
  text-underline-offset: 0.18em;
  cursor: pointer;
}

@media (max-width: 720px) {
  .brisa-consent { right: 10px; bottom: 10px; left: 10px; }
  .brisa-consent__inner {
    display: block;
    max-height: calc(100vh - 20px);
    overflow: auto;
    padding: 20px;
    border-radius: 18px;
  }
  .brisa-consent__actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 18px;
  }
  .brisa-consent__button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .brisa-consent * { scroll-behavior: auto !important; }
}
