/* Semak Tattoo: compact native consent-management control. */
html body #cmplz-manage-consent .cmplz-manage-consent {
  left: auto !important;
  right: max(16px, env(safe-area-inset-right)) !important;
  bottom: max(16px, env(safe-area-inset-bottom)) !important;
  width: auto !important;
  max-width: calc(100vw - 32px) !important;
  min-height: 44px !important;
  margin: 0 !important;
  padding: 10px 14px !important;
  transform: none !important;
  border-radius: 999px !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  white-space: normal !important;
  z-index: 9998 !important;
}

@media (max-width: 782px) {
  html body #cmplz-manage-consent .cmplz-manage-consent {
    left: auto !important;
    right: calc(12px + env(safe-area-inset-right)) !important;
    bottom: calc(12px + env(safe-area-inset-bottom)) !important;
    width: auto !important;
    max-width: calc(100vw - 24px) !important;
    min-height: 44px !important;
    padding: 10px 14px !important;
    font-size: 13px !important;
    transform: none !important;
  }
}
/* Semak Tattoo: compact native consent-management control. */
html body #cmplz-manage-consent .cmplz-manage-consent {
  left: auto !important;
  right: max(16px, env(safe-area-inset-right)) !important;
  bottom: max(16px, env(safe-area-inset-bottom)) !important;
  width: auto !important;
  max-width: calc(100vw - 32px) !important;
  min-height: 44px !important;
  margin: 0 !important;
  padding: 10px 14px !important;
  transform: none !important;
  border-radius: 999px !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  white-space: normal !important;
  z-index: 9998 !important;
}

@media (max-width: 782px) {
  html body #cmplz-manage-consent .cmplz-manage-consent {
    left: auto !important;
    right: calc(12px + env(safe-area-inset-right)) !important;
    bottom: calc(12px + env(safe-area-inset-bottom)) !important;
    width: auto !important;
    max-width: calc(100vw - 24px) !important;
    min-height: 44px !important;
    padding: 10px 14px !important;
    font-size: 13px !important;
    transform: none !important;
  }

  html body #cmplz-manage-consent .cmplz-manage-consent.cmplz-show {
    display: block !important;
    visibility: visible !important;
  }
}
