/* Final alignment overrides for the operations dashboard. */
.provider-row{grid-template-columns:58px 250px repeat(5,minmax(90px,1fr)) 145px 25px}
.provider-row,.panel{scroll-margin-top:24px}
.menu-focus{outline:2px solid rgba(75,156,255,.75);outline-offset:2px;transition:outline-color .2s ease}
[data-icon] svg,.rail-actions svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
[data-icon="grid"] svg rect{fill:currentColor;stroke:none}
@media(max-width:1050px){.provider-row{grid-template-columns:48px 1fr 1fr 1fr 130px}}
@media(max-width:720px){.provider-row{grid-template-columns:38px 1fr auto}}
