
/* ——— UniShop login modal: primary button full width ——— */
#modal-login-form .modal-login__btn,
#modal-login-form button.modal-login__btn.btn-primary {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  margin: 12px 0 0 !important;
  text-align: center !important;
}

/* Tighten space under password / before button */
#modal-login-form .modal-login__form {
  margin-bottom: 0 !important;
}
#modal-login-form .modal-login__input {
  margin-bottom: 10px !important;
}
#modal-login-form .modal-body {
  padding-bottom: 16px !important;
}

/* Social block — compact, no large empty gap */
.social-login-box {
  margin: 12px 0 0 !important;
  padding: 0 !important;
  width: 100%;
  clear: both;
  display: block;
}
.social-login-divider {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 10px !important;
  padding: 0;
  color: #9a8b7a;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.social-login-divider::before,
.social-login-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #e8dfd4;
}
.social-login-divider span {
  white-space: nowrap;
}
.social-login-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  margin: 0;
  padding: 0;
}

.social-login-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 10px;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  transition: background .15s ease, box-shadow .15s ease, border-color .15s ease;
  cursor: pointer;
}
.social-login-btn:hover { text-decoration: none !important; }

.social-login-google {
  background: #ffffff;
  color: #3c4043 !important;
  border: 1px solid #dadce0;
  box-shadow: 0 1px 2px rgba(60, 64, 67, 0.08);
}
.social-login-google:hover {
  background: #f8f9fa;
  border-color: #c6c6c6;
}

.social-login-facebook {
  background: #1877F2;
  color: #fff !important;
  border: 1px solid #1877F2;
}
.social-login-facebook:hover {
  background: #166fe5;
}

.social-login-gicon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.social-login-gicon svg { display: block; }
.social-login-label { font-weight: 600; }

/* Links row under social — less top gap */
#modal-login-form .modal-login__links {
  margin-top: 12px !important;
}
