.vstore-account-type-group {
  margin-bottom: 1.5rem;
  padding: 1rem 1.25rem;
  border: 1px solid #e4d8d3;
  border-radius: 14px;
  background: linear-gradient(180deg, #fff7f3 0%, #fff 100%);
}

.vstore-account-type-group .radio-inline,
.vstore-account-type-group .custom-radio {
  display: inline-flex;
  align-items: center;
  margin-right: 1rem;
  padding: 0.55rem 0.9rem;
  border: 1px solid #e4d8d3;
  border-radius: 999px;
  background: #fff;
}

.vstore-company-section,
.vstore-contact-section {
  margin: 1rem 0 1.25rem;
  padding: 1rem 1.25rem;
  border: 1px solid #ece7e4;
  border-radius: 16px;
  background: #fff;
}

.vstore-company-section h4,
.vstore-contact-section h4 {
  margin: 0 0 0.4rem;
  font-size: 1rem;
  font-weight: 700;
}

.vstore-company-help {
  margin: 0 0 1rem;
  color: #6d625c;
  font-size: 0.92rem;
}

.vstore-group-required label::after {
  content: " *";
  color: #be4c39;
  font-weight: 700;
}

.vstore-group-required .form-control-comment,
.vstore-group-required .help-block,
.vstore-group-required .text-muted {
  color: #7a5f57;
}

form.vstore-is-company .vstore-contact-section {
  border-color: #d8e5df;
  background: linear-gradient(180deg, #f8fcfa 0%, #fff 100%);
}
