.cookie-banner {
  position: fixed; inset: auto 0 0 0; z-index: 60;
  background: #F7F6F2;
  border-top: 2px solid #141414;
  padding: 1rem 0 1.15rem;
}
.cookie-banner-inner h2 {
  margin: 0 0 .35rem;
  font-family: "IBM Plex Mono", Menlo, Consolas, monospace;
  font-size: .72rem; letter-spacing: 0.16em; text-transform: uppercase; color: #BE123C;
}
.cookie-actions { display: flex; flex-wrap: wrap; gap: .45rem; margin-top: .7rem; }
.cookie-modal {
  position: fixed; inset: 0; z-index: 70; background: rgba(20, 20, 20, 0.55);
  display: grid; place-items: center; padding: 1rem;
}
.cookie-modal[hidden] { display: none !important; }
.cookie-modal-dialog {
  width: min(100%, 540px); max-height: min(90vh, 720px); overflow: auto;
  background: #F7F6F2; color: #141414; border-radius: 0; padding: 1.15rem;
  border: 2px solid #141414;
}
.cookie-modal-dialog h2 {
  margin-top: 0;
  font-family: "IBM Plex Mono", Menlo, Consolas, monospace;
  letter-spacing: 0.12em; text-transform: uppercase; font-size: .8rem;
}
