.zibll-oauth-nodeloc-wrap {
  margin: 18px 0 6px;
  text-align: center;
  padding: 0 18px 16px;
}

.zibll-oauth-nodeloc-title {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
  color: #5f6f9f;
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 14px;
}

.zibll-oauth-nodeloc-title span {
  display: block;
  flex: 1;
  max-width: 92px;
  height: 2px;
  background: #ffc4cf;
}

.zibll-oauth-nodeloc-title em {
  font-style: normal;
  font-weight: 600;
}

.zibll-oauth-nodeloc-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.zibll-oauth-nodeloc-login {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: #16a34a;
  color: #fff !important;
  text-decoration: none !important;
  box-shadow: 0 8px 18px rgba(22, 163, 74, .22);
  vertical-align: middle;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}

.zibll-oauth-nodeloc-login:hover {
  transform: translateY(-1px);
  background: #15803d;
  box-shadow: 0 10px 22px rgba(22, 163, 74, .28);
}

.zibll-oauth-nodeloc-login span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 7px;
  background: rgba(255, 255, 255, .18);
  color: #fff;
  font-weight: 800;
  font-size: 17px;
  line-height: 1;
  font-family: Arial, Helvetica, sans-serif;
}
