.analytics-consent {
  position: fixed;
  z-index: 100000;
  right: 18px;
  bottom: 18px;
  width: min(520px, calc(100% - 36px));
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  background: rgba(18, 18, 24, 0.97);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.4);
  color: #f2f1f6;
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    sans-serif;
  font-size: 13px;
  line-height: 1.5;
}

.analytics-consent p {
  margin: 0;
}

.analytics-consent a {
  color: #c7c0ff;
}

.analytics-consent__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.analytics-consent button {
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid rgba(138, 124, 255, 0.48);
  border-radius: 8px;
  background: #7869ee;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-weight: 650;
}

.analytics-consent button:last-child {
  background: transparent;
  color: #d2cfde;
}

.analytics-consent-settings {
  position: fixed;
  z-index: 99999;
  right: 18px;
  bottom: 18px;
  min-height: 34px;
  padding: 0 11px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(18, 18, 24, 0.9);
  color: #d2cfde;
  cursor: pointer;
  font: 12px/1.2 ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
