/**
 * Modeser Products Grid Widget — the grid container only; every card/title/
 * button/variations-icon/modal style lives in the shared product-card.css
 * (see get_style_depends()/wp_register_style() dependency in
 * Integration/Elementor.php).
 */

.mdsproduct-products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.mdsproduct-products-grid-empty {
  opacity: 0.7;
}
