/* Floating Dify bubble */
#dify-chatbot-bubble-window {
  position: fixed !important;
  bottom: 80px !important;
  right: 20px !important;
  z-index: 9999 !important;
}

#dify-chatbot-bubble-button {
  position: fixed !important;
  bottom: 80px !important;
  right: 20px !important;
  z-index: 9999 !important;
}

/* Optional overlay used by older quiz gating experiments. */
#dify-quiz-overlay {
  position: fixed !important;
  inset: 0 !important;
  background: rgba(0, 0, 0, 0.55) !important;
  z-index: 999999 !important;
  display: none;
  align-items: center;
  justify-content: center;
}

/* Right-side embedded Dify panel for content-heavy Moodle pages. */
.eit-dify-margin-panel {
  position: fixed;
  right: 20px;
  top: 90px;
  width: 340px;
  height: calc(100vh - 120px);
  border: 0;
  border-radius: 12px;
  background: transparent;
  z-index: 999;
  box-shadow: none;
  overflow: hidden;
}

.eit-dify-margin-panel iframe,
.eit-dify-margin-panel #dify-chatbot-bubble-window {
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
  border-radius: 12px !important;
}

body.eit-dify-sidepanel-active #dify-chatbot-bubble-button {
  display: none !important;
}

body.eit-dify-sidepanel-active #dify-chatbot-bubble-window {
  display: block !important;
  position: static !important;
  inset: auto !important;
  transform: none !important;
  max-width: none !important;
  max-height: none !important;
}

@media (min-width: 1200px) {
  body.eit-dify-sidepanel-active #page {
    padding-right: 370px;
  }
}

@media (max-width: 900px) {
  .eit-dify-margin-panel {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    height: 620px;
    margin: 16px 0;
  }

  body.eit-dify-sidepanel-active #page {
    padding-right: 0;
  }
}

/* PDF/resource pages */
#resourceobject {
  width: 100% !important;
  height: 80vh !important;
}
