.analytics-consent {
  align-items: flex-end;
  background: #fff;
  border: 1px solid #d8e0dd;
  border-radius: 24px;
  bottom: 20px;
  box-shadow: 0 24px 70px rgba(4, 20, 15, .24);
  color: #0b211b;
  display: grid;
  font-family: Arial, sans-serif;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) auto;
  left: 50%;
  max-width: 920px;
  padding: 24px;
  position: fixed;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  z-index: 1200;
}
.analytics-consent__copy .kicker {
  color: #0b7558;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.analytics-consent__copy h2 {
  color: #0b211b;
  font-size: 30px;
  letter-spacing: -.035em;
  margin: 5px 0 8px;
}
.analytics-consent__copy p {
  color: #52645e;
  line-height: 1.6;
  margin: 0 0 8px;
  max-width: 680px;
}
.analytics-consent__copy a {
  color: #0b7558;
  font-size: 13px;
  font-weight: 800;
}
.analytics-consent__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}
.analytics-consent__actions .button {
  background: transparent;
  border: 1px solid #b9c9c3;
  border-radius: 999px;
  color: #0b211b;
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
  padding: 12px 18px;
  white-space: nowrap;
}
.analytics-consent__actions .button--primary {
  background: #0b7558;
  border-color: #0b7558;
  color: #fff;
}
.analytics-legacy-links {
  align-items: center;
  background: #fff;
  border: 1px solid #d8e0dd;
  border-radius: 999px;
  bottom: 10px;
  box-shadow: 0 8px 24px rgba(4, 20, 15, .14);
  display: flex;
  font: 12px Arial, sans-serif;
  gap: 10px;
  left: 10px;
  padding: 8px 12px;
  position: fixed;
  z-index: 1100;
}
.analytics-legacy-links a,
.analytics-legacy-links button {
  background: none;
  border: 0;
  color: #0b7558;
  cursor: pointer;
  font: inherit;
  padding: 0;
  text-decoration: underline;
}

@media (max-width: 760px) {
  .analytics-consent {
    align-items: stretch;
    border-radius: 20px;
    bottom: 10px;
    grid-template-columns: 1fr;
    padding: 20px;
    width: calc(100% - 20px);
  }
  .analytics-consent__copy h2 { font-size: 25px; }
  .analytics-consent__actions {
    flex-direction: column;
    justify-content: flex-start;
  }
  .analytics-consent__actions .button { width: 100%; }
}
