/* Trang chủ — bố cục & component (tách khỏi HTML) */

#main.page-root {
  height: auto;
}

.home-section.section-height-auto {
  height: auto;
}

/* Lightbox: ẩn mặc định (thư viện sẽ bật khi mở) */
#lightboxOverlay,
#lightbox {
  display: none;
}

.lb-image {
  min-height: 1px;
}

/* FAQ accordion */
.faq-item-content {
  display: none;
}

.faq-item-content.is-open {
  display: block;
}
