/* TSE listing helpers — companion to theme/_tutis.scss until Mage rebuild */
#tse-course-listing .tse-filters.hide,
#tse-course-listing .sortby.hide,
.tse-container .tse-filters.hide,
.tse-container .sortby.hide {
  display: none;
}

#tse-course-listing button.tse-select-btn,
#tse-course-listing .tse-btn-primary,
.tse-container button.tse-select-btn,
.tse-container .tse-btn-primary {
  /* Align with theme primary when TSE defaults fight CertLoc branding */
  --tse-primary: var(--bs-primary, #ffaf00);
}
