body { overflow: hidden; }

/* Custom Scrollbar for Webkit Browsers */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #0f172a;
}

::-webkit-scrollbar-thumb {
  background: #334155;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #475569;
}

#dify-container iframe { width: 100% !important; height: 100% !important; border: none !important; }

#bot-section-content {
  overflow-y: auto;
  max-height: calc(5 * 2.5rem + 1rem); /* 5 items * height + margin */
}
