/* WEVAL Product Pages — Global contrast fix
   Applied to all /products/*.html via workspace loader
   Fixes: btns blue/purple band, tag contrast, input visibility */
.btns { background: transparent !important; background-image: none !important; }
.btn-p, .btn-o { width: auto !important; flex: 0 0 auto !important; display: inline-flex !important; }
.chip .label, .tag .label, .pill .label { color: #fff !important; -webkit-text-fill-color: #fff !important; }
.ev-ch, .ev-ch * { color: #f1f5f9 !important; -webkit-text-fill-color: #f1f5f9 !important; }
input, select, textarea { color: var(--wh, #ecf0f5) !important; background: var(--bg, #060a11) !important; }
