#eavex-cookie-banner {
  position: fixed;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  width: min(520px, calc(100vw - 2rem));
  padding: 1rem 1.25rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(20, 26, 38, 0.96);
  color: #e9eef5;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

#eavex-cookie-banner p {
  margin: 0 0 0.75rem;
}

#eavex-cookie-banner a {
  color: #e8c872;
}

.eavex-cookie-actions {
  display: flex;
  gap: 0.5rem;
  justify-content: flex-end;
}

#eavex-cookie-banner button {
  font: inherit;
  cursor: pointer;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  color: #e9eef5;
}

#eavex-cookie-accept {
  border-color: transparent;
  background: linear-gradient(135deg, #e8c872 0%, #b8860b 45%, #6b4423 100%);
  color: #fff;
  font-weight: 600;
}
