div.site-notice {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1100;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 480px;
  max-height: 480px;
  margin: auto;
  padding: 24px;
  background: #1a1a1a;
  color: #fff;
  border-radius: 2px;
  filter: drop-shadow(0px 0px 10px #fff);
}

div.site-notice > div.buttons {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 16px;
}

div.site-notice > div.buttons > button {
  cursor: pointer;
  background: #222222;
  color: #fff;
}

div.site-notice > div.buttons > button:hover {
  cursor: pointer;
  background: #444444;
  color: #c154c1;
}

/*# sourceMappingURL=cookies.css.map */
