#pulsegear-vendor-registration-form {
  background: #fff;
  border-radius: 10px;
  /* max-width: 480px; */
  margin: 0 auto;
  padding: 32px 24px 18px 24px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
  font-size: 1em;
}
#pulsegear-vendor-registration-form .pg-row {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
}
#pulsegear-vendor-registration-form label {
  font-weight: 500;
  margin-bottom: 4px;
}
#pulsegear-vendor-registration-form input,
#pulsegear-vendor-registration-form select {
  padding: 10px 12px;
  border: 1px solid #bbb;
  border-radius: 4px;
  font-size: 1em;
}
#pulsegear-vendor-registration-form input[type="checkbox"] {
  width: auto;
  margin-right: 8px;
}
#pulsegear-vendor-registration-form .required {
  color: #8b1130;
  font-weight: bold;
}
#pulsegear-vendor-registration-form .pg-checkbox {
  flex-direction: row;
  align-items: center;
}
#pg_store_slug_help,
.pg-field-note,
#pg_country_note,
#pg_email_code_note,
.pulsegear-success,
.pulsegear-alert {
  font-size: 0.97em;
  color: rgb(152, 56, 141);
  margin-top: 2px;
  border-radius: 4px;
}
#pulsegear-vendor-registration-form button[type="submit"] {
  margin-top: 10px;
  padding: 12px 30px;
  background: rgb(152, 56, 141);
  color: #fff;
  font-size: 1.1em;
  border: solid 1px rgb(152, 56, 141);
  border-radius: 4px;
  cursor: pointer;
  font-weight: 600;
  transition: background 0.12s;
}
#pulsegear-vendor-registration-form button[disabled] {
  background: #bbb;
  cursor: not-allowed;
}
#pulsegear-vendor-registration-form button[type="submit"]:hover {
  background-color: #f5f5f5 !important;
  color: rgb(152, 56, 141) !important;
  border: solid 1px rgb(152, 56, 141) !important;
}
.pg-resend-button {
  margin-top: 10px;
  padding: 12px 30px;
  background: #f5f5f5 !important;
  color: #333 !important;
  border-radius: 4px;
  border: solid 1px #333 !important;
  cursor: pointer;
  transition: background 0.2s;
}
.pg-resend-button:hover {
  background: rgb(152, 56, 141) !important;
  color: #fff !important;
  border: solid 1px rgb(152, 56, 141) !important;
}
.pulsegear-success,
.pulsegear-alert {
  margin-bottom: 10px;
  padding: 12px;
  font-weight: 500;
  background: #f0e4f4;
  border: 1px solid rgb(152, 56, 141);
}

/* Introducing Columns */
.pg-cols {
  display: flex;
  gap: 12px;
  align-items: center; /* Vertically center */
}
.pg-cols input[type="text"] {
  flex: 2 1 0%;
  min-width: 0;
  font-size: 1em;
  padding: 10px 12px;
  height: 42px;
  box-sizing: border-box;
}
.pg-cols .pg-resend-button {
  flex: 0 0 auto;
  white-space: nowrap;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
  height: 42px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pg-cols .pg-resend-button[disabled] {
  background: #bbb;
  cursor: not-allowed;
  color: #ccc;
  border: none;
}
.pg-cols-2 {
  display: flex;
  gap: 18px;
}
.pg-cols-2 .pg-row {
  flex: 1 1 0;
  margin-bottom: 0; /* Remove bottom margin for .pg-row inside .pg-cols-2 */
}
.pg-cols-2 input[type="text"] {
  width: 100%;
  box-sizing: border-box;
}
/* Mobile Styles */
@media (max-width: 600px) {
  #pulsegear-vendor-registration-form {
    padding: 18px 6px;
  }
  .pg-cols {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }
  .pg-cols .pg-resend-button .pg-cols input[type="text"] {
    width: 100%;
  }
  .pg-cols-2 {
    flex-direction: column;
    gap: 0;
  }
  .pg-cols-2 .pg-row {
    margin-bottom: 15px;
  }
}
.pg-availability {
  margin-top: 4px;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 0.97em;
}
.pg-availability.pg-available {
  color: #3f8611;
}
.pg-availability.pg-unavailable {
  color: #8b1130;
}
.pg-availability .pg-icon {
  font-size: 1.2em;
  margin-right: 4px;
}
.pg-field-error {
  color: rgb(152, 56, 141);
  font-size: 0.96em;
  margin-top: 2px;
}
.pg-password-row {
  position: relative;
}
.pg-password-wrap {
  display: flex;
  align-items: center;
  position: relative;
}
.pg-password-toggle {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 1.2em;
  color: #bbb;
  transition: color 0.2s;
  user-select: none;
}
.pg-password-toggle.shown {
  color: rgb(152, 56, 141);
}
#pg_email_code_row input {
  font-size: 1.25em;
  font-weight: 600;
  letter-spacing: 0.18em;
  border: 2px solid rgb(152, 56, 141);
  background: #f8f3fa;
}
#pg_email_code_note {
  font-weight: 500;
  color: rgb(152, 56, 141);
}
.pg-spam-reminder {
  display: block;
  margin-top: 6px;
  color: #a08;
  font-size: 0.95em;
}
.pulsegear-inline-note {
  display: flex;
  align-items: flex-start;
  /* background: linear-gradient(90deg, #f8f3fa 70%, #ffe6fa 100%); */
  background-color: #f4f8fc;
  color: rgb(152, 56, 141);
  font-size: 0.97em;
  padding: 8px 12px;
  border-radius: 6px;
  margin-top: 5px;
  box-shadow: 0 1px 4px rgba(152, 56, 141, 0.04);
  border-left: 4px solid rgb(152, 56, 141);
  animation: fadeInNote 0.4s;
  min-height: 32px;
}

.pulsegear-inline-note.pg-note-success {
  border-left-color: #3f8611;
  color: #3f8611;
}

.pulsegear-inline-note.pg-note-error {
  border-left-color: #8b1130;
  color: #8b1130;
}

.pulsegear-inline-note.pg-note-warning {
  border-left-color: #e5b600;
  color: #e5b600;
}

.pulsegear-inline-note .pg-note-icon {
  margin-right: 8px;
  font-size: 1.2em;
  line-height: 1.3;
  flex-shrink: 0;
}

@keyframes fadeInNote {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.pulsegear-password-checklist {
  list-style: none;
  margin: 8px 0 0 0;
  padding: 0;
  font-size: 0.96em;
}
.pulsegear-password-checklist li {
  margin-bottom: 2px;
  color: #aaa;
  transition: color 0.2s;
}
.pg-password-row {
  position: relative;
}
.pg-password-wrap {
  display: flex;
  align-items: center;
  position: relative;
}
.pg-password-toggle {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 1.2em;
  color: #bbb;
  transition: color 0.2s;
  user-select: none;
}
.pg-password-toggle.shown {
  color: rgb(152, 56, 141);
}
