.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-family: inherit;
  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;
  border-color: #1877f2;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  gap: 0;
  line-height: 20px;
  min-height: 40px;
  padding: 0 12px 0 0;
  position: relative;
}

.ovzsl-facebook:hover,
.ovzsl-facebook:focus {
  background: #166fe5;
  border-color: #166fe5;
  color: #fff;
}

.ovzsl-facebook-icon {
  align-items: center;
  display: flex;
  flex: 0 0 40px;
  font-family: Arial, sans-serif;
  font-size: 25px;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  line-height: 1;
  padding-top: 5px;
  width: 40px;
}

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

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

.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-manage {
  font-family: inherit;
  max-width: 760px;
}

.ovzsl-manage-intro {
  color: #555;
  font-size: 1rem;
  line-height: 1.65;
  margin: 0 0 1.25rem;
  text-align: center;
}

.ovzsl-manage-heading {
  color: #333;
  font-family: inherit;
  font-size: 1.05rem;
  font-weight: 600;
  margin: 0 0 .5rem;
}

.ovzsl-empty-state {
  background: #f7f8f9;
  border: 1px solid #e5e7e9;
  border-radius: 4px;
  color: #666;
  padding: 1rem;
  text-align: center;
}

.ovzsl-manage-buttons {
  margin-top: .25rem;
}

.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-provider-name {
  align-items: center;
  display: flex;
  gap: .75rem;
}

.ovzsl-provider-icon {
  align-items: center;
  border-radius: 4px;
  display: inline-flex;
  flex: 0 0 40px;
  height: 40px;
  justify-content: center;
  overflow: hidden;
  width: 40px;
}

.ovzsl-provider-facebook {
  background: #1877f2;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  padding-top: 5px;
}

.ovzsl-provider-google {
  background: #fff;
  border: 1px solid #747775;
}

.ovzsl-provider-google img {
  height: 24px;
  object-fit: contain;
  width: 24px;
}

.ovzsl-disconnect {
  background: #fff;
  border: 1px solid #777;
  border-radius: 4px;
  color: #555;
  cursor: pointer;
  font-family: inherit;
  font-size: .875rem;
  padding: .5rem .85rem;
}

.ovzsl-disconnect:hover,
.ovzsl-disconnect:focus {
  background: #f2f2f2;
  border-color: #444;
  color: #222;
}

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

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

  .ovzsl-card {
    padding: 1rem;
  }

  .ovzsl-linked-list li {
    align-items: flex-start;
    flex-direction: column;
    gap: .75rem;
  }

  .ovzsl-linked-list form,
  .ovzsl-disconnect {
    width: 100%;
  }
}
