.analytics-consent {
  position: fixed;
  right: clamp(0.75rem, 2vw, 1.5rem);
  bottom: clamp(0.75rem, 2vw, 1.5rem);
  z-index: 120;
  display: grid;
  width: min(calc(100vw - 1.5rem), 43rem);
  gap: 1.25rem;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: var(--ink);
  color: var(--paper);
  box-shadow: 0 1.5rem 5rem rgba(0, 0, 0, 0.28);
}

.analytics-consent__copy {
  display: grid;
  gap: 0.65rem;
}

.analytics-consent__copy strong {
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  font-weight: 400;
  letter-spacing: -0.025em;
}

.analytics-consent__copy p {
  max-width: 60ch;
  margin: 0;
  color: rgba(255, 253, 248, 0.78);
  font-size: 0.94rem;
  line-height: 1.55;
}

.analytics-consent__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.analytics-consent__actions .button {
  min-height: 2.9rem;
}

@media (max-width: 520px) {
  .analytics-consent__actions {
    display: grid;
  }

  .analytics-consent__actions .button {
    width: 100%;
  }
}
