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

.cookie-notice {
  position: fixed;
  z-index: 10000;
  right: 1rem;
  bottom: 1rem;
  width: min(28rem, calc(100vw - 2rem));
  padding: 1rem;
  border: 1px solid #343330;
  background: #0a0a0a;
  color: #f5f2eb;
  box-shadow: 0 0.8rem 2.5rem rgba(0, 0, 0, 0.28);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 0.86rem;
  line-height: 1.5;
}

.cookie-notice p { margin: 0; }
.cookie-notice strong { font-weight: 500; }
.cookie-notice a { color: #f5f2eb; text-underline-offset: 0.18em; }

.cookie-notice__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.9rem;
}

.cookie-notice button {
  min-height: 2.45rem;
  padding: 0.55rem 0.8rem;
  border: 1px solid #77736c;
  background: transparent;
  color: #f5f2eb;
  cursor: pointer;
  font: 500 0.72rem/1 "DM Mono", monospace;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.cookie-notice button:hover,
.cookie-notice button:focus-visible { border-color: #f5f2eb; }
.cookie-notice .cookie-notice__accept { border-color: #d03b2a; background: #d03b2a; }

button.footer-link {
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}

.footer-links { flex-wrap: wrap; }

@media (max-width: 520px) {
  .cookie-notice { right: 0.65rem; bottom: 0.65rem; width: calc(100vw - 1.3rem); }
  .cookie-notice__actions { display: grid; grid-template-columns: 1fr 1fr; }
}
