/**
 * Canonical live fixture status presentation.
 *
 * Live minute (green) is the status indicator on all viewports.
 * The red .live-pill is suppressed everywhere to reduce visual noise;
 * the status column width is preserved so FT/PEN alignment is unchanged.
 *
 * Loaded site-wide from base.html so every fixture list inherits this
 * without page-specific CSS forks.
 */
.live-pill {
  display: none !important;
}
