.cookie-notice {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  max-width: 100%;
  padding: 10px;
  background: white;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.cookie-notice button {
  min-width: none;
  width: auto;
  padding: 20px;
}
.cookie-notice--close {
  display: flex;
  gap: 10px 30px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cookie-notice--message {
  word-break: break-word;
  margin-bottom: 20px;
}
