.cookie-consent[hidden] {
  display: none !important;
}

.cookie-consent {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 9999;
}

.cookie-consent__inner {
  max-width: 980px;
  margin: 0 auto;
  background: #111827;
  color: #f8fafc;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.35);
  padding: 14px 16px;
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
}

.cookie-consent__inner p {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.45;
  color: #e5e7eb;
}

.cookie-consent__inner a {
  color: #fbbf24;
  text-underline-offset: 2px;
}

.cookie-consent__actions {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

.cookie-consent__actions .btn {
  min-width: 110px;
}

@media (max-width: 860px) {
  .cookie-consent__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
