.details-step #priceCategoryDropdown-label {
  padding-top: 15px;
  padding-bottom: 0px;
}

.details-step #priceCategoryDropdown {
  margin-bottom: 0px;
}

.details-step .pricing.invalid .vss-PickListDropdown--title:not(:focus) {
  border-color: rgba( 168, 0, 0 ,  1 );
  border-color: rgba( var(--palette-accent1-dark,168, 0, 0) ,  1 );
}

.details-step .pricing .vss-PickListDropdown--title:focus {
  outline: 1px solid white;
}
