/* SEO ROI Calculator — module-specific styles.
   Everything else comes from the shared fsgt primitives. */

.fsgt-roi .fsgt-roi-stats { grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); }

/* Give the chart bars a hover affordance for their tooltips. */
.fsgt-roi .fsgt-bars i { transition: opacity 120ms cubic-bezier(0.4, 0, 0.2, 1); cursor: default; }
.fsgt-roi .fsgt-bars i:hover { opacity: 1; }

@media (max-width: 640px) {
  .fsgt-roi .fsgt-bars { height: 110px; gap: 3px; }
}
