.cookie-notice {
  position: fixed;
  bottom: max(16px, env(safe-area-inset-bottom));
  left: 16px;
  z-index: 30;
  width: min(440px, calc(100% - 32px));
  padding: 16px 18px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 6px 28px rgb(36 63 54 / 12%);
  font-size: 13px;
  line-height: 1.5;
}
.cookie-notice p {
  margin: 0 0 12px;
}
.cookie-notice-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.cookie-notice a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.cookie-notice .button {
  min-height: 40px;
}
.container.cookie-information {
  max-width: 760px;
  padding-block: 40px;
}
.cookie-information h1 {
  font-size: 32px;
}
.cookie-information h2 {
  margin-top: 28px;
  font-size: 22px;
}
