.learndash-wrapper .learndash_content_wrap .ld-table-list .ld-table-list-items div.ld-table-list-item:nth-child(odd) a.ld-table-list-item-preview {
  background: #c9dd03 !important;
}
div > a > div.ld-item-title > span {
  color: #000000 !important;
}
.lms-course-members-list {
  display: none;
}
.buddyboss-theme.single-sfwd-quiz .learndash-wrapper .wpProQuiz_content .wpProQuiz_button:not(.wpProQuiz_button_reShowQuestion),
.buddyboss-theme.single-sfwd-quiz .learndash-wrapper .wpProQuiz_content .wpProQuiz_button:not(.wpProQuiz_button_reShowQuestion):hover {
  background: #a2ad00 !important;
  border: 1px solid #a2ad00 !important;
}
/* ─── BUDDYBOSS MENU DROPDOWN — widen and allow text wrap ─── */
.site-header #primary-navbar .primary-menu .menu-item > .ab-submenu {
  min-width: 360px !important;
  width: 360px !important;
}
.site-header #primary-navbar .primary-menu .menu-item > .ab-submenu .bb-sub-menu {
  min-width: 360px !important;
}
.site-header #primary-navbar .primary-menu .menu-item > .ab-submenu .bb-sub-menu .menu-item a {
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
  line-height: 1.4 !important;
  height: auto !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
}
.site-header #primary-navbar .primary-menu .menu-item > .ab-submenu .bb-sub-menu .menu-item a span {
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
}
/* ─── SEARCH RESULTS — on-brand cards, titles only ─── */

/* Hide the raw page-content description */
.search-hentry .entry-content {
  display: none !important;
}

/* Collapse the empty height the hidden description leaves behind */
.post-grid.bb-standard .search-hentry,
.search-hentry .post-inner-wrap,
.search-hentry .entry-content-wrap,
.search-hentry .entry-header {
  height: auto !important;
  min-height: 0 !important;
}
.search-hentry .entry-header {
  margin-bottom: 0 !important;
}

/* Card: olive accent, soft shadow, rounded corners */
.search-hentry {
  margin-bottom: 16px !important;
  border-radius: 10px !important;
  border-left: 4px solid #a2ad00 !important;
  box-shadow: 0 1px 4px rgba(61, 61, 61, 0.08) !important;
  transition: box-shadow 0.2s ease, transform 0.2s ease !important;
}
.search-hentry:hover {
  box-shadow: 0 8px 22px rgba(61, 61, 61, 0.13) !important;
  transform: translateY(-2px) !important;
}

/* Title: charcoal, turns olive on hover */
.search-hentry .entry-title {
  font-size: 1.3rem !important;
  line-height: 1.3 !important;
  margin: 0 !important;
}
.search-hentry .entry-title a {
  color: #3d3d3d !important;
}
.search-hentry:hover .entry-title a {
  color: #a2ad00 !important;
}

/* Page background — warm off-white (swap for #f6f7ee for a faint olive tint) */
body.search,
body.search #content,
body.search .site-content {
  background-color: #f5f5f2 !important;
}

/* Results as a responsive grid (raise/lower 400px to get fewer/more columns) */
.post-grid.bb-standard {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr)) !important;
  gap: 20px !important;
}
.post-grid.bb-standard .search-hentry {
  margin-bottom: 0 !important;
  display: flex !important;
  align-items: center !important;
}
.post-grid.bb-standard .search-hentry .post-inner-wrap {
  width: 100% !important;
}