.wtm-cookies {
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 100;
  display: none;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

@media (min-width: 768px) {
  .wtm-cookies {
    bottom: 1.5rem;
    left: 1.5rem;
    width: 440px;
    border-radius: 0.375rem;
  }
}

@media (min-width: 1024px) {
  .wtm-cookies {
    left: 2.5rem;
    bottom: 2.5rem;
  }
}

.wtm-cookies {
  box-shadow: 0px 0px 8px 8px rgba(0, 0, 0, 0.05);
}

.wtm-cookies--visible {
  display: block;
}

.wtm-cookies__title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.wtm-cookies__description {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 640px) {
  .wtm-cookies__description {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }
}

.wtm-cookies__buttons {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  row-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

@media (min-width: 640px) {
  .wtm-cookies__buttons {
    flex-direction: row;
  }
}

.wtm-cookies__button {
  width: 100%;
  cursor: pointer;
  border-radius: 0.125rem;
  border-width: 2px;
  border-style: solid;
  padding: 0.5rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}

@media (min-width: 640px) {
  .wtm-cookies__button {
    width: -moz-fit-content;
    width: fit-content;
    flex: 1 1 auto;
  }
}

.wtm-customize-modal__close {
  height: -moz-fit-content !important;
  height: fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  background-color: transparent !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.wtm-cookies__button {
  flex: 1 1 auto;
  cursor: pointer;
  border-radius: 0.125rem;
  border-width: 2px;
  border-style: solid;
  padding: 0.5rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.wtm-cookies__button:hover {
  opacity: 0.7;
}

.wtm-cookies--hidden {
  pointer-events: none;
  opacity: 0;
}

.wtm-customize-modal {
  pointer-events: none;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000000;
  display: flex;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / 0.3);
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 400ms;
}

.wtm-customize-modal--initialized {
  display: block !important;
}

.wtm-customize-modal--visible {
  pointer-events: auto;
  opacity: 1;
}

.wtm-customize-modal__content {
  margin: auto;
  display: flex;
  height: 100%;
  width: 100%;
  max-width: 850px;
  flex-direction: column;
  overflow-y: scroll;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  .wtm-customize-modal__content {
    height: auto;
    max-height: 80vh;
    overflow: auto;
    overflow: unset !important;
  }
}

.wtm-customize-modal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .wtm-customize-modal__head {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.wtm-customize-modal__content-wrapper {
  border-top-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(212 212 212 / var(--tw-border-opacity)) !important;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.wtm-customize-modal__customize {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.wtm-customize-modal__buttons {
  position: relative;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 1rem;
}

.wtm-customize-modal__buttons::before {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 3rem;
  width: 100%;
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-content: '';
  content: var(--tw-content);
  transform: translateY(-100%) !important;
}

.wtm-cookies-cookie {
  cursor: pointer;
}

.wtm-cookies-cookie > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.wtm-cookies-cookie {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.wtm-cookies-cookie__description {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.wtm-cookies-cookie__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
}

.wtm-customize-modal__cookies {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  .wtm-customize-modal__cookies {
    flex-grow: 1;
    overflow: auto;
  }
}

.wtm-cookie-type {
  display: none;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
  padding: 0.75rem;
}

.wtm-cookie-type--visible {
  display: block !important;
}

.wtm-cookie-type__single > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.wtm-cookie-type__single {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}

.wtm-cookie-type__wrapper {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-border-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.wtm-cookie-type__row {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}

.wtm-cookie-type__row svg {
  flex-shrink: 0;
}

.wtm-cookie-type .wtm-cookie-type__wrapper:last-child {
  border-bottom-width: 0px;
  padding-bottom: 0px;
}

.wtm-cookie-type .wtm-cookie-type__wrapper:first-child {
  padding-top: 0px;
}

.wtm-cookie__check {
  position: relative;
  height: 1.5rem;
  width: 2.75rem;
  cursor: pointer;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.wtm-cookie__check input {
  display: none;
}

.wtm-cookie__check-circle {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transform: translateY(-50%) !important;
}

.wtm-cookie__check--checked {
  --tw-bg-opacity: 1;
  background-color: rgb(115 115 115 / var(--tw-bg-opacity));
}

.wtm-cookie__check--checked .wtm-cookie__check-circle {
  left: calc(100% - 22px);
}

.wtm-cookies-cookie--no-name {
  display: none !important;
}

.wtm-cookies__no-cookies {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.wtm-cookies__title {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.wtm-cookies__title svg {
  height: 0.75rem;
  flex-shrink: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.wtm-cookies__title svg.rotated {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.wtm-cookie__check--locked {
  pointer-events: none;
}

.wtm-cookies-revisit-button {
  position: fixed;
  bottom: 0.875rem;
  left: 0.875rem;
  z-index: 10;
  display: none;
  height: 2.75rem;
  width: 2.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
}

.wtm-cookies-revisit-button--visible {
  display: flex;
}

.wtm-cookies + .wtm-cookies-revisit-button {
  pointer-events: none !important;
  opacity: 0 !important;
}

.wtm-cookies + .wtm-cookies-revisit-button--visible {
  pointer-events: auto !important;
  opacity: 1 !important;
}

.wtm-cookies--hidden + .wtm-cookies-revisit-button {
  pointer-events: auto !important;
  opacity: 1 !important;
}

.wtm_link {
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
}
