.product-customizations {
  margin: 16px 0;
  font-size: 15px;
  color: #333;
}

.product-customizations .product-customization__item {
  border: 1px solid #eee;
  border-radius: 6px;
  background: #fff;
  margin-bottom: 12px;
}

.product-customizations .card-header {
  font-weight: 600;
  font-size: 14px;
  padding: 8px 12px;
  border-bottom: 1px solid #eee;
  background: #fafafa;
}

.product-customizations .card-body {
  padding: 12px;
}

.product-customizations .form-control {
  width: 100%;
  font-size: 14px;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.product-customizations .card-footer {
  padding: 8px 12px;
  border-top: 1px solid #eee;
  font-size: 12px;
  color: #777;
}
