/* SecurityTalent 1.9.41 — give the full modern provider labels room while
   keeping the primary Sign In and Register column compact. */
@media (min-width: 1200px) {
  #sp-header .st-header-auth {
    grid-template-columns: 220px 170px !important;
  }

  #sp-header .st-header-auth > .sourcecoast,
  #sp-header .st-header-auth > .sourcecoast > .d-flex,
  #sp-header .st-header-auth > .sourcecoast .social-login,
  #sp-header .st-header-auth > .sourcecoast .social-login > a {
    width: 220px !important;
    min-width: 220px !important;
    max-width: 220px !important;
  }

  #sp-header .st-header-auth > .sourcecoast .social-login > a {
    padding-inline: 11px !important;
    font-size: .78rem !important;
  }
}
