/* line 1, cookie.scss */
.cookie {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1000;
  display: none;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 100svw;
  background-color: #F1F1F1;
  padding-block: 24px;
  padding-inline: 32px; }
  /* line 17, cookie.scss */
  .cookie.display {
    display: flex; }
  /* line 21, cookie.scss */
  .cookie p {
    font-size: clamp(16px, 4vw, 20px);
    font-weight: 500; }
  /* line 26, cookie.scss */
  .cookie button {
    background: transparent; }
