/* SecurityTalent 1.9.34 — compact, equal and row-aligned desktop authentication controls. */

@media (min-width: 1200px) {
  #sp-header,
  #sp-header.header-sticky {
    height: 88px !important;
    min-height: 88px !important;
  }

  #sp-header > .container,
  #sp-header .container-inner,
  #sp-header .row,
  #sp-header #sp-menu,
  #sp-header #sp-menu > .sp-column,
  #sp-header .st-header-auth {
    min-height: 88px !important;
  }

  #sp-header .sp-megamenu-parent > li > a,
  #sp-header .sp-megamenu-parent > li > span {
    height: 88px !important;
    line-height: 88px !important;
  }

  #sp-header .st-header-auth {
    grid-template-columns: repeat(2, 170px) !important;
    grid-template-rows: repeat(2, 38px) !important;
    grid-auto-rows: 38px !important;
    column-gap: 10px !important;
    row-gap: 6px !important;
    align-content: center !important;
    min-height: 82px !important;
  }

  /* JFBConnect renders Facebook and Google as two sibling sourcecoast
     modules on the live site. Let those items auto-fill the two rows in
     column one, then make the EasySocial module span the same two rows. */
  #sp-header .st-header-auth > .sourcecoast {
    grid-column: 1 !important;
    grid-row: auto !important;
    height: 38px !important;
    min-height: 38px !important;
    max-height: 38px !important;
    align-self: stretch !important;
  }

  #sp-header .st-header-auth > .mod-es {
    grid-column: 2 !important;
    grid-row: 1 / span 2 !important;
    height: 82px !important;
    min-height: 82px !important;
    max-height: 82px !important;
    align-self: stretch !important;
  }

  #sp-header .st-header-auth > .sourcecoast > .d-flex,
  #sp-header .st-header-auth > .mod-es {
    gap: 6px !important;
  }

  #sp-header .st-header-auth > .sourcecoast > .d-flex {
    height: 38px !important;
    min-height: 38px !important;
    max-height: 38px !important;
  }

  #sp-header .st-header-auth > .sourcecoast .social-login > a,
  #sp-header .st-header-auth > .mod-es > a {
    width: 170px !important;
    min-width: 170px !important;
    max-width: 170px !important;
    height: 38px !important;
    min-height: 38px !important;
    max-height: 38px !important;
    border-radius: 7px !important;
  }

  #sp-header .st-header-auth > .sourcecoast .social-login img {
    width: 170px !important;
    min-width: 170px !important;
    max-width: 170px !important;
    height: 38px !important;
    min-height: 38px !important;
    max-height: 38px !important;
    object-fit: fill !important;
    border-radius: 7px !important;
  }

  #sp-header .st-header-auth > .mod-es > a {
    padding: 6px 10px !important;
    font-size: .9rem !important;
    line-height: 1.15 !important;
  }
}
