/* Desktop capacity-current v12: blue speed pills, aligned parish counts and unclipped system speed. */
@media (min-width: 981px) {
  .site-energy-network-canvas-v11 {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
  }

  .site-energy-network-canvas-v12 {
    position: absolute;
    z-index: 13;
    top: 0;
    left: 0;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: none;
  }

  /* Center each site-count circle optically with the parish name, not the pulse lane below. */
  #siteList .site-parish-heading[data-desktop-accordion="1"] > small {
    align-self: flex-start !important;
    margin-left: 10px !important;
    margin-top: -5px !important;
  }

  /* Preserve the quiet lower lane used by the horizontal current and fixed parish speed pill. */
  #siteList .site-parish-group.is-desktop-collapsed > .site-parish-heading {
    padding-right: 7px !important;
  }
}