.gps-analytics-consent {
  position: fixed;
  right: max(12px, env(safe-area-inset-right));
  bottom: max(12px, env(safe-area-inset-bottom));
  z-index: 140;
  width: min(430px, calc(100vw - 24px));
  padding: 16px;
  border: 1px solid rgba(220, 178, 88, 0.85);
  border-radius: 8px;
  background: rgba(3, 12, 25, 0.96);
  color: #f7efdb;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.55);
  font-family: Arial, Helvetica, sans-serif;
}

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

.gps-analytics-consent-copy h2 {
  margin: 0 0 6px;
  color: #e2bd6f;
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gps-analytics-consent-copy p {
  margin: 0;
  color: #e8e5dc;
  font-size: 0.88rem;
  line-height: 1.45;
}

.gps-analytics-consent-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 13px;
}

.gps-analytics-consent-actions button {
  min-height: 40px;
  padding: 9px 12px;
  border: 1px solid #c79b4b;
  border-radius: 4px;
  background: #14263a;
  color: #fff8e8;
  font: 700 0.76rem/1.2 Arial, Helvetica, sans-serif;
  letter-spacing: 0.035em;
  cursor: pointer;
}

.gps-analytics-consent-actions button:first-child {
  background: #c79b4b;
  color: #07111d;
}

.gps-analytics-consent-actions button:hover,
.gps-analytics-consent-actions button:focus-visible {
  border-color: #ffe0a0;
  outline: 2px solid #ffe0a0;
  outline-offset: 2px;
}

@media (max-width: 520px) {
  .gps-analytics-consent-actions {
    display: grid;
  }

  .gps-analytics-consent-actions button {
    width: 100%;
  }
}
