.webpeak-consent {
  position: fixed;
  z-index: 2147483000;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  display: none;
  max-width: 42rem;
  padding: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.16);
  background: #fff;
  color: #111;
  box-shadow: 0 1rem 3rem rgba(0, 31, 91, 0.14);
  font-family: inherit;
}

.webpeak-consent.is-visible { display: block; }
.webpeak-consent h2 { margin: 0 0 .55rem; font-size: 1.2rem; line-height: 1.25; }
.webpeak-consent p { margin: 0; max-width: 62ch; font-size: .95rem; line-height: 1.5; }
.webpeak-consent a { color: inherit; text-decoration: underline; text-underline-offset: .16em; }
.webpeak-consent__actions { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: 1rem; }
.webpeak-consent__button {
  min-height: 2.75rem;
  padding: .7rem 1rem;
  border: 1px solid #002fa7;
  border-radius: .25rem;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
}
.webpeak-consent__button--accept { background: #002fa7; color: #fff; }
.webpeak-consent__button--reject { background: #fff; color: #002fa7; }
.webpeak-consent__button:focus-visible,
.webpeak-consent-settings:focus-visible { outline: 3px solid #002fa7; outline-offset: 3px; }
.webpeak-consent-footer-link {
  appearance: none;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

@media (min-width: 48rem) {
  .webpeak-consent { right: auto; left: 1.5rem; bottom: 1.5rem; padding: 1.5rem; }
}

@media (prefers-reduced-motion: no-preference) {
  .webpeak-consent.is-visible { animation: webpeak-consent-in .24s ease-out both; }
  @keyframes webpeak-consent-in { from { opacity: 0; transform: translateY(.75rem); } }
}
