/*
 * Thrive Apprentice compatibility.
 *
 * Apprentice's full-page templates intentionally do not load the active
 * theme's ordinary site stylesheet. The retired Thrive parent theme supplied
 * Nunito and a small heading scale to these saved templates. Preserve
 * Apprentice's layout, navigation, and access gates while restoring the
 * missing presentation layer and quieting legacy course chrome.
 */
body:is(
  .page-id-20113,
  .tax-tva_courses,
  .single-tva_lesson,
  .single-tva_module,
  .single-tva_chapter
) {
  color: var(--wp--preset--color--ink);
  font-family: var(--wp--preset--font-family--nunito) !important;
  font-size: 19px;
}
body:is(
  .page-id-20113,
  .tax-tva_courses,
  .single-tva_lesson,
  .single-tva_module,
  .single-tva_chapter
) :is(h1, h2, h3, h4, h5, h6, p, a, span, li, button, input, select, textarea, label) {
  font-family: var(--wp--preset--font-family--nunito) !important;
}
body:is(
  .page-id-20113,
  .tax-tva_courses,
  .single-tva_lesson,
  .single-tva_module,
  .single-tva_chapter
) :is(h1, h2, h3, h4, h5, h6),
.tva-course-list-item a:not(.tcb-button-link) {
  color: var(--wp--preset--color--ink) !important;
}
body:is(.tax-tva_courses, .single-tva_lesson, .single-tva_module, .single-tva_chapter) h1 {
  font-size: 38px !important;
}
body.tax-tva_courses h3 { font-size: 24px !important; }
body:is(.single-tva_lesson, .single-tva_module, .single-tva_chapter) h4 { font-size: 21px !important; }

/* Keep Apprentice actions in the owned logo-blue family. */
body:is(
  .page-id-20113,
  .tax-tva_courses,
  .single-tva_lesson,
  .single-tva_module,
  .single-tva_chapter
) :is(.thrv-button .tcb-button-link, #tve_editor .thrv-button .tcb-button-link) {
  border-color: #024477 !important;
  background-color: #024477 !important;
  background-image: none !important;
  color: #fff !important;
}
body:is(
  .page-id-20113,
  .tax-tva_courses,
  .single-tva_lesson,
  .single-tva_module,
  .single-tva_chapter
) :is(.thrv-button .tcb-button-link, #tve_editor .thrv-button .tcb-button-link):is(:hover, :focus-visible) {
  border-color: #00585f !important;
  background-color: #00585f !important;
  background-image: none !important;
}

/* Comments remain stored but are intentionally absent from Apprentice UI. */
body:is(
  .page-id-20113,
  .tax-tva_courses,
  .single-tva_lesson,
  .single-tva_module,
  .single-tva_chapter
) #comments.comments-area {
  display: none !important;
}
