cd C:\Users\Python\Desktop\Web\qdx-onepage-src\qdx-onepage

$css = ".\public\landing\assets\styles.css"

$block = @'
/* QDX_MSX_FOCUS_IMAGE_VISIBILITY_FIX: begin */
.qdx-msx-visual-card{padding:14px}
.qdx-msx-visual-frame{
  width:100%;
  min-height:360px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:16px;
  overflow:hidden;
  background:rgba(0,0,0,.18);
  border:1px solid rgba(255,255,255,.08);
}
.qdx-msx-visual-frame img{
  width:100%;
  height:100%;
  max-height:520px;
  object-fit:contain;
  display:block;
  filter: drop-shadow(0 18px 48px rgba(0,0,0,.42));
}
/* QDX_MSX_FOCUS_IMAGE_VISIBILITY_FIX: end */
'@

Add-Content -LiteralPath $css -Value "`r`n$block`r`n" -Encoding UTF8
Write-Host "[ OK ] Patched: $css" -ForegroundColor Green
