.fdd-analytics-consent {
  position: fixed;
  z-index: 2147483000;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  max-width: 38rem;
  padding: 1.15rem;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: .7rem;
  background: #101216;
  color: #f6f8fb;
  box-shadow: 0 1rem 2.75rem rgba(0, 0, 0, .42);
  font: 400 14px/1.5 Arial, sans-serif;
}

.fdd-analytics-consent[hidden] { display: none; }
.fdd-analytics-consent h2 { margin: 0 0 .45rem; font: 600 1rem/1.3 Arial, sans-serif; }
.fdd-analytics-consent p { margin: 0; color: #d7dde7; }
.fdd-analytics-consent a { color: #82ccff; }
.fdd-analytics-consent__actions,
.fdd-privacy-page__actions { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: 1rem; }
.fdd-analytics-consent button,
.fdd-privacy-settings,
.fdd-privacy-page__actions button {
  min-height: 44px;
  padding: .65rem .9rem;
  border: 1px solid #e7edf6;
  border-radius: .35rem;
  background: transparent;
  color: #f7faff;
  font: 600 14px/1 Arial, sans-serif;
  cursor: pointer;
}
.fdd-analytics-consent button[data-fdd-accept],
.fdd-privacy-page__actions button[data-fdd-consent="accepted"] {
  border-color: #00a9f4;
  background: #00a9f4;
  color: #07131a;
}
.fdd-privacy-settings {
  position: fixed;
  z-index: 2147482999;
  right: 1rem;
  bottom: 1rem;
  min-height: 40px;
  padding: .45rem .7rem;
  border-color: rgba(255, 255, 255, .75);
  background: rgba(16, 18, 22, .94);
  font-size: 12px;
}
.fdd-analytics-consent button:focus-visible,
.fdd-privacy-settings:focus-visible,
.fdd-privacy-page__actions button:focus-visible,
.fdd-analytics-consent a:focus-visible { outline: 3px solid #ffd44d; outline-offset: 3px; }

@media (min-width: 44rem) { .fdd-analytics-consent { right: auto; } }
@media (max-width: 30rem) {
  .fdd-analytics-consent__actions,
  .fdd-privacy-page__actions { flex-direction: column; }
  .fdd-analytics-consent button,
  .fdd-privacy-page__actions button { width: 100%; }
}
