.kit-cookie-notice[hidden] {
  display: none !important;
}

.kit-cookie-notice {
  position: fixed;
  z-index: 1000;
  left: 50%;
  bottom: max(20px, env(safe-area-inset-bottom));
  transform: translateX(-50%);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 12px;
  width: -moz-max-content;
  width: max-content;
  max-width: min(620px, 100% - 32px);
  padding: 10px 10px 10px 16px;
  border-radius: 40px;
  background: #f5f6f8;
  color: #111a35;
  box-shadow: 0 4px 24px rgba(17, 26, 53, 0.08);
  font: 400 14px/1.5 Manrope, sans-serif;
}

.kit-cookie-notice__image {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  -o-object-fit: contain;
     object-fit: contain;
}

.kit-cookie-notice p {
  margin: 0;
  min-width: 0;
  font: inherit;
  color: inherit;
}

.kit-cookie-notice__content {
  min-width: 0;
  max-height: 60vh;
  overflow-y: auto;
}

.kit-cookie-notice__help summary {
  color: #c62565;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 0;
  text-decoration: underline;
}

.kit-cookie-notice__help[open] p {
  padding: 4px 0 8px;
}

.kit-cookie-notice a {
  color: #c62565;
  text-decoration: none;
}

.kit-cookie-notice a:hover {
  text-decoration: underline;
}

.kit-cookie-notice__close {
  position: relative;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #30354f;
  cursor: pointer;
}

.kit-cookie-notice__close span::before,
.kit-cookie-notice__close span::after {
  content: "";
  position: absolute;
  top: 21px;
  left: 11px;
  width: 22px;
  height: 2px;
  background: currentColor;
  transform: rotate(45deg);
}

.kit-cookie-notice__close span::after {
  transform: rotate(-45deg);
}

.kit-cookie-notice :focus-visible {
  outline: 2px solid #c62565;
  outline-offset: 3px;
}

@media (max-width: 430px) {
  .kit-cookie-notice {
    gap: 8px;
    padding: 12px 8px 12px 12px;
    border-radius: 24px;
    font-size: 12px;
  }
  .kit-cookie-notice__image {
    flex-basis: 36px;
    width: 36px;
    height: 36px;
  }
}
/*# sourceMappingURL=cookie-notice.css.map */
