.analytics-consent-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 2147483647;
  background: rgba(15, 23, 42, 0.96);
  color: #f8fafc;
  border: 1px solid rgba(148, 163, 184, 0.25);
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  padding: 14px 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  font-size: 0.95rem;
  line-height: 1.35;
}

.analytics-consent-banner.light {
  background: rgba(255, 255, 255, 0.98);
  color: #0f172a;
}

.analytics-consent-text {
  flex: 1 1 320px;
}

.analytics-consent-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.analytics-consent-actions button,
.analytics-consent-actions a {
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 0.9rem;
  cursor: pointer;
  border: 1px solid transparent;
  text-decoration: none;
}

.analytics-consent-accept {
  background: #2563eb;
  color: #fff;
  border-color: #2563eb;
}

.analytics-consent-reject {
  background: transparent;
  color: inherit;
  border-color: rgba(148, 163, 184, 0.45);
}

.analytics-consent-policy {
  background: transparent;
  color: inherit;
  border-color: transparent;
  text-decoration: underline;
  padding: 8px 4px;
}

@media (max-width: 600px) {
  .analytics-consent-banner {
    left: 10px;
    right: 10px;
    bottom: 10px;
  }
}
