.bd-auth-or{
  display:flex; align-items:center; gap:.65rem;
  margin:.85rem 0 .5rem; color:#7a8795; font-size:.78rem; font-weight:650;
}
.bd-auth-or::before, .bd-auth-or::after{
  content:""; flex:1 1 auto; height:1px; background:#e5e9ef;
}
.bd-social-auth{ display:flex; flex-direction:column; gap:.5rem; }
.bd-btn-google, .bd-btn-apple{
  width:100%;
  font-weight:650;
  display:inline-flex; align-items:center; justify-content:center; gap:.5rem;
  border-radius:10px; padding:.65rem 1rem; text-decoration:none;
  border:1px solid transparent;
}
.bd-btn-google{
  background:#fff; color:#1d3557; border-color:#d7dee7;
}
.bd-btn-google:hover{ background:#f7f9fc; color:#1d3557; text-decoration:none; }
.bd-btn-apple{ background:#111; color:#fff; border-color:#111; }
.bd-btn-apple:hover{ filter:brightness(1.08); color:#fff; text-decoration:none; }
.bd-google-icon, .bd-apple-icon{ width:18px; height:18px; flex:0 0 auto; }
.bd-btn-wide{ width:100%; }
html.bd-native-android .bd-btn-apple{ display:none !important; }
