.analytics-consent {
  position: fixed;
  z-index: 100000;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  max-width: 920px;
  margin: 0 auto;
  padding: 18px 20px;
  border: 1px solid #334155;
  border-radius: 16px;
  color: #f8fafc;
  background: #0f172a;
  box-shadow: 0 18px 55px rgba(2, 6, 23, 0.45);
  font: 15px/1.45 Arial, sans-serif;
}

.analytics-consent strong {
  display: block;
  margin-bottom: 4px;
  font-size: 17px;
}

.analytics-consent p {
  margin: 0 0 5px;
  color: #cbd5e1;
}

.analytics-consent a {
  color: #93c5fd;
}

.analytics-consent > div:last-child {
  display: flex;
  flex: 0 0 auto;
  gap: 9px;
}

.analytics-consent button {
  min-width: 106px;
  padding: 10px 14px;
  border: 1px solid #64748b;
  border-radius: 9px;
  color: #f8fafc;
  background: #1e293b;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
}

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

.analytics-consent button:focus-visible,
.analytics-consent a:focus-visible {
  outline: 3px solid #60a5fa;
  outline-offset: 3px;
}

@media (max-width: 680px) {
  .analytics-consent {
    align-items: stretch;
    flex-direction: column;
  }

  .analytics-consent > div:last-child {
    width: 100%;
  }

  .analytics-consent button {
    flex: 1;
  }
}
