/* Basic structure for BH Help Support - Front-end dev will style this */

.bh-help-support-container {
  /* Container styles will be handled by front-end dev */
}

.bh-help-tabs {
  /* Tabs navigation styles will be handled by front-end dev */
}

.bh-help-tab {
  /* Individual tab styles will be handled by front-end dev */
}

.bh-help-tab.active {
  /* Active tab styles will be handled by front-end dev */
}

.bh-help-content {
  /* Content area styles will be handled by front-end dev */
}

.bh-help-tab-content {
  display: none;
}

.bh-help-tab-content.active {
  display: block;
}

.bh-help-category-description {
  /* Category description styles will be handled by front-end dev */
}

.bh-help-articles {
  /* Articles container styles will be handled by front-end dev */
}

.bh-help-article-item {
  /* Article item styles will be handled by front-end dev */
}

.bh-help-article-title {
  /* Article title styles will be handled by front-end dev */
}

.bh-help-article-excerpt {
  /* Article excerpt styles will be handled by front-end dev */
}

.bh-help-article-content {
  /* Article content styles will be handled by front-end dev */
}

.no-articles {
  /* No articles message styles will be handled by front-end dev */
}
