/*
	Theme Name: Rehub child theme
	Theme URI: https://wpsoul.com
	Description: A Hybrid magazine/shop/review/news Wordpress Theme
	Author: Sizam
	Author URI: https://wpsoul.com
	Version: 9.4
	Template: rehub-theme
*/

/* =Theme customization starts here
-------------------------------------------------------------- */

/* =mouqarin-comparison-width : widen comparison table columns on desktop
-------------------------------------------------------------- */
@media (min-width: 1200px) {
  .comparison-wrapper .comparison-table { width: 100% !important; }
  .comparison-wrapper .comparison-item { min-width: 150px !important; width: auto !important; }
}
@media (min-width: 1600px) {
  .comparison-wrapper .comparison-item { min-width: 130px !important; }
}

/* --------------------------------------------------------------
   Normalize comparison-table logo sizes (uniform display height)
   -------------------------------------------------------------- */
.comparison-wrapper .comparison-item .product-image .image img {
  height: 36px !important;
  width: auto !important;
  max-width: 100% !important;
  object-fit: contain !important;
  margin: 0 auto !important;
}
