.consent-banner {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 100;
  width: min(430px, calc(100vw - 36px));
  padding: 13px 15px;
  color: var(--sam-text, #eee);
  background: linear-gradient(#2a2a2a, #202020);
  border: 1px solid #484848;
  border-radius: 7px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, .48), inset 0 1px rgba(255, 255, 255, .045);
}

.consent-banner[hidden],
.consent-settings[hidden] { display: none; }
.consent-banner h2 { margin: 0 0 5px; padding: 0; border: 0; color: #e5e5e5; font-size: .95rem; }
.consent-banner h2::before { content: none; }
.consent-banner p { margin: 0 0 11px; color: #aaa; font-size: .8rem; line-height: 1.35; }
.consent-banner__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 7px; }
.consent-banner button,
.consent-settings {
  padding: 6px 10px;
  color: #dedede;
  background: #383838;
  border: 1px solid #565656;
  border-radius: 4px;
  font: inherit;
  font-size: .8rem;
  font-weight: 600;
  cursor: pointer;
}
.consent-banner button:hover,
.consent-banner button:focus-visible,
.consent-settings:hover,
.consent-settings:focus-visible { color: #fff; background: #484848; }
.consent-banner button[data-consent="reject"] { color: #bdbdbd; background: #2d2d2d; border-color: #454545; margin: auto 1em auto 1em; }
.consent-banner button[data-consent="reject"]:hover,
.consent-banner button[data-consent="reject"]:focus-visible { background: #3b3b3b; }
.consent-banner a[data-consent-privacy] { min-width: 0; color: #bdbdbd; font-size: .78rem; line-height: 1.2; text-decoration: underline; overflow-wrap: anywhere; }
.consent-banner a[data-consent-privacy]:hover,
.consent-banner a[data-consent-privacy]:focus-visible { color: #fff; }
.consent-banner button:focus-visible,
.consent-settings:focus-visible,
.consent-banner a[data-consent-privacy]:focus-visible { outline: 2px solid #aaa; outline-offset: 2px; }
.consent-settings { position: fixed; right: 18px; bottom: 18px; z-index: 99; padding: 5px 9px; font-size: .75rem; }
.back-to-top { bottom: var(--consent-back-to-top-bottom, 24px); }

@media (max-width: 520px) {
  body { --consent-edge: 10px; }
  .consent-banner { right: 10px; bottom: 10px; width: calc(100vw - 20px); padding: 11px 12px; }
  .consent-settings { right: 10px; bottom: 10px; }
}
