.analytics-consent {
  position: fixed;
  z-index: 1000;
  right: 16px;
  bottom: 16px;
  left: 16px;
  max-width: 720px;
  margin-left: auto;
  padding: 18px;
  border: 1px solid rgba(243, 236, 222, 0.2);
  border-radius: 14px;
  background: #171310;
  color: #f3ecde;
  box-shadow: 0 24px 70px rgba(23, 19, 16, 0.3);
  font-family: Archivo, system-ui, sans-serif;
}

.analytics-consent[hidden] {
  display: none;
}

.analytics-consent p {
  margin: 0;
  max-width: 62ch;
  color: rgba(243, 236, 222, 0.78);
  font-size: 14px;
  line-height: 1.55;
}

.analytics-consent strong {
  display: block;
  margin-bottom: 5px;
  color: #f3ecde;
  font-size: 15px;
}

.analytics-consent-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.analytics-consent button,
.analytics-consent a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 14px;
  border: 1px solid rgba(243, 236, 222, 0.25);
  border-radius: 999px;
  background: transparent;
  color: #f3ecde;
  font: 600 13px/1 Archivo, system-ui, sans-serif;
  text-decoration: none;
  cursor: pointer;
}

.analytics-consent button[data-analytics-consent-accept] {
  border-color: #ff6a4f;
  background: #ff6a4f;
  color: #171310;
}

.analytics-consent button:focus-visible,
.analytics-consent a:focus-visible,
.foot-link-button:focus-visible {
  outline: 3px solid #ff6a4f;
  outline-offset: 3px;
}

.foot-link-button {
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

@media (min-width: 760px) {
  .analytics-consent {
    right: 24px;
    bottom: 24px;
    left: auto;
    min-width: 560px;
    padding: 20px;
  }
}
