.social-gender-field {
  display: grid;
  gap: 10px;
}

.social-gender-field select,
.qrtiger-profile-prompt select {
  width: 100%;
  min-height: 48px;
  border: 1px solid #d5dce7;
  border-radius: 8px;
  background: #fff;
  color: #071126;
  font: inherit;
  font-weight: 800;
  padding: 0 14px;
}

.social-gender-field small {
  color: #667085;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.35;
}

.social-auth-box {
  margin-top: 18px;
  display: grid;
  gap: 12px;
}

.social-auth-divider {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
  color: #647087;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.social-auth-divider::before,
.social-auth-divider::after {
  content: "";
  height: 1px;
  background: #d9e0ea;
}

.social-auth-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.social-auth-button {
  width: 100%;
  min-height: 52px;
  border: 1px solid #d5dce7;
  border-radius: 8px;
  background: #fff;
  color: #071126;
  box-shadow: 0 8px 18px rgba(7, 17, 38, 0.08);
  font: inherit;
  font-size: 0.92rem;
  font-weight: 900;
  cursor: pointer;
}

.social-auth-button:hover {
  border-color: #f58220;
  box-shadow: 0 10px 24px rgba(245, 130, 32, 0.16);
}

.social-auth-button:disabled {
  cursor: wait;
  opacity: 0.68;
}

.social-auth-slot {
  display: grid;
  min-height: 44px;
  place-items: center;
}

.social-auth-slot.hidden {
  display: none;
}

.social-auth-status {
  min-height: 1.35em;
  margin: 0;
  color: #667085;
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.35;
}

.social-auth-status[data-tone="error"] {
  color: #9b2c2c;
}

.social-auth-status[data-tone="ready"] {
  color: #246b3a;
}

.qrtiger-profile-prompt {
  margin: 0 0 18px;
  display: grid;
  grid-template-columns: 1fr minmax(160px, 220px) auto;
  gap: 12px;
  align-items: center;
  border: 1px solid #d9e0ea;
  border-radius: 8px;
  background: #fff8ef;
  padding: 14px;
  box-shadow: 0 12px 30px rgba(7, 17, 38, 0.08);
}

.qrtiger-profile-prompt div {
  display: grid;
  gap: 4px;
}

.qrtiger-profile-prompt strong {
  color: #071126;
  font-size: 1rem;
  font-weight: 950;
}

.qrtiger-profile-prompt span {
  color: #536078;
  font-size: 0.9rem;
  font-weight: 800;
}

.qrtiger-profile-prompt button {
  min-height: 48px;
  border: 0;
  border-radius: 8px;
  background: #071126;
  color: #fff;
  font: inherit;
  font-weight: 900;
  padding: 0 18px;
  cursor: pointer;
}

.qrtiger-profile-prompt[data-saving="true"] button {
  opacity: 0.72;
  cursor: wait;
}

@media (max-width: 720px) {
  .social-auth-actions {
    grid-template-columns: 1fr;
  }

  .social-auth-button {
    min-height: 50px;
    font-size: 0.88rem;
  }

  .qrtiger-profile-prompt {
    grid-template-columns: 1fr;
  }
}
