.analytics-consent {
  position: fixed;
  right: 20px;
  bottom: 20px;
  left: 20px;
  z-index: 1000;
  width: min(780px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 12px;
  color: #f7f9fc;
  background: rgba(23, 34, 52, .98);
  box-shadow: 0 22px 70px rgba(0, 0, 0, .42);
  font-family: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

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

.analytics-consent-copy strong {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
}

.analytics-consent-copy p {
  margin: 0;
  color: #aeb8c8;
  font-size: 12px;
  line-height: 1.55;
}

.analytics-consent-copy a {
  display: inline-block;
  margin-top: 7px;
  color: #ffc04a;
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.analytics-consent-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(145px, 1fr));
  gap: 10px;
}

.analytics-consent-actions button {
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 8px;
  color: #f7f9fc;
  background: rgba(255, 255, 255, .055);
  font: inherit;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}

.analytics-consent-actions button:hover,
.analytics-consent-actions button:focus-visible {
  border-color: #f6a313;
  background: rgba(246, 163, 19, .12);
}

.manual-cookie-settings {
  margin: 28px auto;
  display: block;
  border: 0;
  color: #a5b0c2;
  background: transparent;
  font: inherit;
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

@media (max-width: 680px) {
  .analytics-consent {
    right: 12px;
    bottom: 12px;
    left: 12px;
    width: calc(100% - 24px);
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 16px;
  }

  .analytics-consent-actions {
    grid-template-columns: 1fr;
  }
}
