/* SecurityTalent 1.9.39 — modern JFBConnect controls using the site's
   light information-panel palette. Existing provider links remain intact. */

.st-header-auth .sourcecoast .social-login > a,
.st-responsive-auth .sourcecoast .social-login > a {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 8px !important;
  padding: 5px 10px !important;
  box-sizing: border-box !important;
  border: 1px solid #c5d9d4 !important;
  border-radius: 9px !important;
  background: linear-gradient(145deg, #fbfcfa 0%, #eef7f4 100%) !important;
  color: #17353d !important;
  box-shadow: 0 5px 14px rgba(16, 42, 46, .10) !important;
  font-family: Inter, Arial, sans-serif !important;
  font-size: .76rem !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  white-space: nowrap !important;
  text-decoration: none !important;
  letter-spacing: -.005em !important;
  cursor: pointer !important;
  transition: background-color .18s ease, border-color .18s ease,
    box-shadow .18s ease, transform .18s ease !important;
}

.st-header-auth .sourcecoast .social-login > a:hover,
.st-header-auth .sourcecoast .social-login > a:focus-visible,
.st-responsive-auth .sourcecoast .social-login > a:hover,
.st-responsive-auth .sourcecoast .social-login > a:focus-visible {
  border-color: #2e9b91 !important;
  background: #dff1ee !important;
  color: #102a2e !important;
  box-shadow: 0 8px 18px rgba(16, 42, 46, .15) !important;
  transform: translateY(-1px) !important;
  outline: 2px solid transparent !important;
}

.st-header-auth .sourcecoast .social-login > a::before,
.st-responsive-auth .sourcecoast .social-login > a::before {
  display: inline-flex;
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(16, 42, 46, .12);
  font: 900 17px/1 Arial, sans-serif;
}

.st-header-auth .sourcecoast .social-login.facebook > a::before,
.st-responsive-auth .sourcecoast .social-login.facebook > a::before {
  content: "f";
  background: #1877f2;
  color: #fff;
  box-shadow: none;
}

.st-header-auth .sourcecoast .social-login.google > a::before,
.st-responsive-auth .sourcecoast .social-login.google > a::before {
  content: "G";
  color: #4285f4;
}

.st-header-auth .sourcecoast .social-login.facebook > a::after,
.st-responsive-auth .sourcecoast .social-login.facebook > a::after {
  content: "Continue with Facebook";
}

.st-header-auth .sourcecoast .social-login.google > a::after,
.st-responsive-auth .sourcecoast .social-login.google > a::after {
  content: "Continue with Google";
}

.st-header-auth .sourcecoast .social-login > a > img,
.st-responsive-auth .sourcecoast .social-login > a > img {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (max-width: 1199.98px) {
  .st-responsive-auth .sourcecoast .social-login > a {
    justify-content: center !important;
    padding-inline: 8px !important;
    font-size: .84rem !important;
  }

  .st-responsive-auth .sourcecoast .social-login.facebook > a::after {
    content: "Facebook";
  }

  .st-responsive-auth .sourcecoast .social-login.google > a::after {
    content: "Google";
  }
}

@media (prefers-reduced-motion: reduce) {
  .st-header-auth .sourcecoast .social-login > a,
  .st-responsive-auth .sourcecoast .social-login > a {
    transition: none !important;
  }
}
