.pro-social-auth{
  margin:20px 0 6px;
}

.pro-social-auth .nefesh-social-divider{
  margin-bottom:2px;
}

.pro-social-auth .nefesh-social-buttons{
  gap:11px;
}

.pro-social-auth .nefesh-social-button{
  min-height:56px!important;
  font-size:12px!important;
}

.pro-social-verified{
  display:grid;
  grid-template-columns:42px minmax(0,1fr) auto;
  align-items:center;
  gap:11px;
  margin:0 0 16px;
  padding:13px 14px;
  border:1px solid color-mix(in srgb,var(--mint,#42d6c4) 48%,var(--line,#dfe8e8));
  border-radius:14px;
  background:color-mix(in srgb,var(--mint-soft,#e9fbf8) 82%,white);
  color:var(--ink,#132d35);
}

.pro-social-verified>span{
  display:grid;
  width:42px;
  height:42px;
  place-items:center;
  border-radius:12px;
  background:var(--mint,#42d6c4);
  color:#073b35;
  font-size:20px;
  font-weight:950;
}

.pro-social-verified small,
.pro-social-verified b{
  display:block;
}

.pro-social-verified small{
  color:#61777c;
  font-size:8px;
  font-weight:850;
  letter-spacing:.06em;
  text-transform:uppercase;
}

.pro-social-verified b{
  overflow:hidden;
  margin-top:2px;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-size:11px;
}

.pro-social-verified button{
  border:1px solid var(--line,#dfe8e8);
  border-radius:10px;
  background:#fff;
  padding:8px 10px;
  color:#31545b;
  font-size:8px;
  font-weight:900;
  cursor:pointer;
}

#register-form.is-social-registration .social-password-fields,
#register-form.is-social-registration [data-password-strength]{
  display:none!important;
}

#register-form.is-social-registration input[name="email"],
#register-form.is-social-registration input[name="name"]{
  background:color-mix(in srgb,var(--mint-soft,#e9fbf8) 72%,white)!important;
  border-color:color-mix(in srgb,var(--mint,#42d6c4) 48%,var(--line,#dfe8e8))!important;
}

.pro-social-registration-note{
  margin:10px 0 15px;
  padding:11px 13px;
  border-left:3px solid var(--mint,#42d6c4);
  border-radius:0 10px 10px 0;
  background:color-mix(in srgb,var(--mint-soft,#e9fbf8) 74%,white);
  color:#587075;
  font-size:9px;
  line-height:1.5;
}

html[data-theme="dark"] .pro-social-verified,
html[data-theme="dark"] .pro-social-registration-note{
  background:#0c2933!important;
  color:#edfaff!important;
  border-color:rgba(91,224,211,.42)!important;
}

html[data-theme="dark"] .pro-social-verified small{
  color:#a8c7cd!important;
}

html[data-theme="dark"] .pro-social-verified button{
  border-color:rgba(118,208,214,.3);
  background:#102f3a;
  color:#effcff;
}

@media(max-width:620px){
  .pro-social-verified{
    grid-template-columns:38px minmax(0,1fr);
  }
  .pro-social-verified>span{
    width:38px;
    height:38px;
  }
  .pro-social-verified button{
    grid-column:1/-1;
    width:100%;
  }
  .pro-social-auth .nefesh-social-button{
    min-height:52px!important;
    font-size:11px!important;
  }
}
