/* v143 — History access must remain available even when the current session is empty. */
#historySection.history-section,
#geoHistorySection.gen-history-wrap,
#hebHistorySection.gen-history-wrap,
#grkHistorySection.gen-history-wrap,
#slvHistorySection.gen-history-wrap {
  display: block !important;
}

/* Keep the history heading/toggle visible; hide only the empty table body. */
#historySection:not(.has-data) .history-table-wrap,
#geoHistorySection:not(.has-data) .history-table-wrap,
#hebHistorySection:not(.has-data) .history-table-wrap,
#grkHistorySection:not(.has-data) .history-table-wrap,
#slvHistorySection:not(.has-data) .history-table-wrap {
  display: none !important;
}

#historySection:not(.has-data) .history-actions,
#geoHistorySection:not(.has-data) .gen-hist-actions,
#hebHistorySection:not(.has-data) .gen-hist-actions,
#grkHistorySection:not(.has-data) .gen-hist-actions,
#slvHistorySection:not(.has-data) .gen-hist-actions {
  opacity: .55;
}
