.cookie-info {
  position: fixed;
  bottom: 0.05rem;
  padding: 1rem;
  width: 100%;
  z-index: 9;
}
.cookie-info.hidden {
  display: none !important;
}
.cookie-info__content {
  background: #fff;
  border-radius: 20px;
  padding: 18px 24px 18px 24px;
  gap: 2rem;
  max-width: 880px;
  box-shadow: 0 8px 24px 0 rgba(54, 55, 57, 0.1019607843);
}
.cookie-info__text {
  color: #18191d;
  font-size: 1rem;
  font-weight: 400;
  line-height: 20.8px;
}
.cookie-info__button {
  background: #e2effc;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 19.36px;
  padding: 8px 16px;
}

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