/* NO-FLICKER FIX: Hide prices until sync occurs */ .srt-price-display { transition: opacity 0.2s ease-in; opacity: 1; } .srt-loading .srt-price-display, .srt-loading .srt-currency-btn { opacity: 0; pointer-events: none; } /* Highlight for active currency */ .currency-btn.active { background-color: white !important; color: #2563eb !important; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important; } .currency-btn:not(.active) { color: #9ca3af !important; background-color: transparent !important; }