/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.wc-attr-label { font-weight:600; }
.wc-attr,
.wc-attr + .wc-attr { display:inline; } /* so they don’t break your grid */

/* Scope to your Overview section */
.overview-table .elementor-shortcode,
.overview-table .wc-attr,
.overview-table .wc-weight {
  display: block;
  text-align: center;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.35;
}

/* If you're using real <table> markup, also center the cells */
.overview-table table td {
  text-align: center;
  vertical-align: middle;
}

/* If your theme is overriding with stronger rules, force it */
.overview-table .elementor-shortcode,
.overview-table .wc-attr,
.overview-table .wc-weight,
.overview-table table td {
  font-size: 19px !important;
  font-weight: 700 !important;
  text-align: center !important;
}
/* Single source of truth for cell styling */
.overview-cell {
  display: block;
  text-align: center;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.35;
}

/* If Elementor wraps the output, cover those wrappers too */
.overview-cell,
.overview-cell .elementor-shortcode,
.elementor-widget-shortcode.overview-cell .elementor-shortcode {
  text-align: center !important;
  font-size: 19px !important;
  font-weight: 700 !important;
}

/* If you used a parent container class as well, this helps with tables */
.overview-table .elementor-widget-shortcode .elementor-shortcode,
.overview-table td {
  text-align: center !important;
  vertical-align: middle;
}


/* Product Grid Description Fix Display of Text JMM */
.woocommerce-loop-product__title,
.woocommerce ul.products li.product h2 {
  font-family: 'Roboto Mono', monospace !important; /* OR use 'Arial' for fallback */
  letter-spacing: 0.4px;
  word-spacing: 2px;
  font-size: 1rem;
  font-weight: 500;
}



