.cookie-consent {
  position: fixed;
  inset: auto 0 0 0;
  z-index: 100000;
  padding: 16px;
  pointer-events: none;
}

.cookie-consent__panel {
  pointer-events: auto;
  max-width: 520px;
  margin: 0 auto;
  padding: 18px 20px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(8, 10, 18, 0.94);
  color: #e8ecf4;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
  font-family: Inter, Montserrat, ui-sans-serif, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.cookie-consent__text {
  margin: 0 0 14px;
}

.cookie-consent__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.cookie-consent__btn {
  cursor: pointer;
  border-radius: 999px;
  padding: 9px 18px;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid transparent;
}

.cookie-consent__btn--primary {
  background: #4fc3f7;
  color: #031018;
  border-color: #4fc3f7;
}

.cookie-consent__btn--ghost {
  background: transparent;
  color: #e8ecf4;
  border-color: rgba(255, 255, 255, 0.22);
}

.cookie-consent__btn:hover {
  filter: brightness(1.06);
}

.cookie-consent__link {
  color: #9ec9e8;
  font-size: 12px;
  text-decoration: underline;
}

.cookie-consent__link:hover {
  color: #c8e4f8;
}
