.ovzsl-login {
  margin: 1.25rem 0;
  width: 100%;
}

.ovzsl-divider {
  align-items: center;
  color: #666;
  display: flex;
  font-size: .875rem;
  gap: .75rem;
  margin: 1rem 0;
  text-align: center;
}

.ovzsl-divider::before,
.ovzsl-divider::after {
  background: #ddd;
  content: "";
  flex: 1;
  height: 1px;
}

.ovzsl-buttons {
  display: grid;
  gap: .75rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.ovzsl-button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  display: flex;
  font-weight: 600;
  gap: .75rem;
  justify-content: center;
  min-height: 46px;
  padding: .75rem 1rem;
  text-decoration: none !important;
  transition: box-shadow .15s ease, transform .15s ease;
}

.ovzsl-button:hover,
.ovzsl-button:focus {
  box-shadow: 0 3px 10px rgba(0, 0, 0, .16);
  transform: translateY(-1px);
}

.ovzsl-facebook,
.ovzsl-facebook:hover,
.ovzsl-facebook:focus {
  background: #1877f2;
  color: #fff;
}

.ovzsl-google,
.ovzsl-google:hover,
.ovzsl-google:focus {
  background: #fff;
  border-color: #747775;
  color: #1f1f1f;
  font-family: Roboto, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  min-height: 40px;
  gap: 0;
  padding: 0 12px 0 0;
  position: relative;
}

.ovzsl-icon {
  font-family: Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

.ovzsl-google-icon {
  flex: 0 0 40px;
  height: 40px;
  margin-right: 8px;
  object-fit: contain;
  width: 40px;
}

.ovzsl-google-label {
  flex: 1 1 auto;
  padding-right: 48px;
  text-align: center;
}

.ovzsl-privacy {
  color: #666;
  font-size: .75rem;
  margin: .75rem 0 0;
  text-align: center;
}

.ovzsl-card {
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .06);
  margin: 0 auto 2rem;
  max-width: 720px;
  padding: 1.5rem;
}

.ovzsl-linked-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ovzsl-linked-list li {
  align-items: center;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  padding: .85rem 0;
}

.ovzsl-linked-list form {
  margin: 0;
}

@media (max-width: 575px) {
  .ovzsl-buttons {
    grid-template-columns: 1fr;
  }
}
