/**
 * @file
 * Hides only the end-date section for single-day HIAD incidents.
 */

.hiad-date-end-hidden {
  display: none !important;
}
