.cbs-meta-consent {
  position: fixed;
  z-index: 2147483000;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem 1.5rem;
  width: min(70rem, calc(100% - 2rem));
  margin-inline: auto;
  padding: 1.25rem;
  border: 1px solid rgb(231 201 160 / 0.45);
  border-top: 0.3rem solid #9c2b2b;
  border-radius: 0.5rem;
  background: #462607;
  box-shadow: 0 1rem 3rem rgb(0 0 0 / 0.28);
  color: #f4f3ef;
  font-family: Quicksand, system-ui, sans-serif;
  text-align: left;
}

.cbs-meta-consent__content { min-width: 0; }
.cbs-meta-consent h2 { margin: 0 2rem 0.5rem 0; color: #fff; font: 400 1.5rem/1.2 "DM Serif Display", Georgia, serif; }
.cbs-meta-consent p { max-width: 52rem; margin: 0; color: #f4f3ef; font-size: 0.9rem; line-height: 1.55; }
.cbs-meta-consent .cbs-meta-consent__retention { margin-top: 0.4rem; color: #e7c9a0; font-size: 0.8rem; }
.cbs-meta-consent__notice { display: inline-block; margin-top: 0.65rem; color: #fff; font-size: 0.85rem; font-weight: 700; text-decoration: underline; text-underline-offset: 0.2rem; }
.cbs-meta-consent__actions { display: flex; align-items: center; gap: 0.75rem; align-self: center; }
.cbs-meta-consent__button { min-height: 2.75rem; min-width: 9.5rem; padding: 0.65rem 1rem; border: 2px solid #f4f3ef; border-radius: 0.3rem; font: 700 0.9rem/1.2 Quicksand, system-ui, sans-serif; cursor: pointer; }
.cbs-meta-consent__button--reject { background: transparent; color: #fff; }
.cbs-meta-consent__button--accept { background: #f4f3ef; color: #462607; }
.cbs-meta-consent__button:hover, .cbs-meta-consent__notice:hover { filter: brightness(1.08); }
.cbs-meta-consent__close { position: absolute; top: 0.6rem; right: 0.75rem; width: 2.5rem; height: 2.5rem; border: 0; background: transparent; color: #fff; font-size: 1.75rem; line-height: 1; cursor: pointer; }
.cbs-meta-consent button:focus-visible, .cbs-meta-consent a:focus-visible { outline: 0.2rem solid #e7c9a0; outline-offset: 0.2rem; }

[data-cbs-meta-pixel-preferences] {
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
  cursor: pointer;
}

@media (max-width: 52rem) {
  .cbs-meta-consent { grid-template-columns: 1fr; max-height: calc(100vh - 2rem); overflow-y: auto; }
  .cbs-meta-consent__actions { width: 100%; }
  .cbs-meta-consent__button { flex: 1 1 0; }
}

@media (max-width: 32rem) {
  .cbs-meta-consent { right: 0.5rem; bottom: 0.5rem; left: 0.5rem; width: calc(100% - 1rem); padding: 1rem; }
  .cbs-meta-consent__actions { flex-direction: column; }
  .cbs-meta-consent__button { width: 100%; }
}

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