.analytics-consent {
  position: fixed;
  right: 20px;
  bottom: 20px;
  left: 20px;
  z-index: 2147483000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 980px;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid rgba(33, 5, 75, 0.12);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 18px 55px rgba(33, 5, 75, 0.24);
  color: #21054b;
  font-family: Inter, Arial, sans-serif;
}

.analytics-consent__text {
  display: grid;
  gap: 5px;
  max-width: 590px;
  font-size: 14px;
  line-height: 1.45;
}

.analytics-consent__text strong {
  font-size: 17px;
}

.analytics-consent__text a {
  color: #5a19bd;
}

.analytics-consent__actions {
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
}

.analytics-consent__actions button,
.analytics-settings {
  min-height: 42px;
  padding: 0 16px;
  border: 0;
  border-radius: 9px;
  font: 600 13px/1 Inter, Arial, sans-serif;
  cursor: pointer;
}

.analytics-consent__decline {
  background: #f0e9fa;
  color: #21054b;
}

.analytics-consent__accept {
  background: #5a19bd;
  color: #ffffff;
}

.analytics-consent__actions button:focus-visible,
.analytics-settings:focus-visible {
  outline: 3px solid #d9fb1d;
  outline-offset: 2px;
}

.analytics-settings {
  position: fixed;
  right: 12px;
  bottom: 12px;
  left: auto;
  z-index: 2147482999;
  width: 40px;
  min-height: 34px;
  height: 40px;
  padding: 0;
  border: 1px solid rgba(33, 5, 75, 0.16);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 5px 16px rgba(33, 5, 75, 0.16);
  color: #21054b;
  font-size: 0;
}

.analytics-settings::before {
  content: "⚙";
  font-size: 18px;
  line-height: 1;
}

#rec739922874 {
  position: relative;
}

.analytics-settings--footer {
  position: absolute;
  bottom: 5px;
}

@media (max-width: 720px) {
  .analytics-consent {
    align-items: stretch;
    flex-direction: column;
    gap: 15px;
    padding: 16px;
  }

  .analytics-consent__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  /* Full-width bottom plate (~254px tall + 20px bottom offset) overlaps the
     form's bottom CTA on mobile. Reserve space while the banner is open. */
  body.analytics-consent-open {
    padding-bottom: 280px;
  }
}
