/* plik nie jest podłaczony, zawiera tylko skłądnię potrzebną do wrzucenia  */

body:has(.wtm-cookies.wtm-cookies--visible)::before {
  content: "";
  width: 100vw;
  height: 100vh;
  display: block;
  position: fixed;
  left: 50%;
  top: 50%;
  background: rgb(255 255 255 / 17%);
  backdrop-filter: blur(5px);
  z-index: 999;
  transform: translate(-50%, -50%);
}

.wtm-cookies {
  z-index: 99992;
}

body:has(.wtm-cookies.wtm-cookies--visible.wtm-cookies--hidden)::before {
  display: none !important;
}

@media (min-width: 768px) {
  .wtm-cookies {
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, 50%);
    width: 440px;
    border-radius: 0.375rem;
  }
}

.wtm-cookies__button {
  width: 100%;
}
@media (min-width: 640px) {
  .wtm-cookies__button {
    width: -moz-fit-content;
    width: fit-content;
    flex: 1 1 auto;
  }
}
