.ddmsl-social-login {
  margin-top: 24px;
}

.ddmsl-social-login__divider {
  text-align: center;
  color: #999;
  position: relative;
  margin: 16px 0;
  font-size: 13px;
}

.ddmsl-social-login__divider span {
  background: #fff;
  padding: 0 12px;
  position: relative;
  z-index: 1;
}

.ddmsl-social-login__divider::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-top: 1px solid #e3e3e3;
}

.ddmsl-social-login__buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ddmsl-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 11px 16px;
  border-radius: 2px;
  border: 1px solid #dadce0;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: box-shadow .15s ease;
}

.ddmsl-btn img {
  flex-shrink: 0;
}

.ddmsl-btn--google {
  color: #3c4043;
  background: #fff;
}

.ddmsl-btn--google:hover {
  box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
  color: #3c4043;
}

.ddmsl-btn--facebook {
  color: #fff;
  background: #1877f2;
  border-color: #1877f2;
}

.ddmsl-btn--facebook:hover {
  background: #166fe5;
  color: #fff;
}
