/* Parent-theme fixes (Gemini child theme) */

/* Request a Quote page: icons had no size and rendered hundreds of px wide. */
.quote-help svg { width: 22px; height: 22px; }
.next-grid svg { width: 40px; height: 40px; }

/* Products page: arrow icons inside buttons/links were oversized. */
.hero-actions .button svg,
.product-copy a svg { width: 20px; height: 20px; }
