html body #cmplz-manage-consent {
  position: fixed !important;
  left: 0 !important;
  bottom: 0 !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
  overflow: hidden !important;
  clip-path: inset(50%) !important;
  z-index: -1 !important;
}

html body #cmplz-manage-consent .cmplz-manage-consent {
  width: 1px !important;
  min-width: 1px !important;
  height: 1px !important;
  min-height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  right: auto !important;
  bottom: auto !important;
  animation: none !important;
}

html body #imCookieConsentTriggerMount {
  position: fixed;
  right: max(16px, calc(env(safe-area-inset-right, 0px) + 16px));
  bottom: max(16px, calc(env(safe-area-inset-bottom, 0px) + 16px));
  z-index: 100020;
  pointer-events: none;
}

html body .im-cookie-trigger {
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(248, 175, 60, 0.28);
  border-radius: 999px;
  background:
    radial-gradient(circle at 32% 26%, rgba(248, 175, 60, 0.18), transparent 42%),
    rgba(15, 11, 9, 0.92);
  color: rgb(248, 175, 60);
  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  opacity: 0;
  transform: translateY(8px) scale(0.96);
  transition:
    opacity 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease;
  pointer-events: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  backdrop-filter: blur(10px);
}

html.im-cookie-trigger-ready body .im-cookie-trigger {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

html.im-cookie-trigger-open body .im-cookie-trigger,
html body.cmplz-banner-active .im-cookie-trigger,
html body.cmplz-manage-consent-active .im-cookie-trigger {
  opacity: 0 !important;
  transform: translateY(8px) scale(0.96) !important;
  pointer-events: none !important;
}

html body .im-cookie-trigger:hover,
html body .im-cookie-trigger:focus-visible {
  border-color: rgba(248, 175, 60, 0.52);
  box-shadow:
    0 16px 34px rgba(0, 0, 0, 0.42),
    0 0 0 6px rgba(248, 175, 60, 0.1);
  outline: none;
}

html body .im-cookie-trigger:active {
  transform: translateY(1px) scale(0.98);
}

html body .im-cookie-trigger__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

html body .im-cookie-trigger__icon svg {
  width: 27px;
  height: 27px;
  display: block;
}

@media (max-width: 768px) {
  html body #imCookieConsentTriggerMount {
    right: max(12px, calc(env(safe-area-inset-right, 0px) + 12px));
    bottom: max(12px, calc(env(safe-area-inset-bottom, 0px) + 12px));
  }

  html body .im-cookie-trigger {
    width: 54px;
    height: 54px;
  }

  html body .im-cookie-trigger__icon svg {
    width: 24px;
    height: 24px;
  }
}
