.dokan-vendor-register {
  background: #f7f4ef;
  border-radius: 32px;
  padding: 40px;
  box-shadow: 0 25px 80px rgba(15, 14, 38, 0.08);
}

.dokan-vendor-register .atlbr-vendor-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 32px;
  align-items: start;
  margin-bottom: 0;
}

.dokan-vendor-register .form-row {
  margin: 0;
  position: relative;
}

.atlbr-vendor-field {
  width: 100%;
  position: relative;
}

.dokan-vendor-register .form-row label {
  margin-bottom: 6px;
  font-weight: 600;
  color: #312a3f;
}

.atlbr-vendor-input {
  width: 100%;
  border-radius: 20px;
  border: 1px solid #dcd1e7;
  padding: 16px 18px;
  background: #fff;
  font-size: 1rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.atlbr-email-helper {
  position: absolute;
  bottom: 6px;
  left: 0;
  font-size: 0.85rem;
  color: #6f6b83;
  line-height: 1.35;
}

.atlbr-vendor-input::placeholder {
  color: #6f6b83;
}

.atlbr-vendor-input:focus {
  border-color: #6f5ee8;
  box-shadow: 0 0 0 4px rgba(111, 94, 232, 0.2);
  outline: none;
}

.atlbr-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 30px;
  border-radius: 14px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.atlbr-button--primary {
  background: #6f5ee8;
  color: #fff;
  box-shadow: 0 10px 30px rgba(111, 94, 232, 0.35);
}

.atlbr-button--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(111, 94, 232, 0.45);
}

.atlbr-vendor-field--helper {
  grid-column: 1 / -1;
}

.atlbr-vendor-field--note {
  grid-column: 2 / 3;
  text-align: right;
  margin-top: -20px;
  font-size: larger;
}

.dokan-vendor-register small {
  color: #6f6b83;
  display: block;
  margin-top: 4px;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.atlbr-vendor-form-note {
  margin: 12px 0 0 4px;
  font-size: 0.85rem;
  color: #6f6b83;
}

@media (max-width: 900px) {
  .dokan-vendor-register .atlbr-vendor-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .atlbr-vendor-field {
    grid-column: 1 / -1;
  }

  .atlbr-email-helper {
    position: static;
  }

  .atlbr-vendor-password-row {
    justify-content: flex-start;
  }

  .atlbr-vendor-field--note {
    grid-column: 1 / -1;
    text-align: left;
  }
}
.atlbr-vendor-password-row {
  margin-top: 28px;
  display: flex;
  justify-content: flex-end;
}

.atlbr-vendor-password-row .atlbr-vendor-input {
  width: 100%;
  max-width: 420px;
}

.atlbr-vendor-submit {
  display: flex;
  justify-content: flex-end;
  margin-top: 32px;
}
