/* Shared CSS bundle generated by scripts/dedupe-assets.mjs */

.faq-content{
  max-height:0;
  overflow:hidden;
  transition:.3s;
}

.faq-item.active .faq-content{
  max-height:200px;
}

/* Global Hamburger Button Override */
.menu-toggle, .menu-toggle-btn {
  display: flex !important;
}

/* Sidebar toggle button (hamburger button inside sidebar) */
.sidebar-toggle-btn {
  margin-left: auto !important;
  flex-shrink: 0 !important;
  background: none !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  width: 36px !important;
  height: 36px !important;
  border-radius: 8px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  color: #64748b !important;
  font-size: 16px !important;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease !important;
}
.sidebar-toggle-btn:hover {
  background: rgba(235, 104, 53, 0.12) !important;
  color: #eb6835 !important;
  transform: scale(1.08) !important;
}
.sidebar-toggle-btn:active {
  transform: scale(0.95) !important;
}