.tpm-social-register {
  margin: 0 0 1.25rem;
  padding: 0 0 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.tpm-social-register__label {
  margin: 0 0 0.75rem;
  font-size: 0.95rem;
  font-weight: 600;
}

.tpm-social-register__buttons {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.tpm-social-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.65rem 1rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  background: #fff;
  color: #1a1a1a;
  font-size: 0.95rem;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease;
}

.tpm-social-btn:hover {
  background: #f7f7f7;
  border-color: rgba(0, 0, 0, 0.2);
  color: #1a1a1a;
}

.tpm-social-btn--google .tpm-social-btn__icon::before {
  content: "G";
  font-weight: 700;
  color: #4285f4;
}

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

.tpm-social-btn--facebook:hover {
  background: #166fe5;
  border-color: #166fe5;
  color: #fff;
}

.tpm-social-btn--facebook .tpm-social-btn__icon::before {
  content: "f";
  font-weight: 700;
}

.tpm-social-btn--apple {
  background: #000;
  border-color: #000;
  color: #fff;
}

.tpm-social-btn--apple:hover {
  background: #222;
  border-color: #222;
  color: #fff;
}

.tpm-social-btn--apple .tpm-social-btn__icon::before {
  content: "";
}

.tpm-social-register__hint {
  margin: 0.75rem 0 0;
  font-size: 0.8rem;
  color: #666;
  line-height: 1.4;
}

.tpm-social-notice {
  margin: 0 0 1rem;
  padding: 0.75rem 1rem;
  border-radius: 6px;
  font-size: 0.9rem;
}

.tpm-social-notice--error {
  background: #fdecea;
  color: #b42318;
  border: 1px solid #f5c2c0;
}

.tpm-social-notice--success {
  background: #ecfdf3;
  color: #027a48;
  border: 1px solid #abefc6;
}

.tpm-social-avatar-preview {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 12px;
  padding: 10px 12px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  background: #fafafa;
}

.tpm-social-avatar-preview img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
}

.tpm-social-avatar-preview p {
  margin: 0;
  font-size: 0.85rem;
  color: #555;
}
