.cookie-banner {
  position: fixed;
  left: 24px;
  bottom: 24px;
  width: 282px;
  padding: 20px;
  line-height: 1.2;
  background: #ffffff;
  border: 1px solid #efecf3;
  border-radius: 14.5px;
  box-shadow: 0 0.25rem 0.75rem -0.375rem rgba(31, 27, 45, 0.2), 0 0.5rem 1rem rgba(31, 27, 45, 0.16);
  z-index: 20;
}
.cookie-banner__wrapper div:not(:last-child) {
  margin-bottom: 16px;
}
.cookie-banner__title {
  font-size: 20px;
  font-weight: 600;
  color: #1f1b2d;
  letter-spacing: 0.4px;
}
.cookie-banner__content {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.2px;
  color: #1f1b2d;
}
.cookie-banner__content p:not(:last-child) {
  margin-bottom: 6px;
}
.cookie-banner__content a {
  text-decoration: underline;
}
.cookie-banner__button button {
  width: 100%;
  padding: 16px 0;
  border: 0;
  border-radius: 12px;
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
  background-color: #1dace8;
  border-color: #1dace8;
  box-shadow: unset;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  cursor: pointer;
}
.cookie-banner__button button:hover, .cookie-banner__button button:focus-visible {
  background-color: #1596cc;
  border-color: #1596cc;
  box-shadow: 0 0.25rem 0.25rem 0.125rem rgba(29, 172, 232, 0.1), 0 0.375rem 0.75rem -0.125rem rgba(29, 172, 232, 0.4);
}
.cookie-banner__button button:focus {
  background-color: #1dace8;
  border-color: #1dace8;
  box-shadow: unset;
}/*# sourceMappingURL=cookie_banner.css.map */