/* line 1, scss/consent.scss */
.cookie-consent-banner {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  text-align: center;
  z-index: 1000;
  background: black;
  line-height: 1.2;
}

/* line 14, scss/consent.scss */
.cookie-title {
  margin-bottom: 5px;
  margin-top: 0;
}

/* line 19, scss/consent.scss */
.cookie-consent-button {
  margin-bottom: 5px;
}

/* line 23, scss/consent.scss */
.cookie-consent-options {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 10px;
  gap: 0 10px;
}

/* line 29, scss/consent.scss */
.cookie-consent-options input[type="checkbox"] + label {
  padding-left: 20px;
  font-size: 12px;
  line-height: 28px;
}
