.cookie-notice {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 1030;
  width: min(94vw, 520px);
  padding: 1rem;
  border: 1px solid rgba(13, 202, 240, 0.36);
  border-radius: 8px;
  background: rgba(31, 31, 31, 0.96);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.42);
  color: #e2e8f0;
}

.cookie-notice[hidden] {
  display: none;
}

.cookie-notice__title {
  margin: 0 0 0.35rem;
  color: #f8fafc;
  font-weight: 700;
}

.cookie-notice__text {
  margin: 0 0 0.8rem;
  color: #cbd5e1;
  font-size: 0.92rem;
  line-height: 1.45;
}

.cookie-notice__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  justify-content: flex-end;
}

.cookie-notice__link {
  color: #0dcaf0;
  font-size: 0.9rem;
  text-decoration: none;
}

.cookie-notice__link:hover {
  text-decoration: underline;
}
