/**
 * Inbenta chatbot positioning on /contact/forms-hcp/
 * Offsets match theme header heights: 56px mobile, 108px desktop (global + main nav).
 */
body.page-forms-hcp .inbenta-bot__launcher,
body.page-forms-hcp .inbenta-bot .ui-draggable {
  top: calc(56px + 10px) !important;
  right: 15px !important;
  bottom: auto !important;
  left: auto !important;
  z-index: 1035;
}

@media (min-width: 992px) {
  body.page-forms-hcp .inbenta-bot__launcher,
  body.page-forms-hcp .inbenta-bot .ui-draggable {
    top: calc(108px + 10px) !important;
  }
}
