/* ALTAHANY_AUTH_GOOGLE_V10_83_4 */
.ath-account-divider{
  display:flex;
  align-items:center;
  gap:12px;
  margin:18px 0;
  color:#74685c;
}
.ath-account-divider::before,
.ath-account-divider::after{
  content:"";
  flex:1;
  height:1px;
  background:rgba(141,94,22,.18);
}
.ath-google-login-button{
  width:100%;
  min-height:52px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  border:1px solid rgba(0,0,0,.12);
  border-radius:14px;
  background:#fff;
  color:#2d2d2d;
  text-decoration:none;
  font-weight:850;
  box-shadow:0 8px 22px rgba(0,0,0,.06);
}
.ath-google-login-button:hover{
  background:#fafafa;
  transform:translateY(-1px);
}
.ath-google-mark{
  width:28px;
  height:28px;
  display:grid;
  place-items:center;
  border-radius:50%;
  border:1px solid rgba(0,0,0,.12);
  font-weight:900;
}
.ath-account-help{
  display:flex;
  justify-content:flex-end;
  margin:12px 0 2px;
}
.ath-account-help a{
  color:#70460e;
  font-weight:800;
  text-decoration:none;
}
