/*!
Theme Name: Hostinger AI theme
Author: Hostinger
Author URI: https://hostinger.com
Details URI: https://hostinger.com
Description: Hostinger AI theme built with SEO and mobile responsiveness in mind, this theme ensures optimal performance and a better online presence.
Version: 1.0.53
Tested up to: 6.5
Requires at least: 5.6
Requires PHP: 8.0
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: hostinger-ai-theme
Tags: ai-theme
*/

/* Desktop/tablet fix for Google Reviews slider (prod widget id: 7512) */
@media (min-width: 700px) {
  .home .wp-gr.wpac[data-id="7512"] .grw-row {
    display: grid !important;
    grid-template-columns: minmax(240px, 300px) minmax(0, 1fr) !important;
    gap: 20px !important;
    align-items: start !important;
  }

  .home .wp-gr.wpac[data-id="7512"] .grw-header,
  .home .wp-gr.wpac[data-id="7512"] .grw-content {
    width: auto !important;
    min-width: 0 !important;
    flex: none !important;
  }

  .home .wp-gr.wpac[data-id="7512"] .grw-content-inner {
    gap: 12px !important;
  }

  .home .wp-gr.wpac[data-id="7512"] .grw-review,
  .home .wp-gr.wpac[data-id="7512"] .rpi-slide {
    width: 320px !important;
    flex: 0 0 320px !important;
  }

  .home .wp-gr.wpac[data-id="7512"] .grw-review .wp-google-feedback {
    height: 170px !important;
  }
}

