.qmos-root { max-width:800px; border:1px solid #ddd; padding:15px; background:#fff; }
#qmos-product-results .qmos-product{ padding:6px 0; border-bottom:1px dashed #eee }
.qmos-form-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 10px;
  margin-bottom: 10px;
}
.qmos-form-grid input,
.qmos-form-grid select {
  padding: 8px;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
}