.inventory-group {
  margin-bottom: 25px;
  padding: 15px;
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  background-color: #fafafa;
}

.inventory-group h4 {
  margin-bottom: 15px;
  font-weight: 600;
  color: #333;
  padding-bottom: 8px;
  border-bottom: 1px solid #eee;
  font-size: 16px;
}

.b2c-group {
  border-color: #d1e7dd;
  background-color: #f8fbf9;
  margin-top: 30px;
}

.b2b-group {
  border-color: #d1e4f5;
  background-color: #f8fafd;
}

.other-group {
  border-color: #e3e3e3;
}

.inventory-group input.dokan-form-control {
  margin-bottom: 10px;
}

.inventory-group p {
  margin-bottom: 12px;
}

.inventory-group label.form-label {
  display: block;
  margin-bottom: 5px;
}
