/* ==============================================================
   page-alphascan.css (r25y24dj)
   Per-page stylesheet: loaded ONLY on AlphaScan product detail
   pages (CN page_id=16, EN page_id=1362).

   Load order: enqueued at wp_head priority 96, AFTER theme-extra.css
   (priority 95). This keeps normal cascade rules — rules here override
   theme-extra only when selectors tie on specificity.

   Scope boundary: anything in this file MUST be safe to apply ONLY on
   AlphaScan. If a rule should also apply to AlphaVista / AlphaAutoScan /
   V-Track / Alpha-Projector, put it in theme-extra.css instead (widget-
   scoped selectors like #c_static_1112-1755758652960 cover all 5
   products because that widget is shared).

   ==============================================================
   r25y24dj-m33 (2026-04-22): Migrated from theme-extra.css Section 33
   Rationale: #c_static_001-1758775637103 (Tech Specs widget) exists
   ONLY on AlphaScan. Rule was widget-scoped in theme-extra.css — moving
   it here is a zero-functional-effect refactor that simplifies future
   AlphaScan-only edits.
   ============================================================== */

/* ===== Tech Specs: un-hide scroll-reveal scaffold (was theme-extra Section 33, r25y24cs) ===== */
/* Vendor products_details.min.css hides heading + table via
   visibility:hidden; opacity:0; as the starting state of a scroll-
   reveal animation. The reveal trigger never fires, so the section
   appears permanently empty. Force visible. */
#c_static_001-1758775637103 .e_container-2,
#c_static_001-1758775637103 .e_richText-1 {
    visibility: visible !important;
    opacity: 1 !important;
}
