.analytics-consent {
  position: fixed;
  z-index: 1200;
  right: 24px;
  bottom: 24px;
  left: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 880px;
  margin-inline: auto;
  padding: 20px 24px;
  border: 1px solid rgba(22, 68, 61, 0.24);
  border-radius: 14px;
  background: #fffdf8;
  box-shadow: 0 18px 48px rgba(5, 35, 31, 0.18);
  color: #073b36;
}

.analytics-consent h2 {
  margin: 0 0 6px;
  font: 700 20px/1.1 "Inter Tight", sans-serif;
}

.analytics-consent p {
  margin: 0 0 5px;
  font: 400 14px/1.45 Inter, sans-serif;
}

.analytics-consent a,
[data-analytics-preferences] {
  color: inherit;
  font: 600 13px/1.4 Inter, sans-serif;
  text-decoration: underline;
  text-underline-offset: 3px;
}

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

.analytics-consent button {
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid #2c665d;
  border-radius: 9px;
  background: transparent;
  color: #073b36;
  font: 700 13px/1 Inter, sans-serif;
  cursor: pointer;
}

.analytics-consent [data-analytics-accept] {
  background: #073b36;
  color: #fffdf8;
}

.analytics-consent button:focus-visible,
[data-analytics-preferences]:focus-visible {
  outline: 3px solid rgba(33, 116, 101, 0.35);
  outline-offset: 2px;
}

[data-analytics-preferences] {
  display: block;
  margin-top: 8px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

@media (max-width: 640px) {
  .analytics-consent {
    right: 12px;
    bottom: 12px;
    left: 12px;
    display: block;
    padding: 18px;
  }

  .analytics-consent__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 14px;
  }
}
