/*
Theme Name:  Gauge Child
Theme URI:   https://gmgames.org
Description: GMGames child theme for Gauge. All customisations live here; parent theme stays stock and updatable.
Author:      GMGames
Author URI:  https://gmgames.org
Template:    gauge
Version:     1.0.0
*/

/*
 * Custom CSS is loaded via wp_add_inline_style() in inc/performance.php
 * so that it outputs after the parent theme stylesheet and carries correct priority.
 * Do not add custom rules here — they will NOT override parent styles reliably.
 */

/* =====================================================
   Rating slider — replace default orange PNG gradient
   with site teal→blue gradient (matches score circle)
   ===================================================== */
.gp-rating-criteria-wrapper .gp-rating-rated {
  background-image: none !important;
  background: linear-gradient(to right, rgba(0,229,198,0.7) 0%, rgba(0,94,164,0.7) 100%) !important;
}

.gp-rating-criteria-wrapper .gp-rating-hover {
  background-image: none !important;
  background: linear-gradient(to right, rgba(0,229,198,0.55) 0%, rgba(72,169,228,0.55) 100%) !important;
  border-right: 3px solid rgba(255,255,255,.5);
}

/* Site-rating slider (review summary) — same gradient treatment */
.gp-rating-gauge .gp-site-rating-selection,
.gp-rating-plain .gp-site-rating-selection {
  background-image: none !important;
  background: linear-gradient(to right, rgba(0,229,198,0.7) 0%, rgba(0,94,164,0.7) 100%) !important;
}
