/*
Theme Name: GeneratePress Child - TITAN Edition (EN)
Theme URI: https://generatepress.com
Description: Official child theme for the Click Machine. Includes TITAN (Hero + Templates + Grid) natively.
Author: ShopperMarket High-Performance
Template: generatepress
Version: 1.5.1
Text Domain: gp-child-titan
*/

/* Parent styles are enqueued in functions.php */

body{ background-color:#fcfcfc; }

/* Make the main content feel editorial */
.inside-article{
  padding:30px !important;
  border-radius:16px;
  box-shadow:0 10px 30px rgba(0,0,0,0.04);
  background:#fff;
}

/* Comfortable reading width for reviews */
.single .entry-content{
  max-width:820px;
  margin:0 auto;
  font-size:18px;
  line-height:1.75;
}

/* Hide huge title on the Home page */
.home .entry-title{ display:none !important; }
