
/* Keep the original English SVG in the DOM, but hide both its visible
   lettering and its letter-shaped background cutout. PTP GROUP is separate. */
[data-knockout-overlay],
[data-knockout-title-shape] > path{
  display:none !important;
  opacity:0 !important;
}
[data-ptp-knockout-overlay]{
  opacity:1 !important;
  pointer-events:none;
  font-weight:800 !important;
  text-rendering:geometricPrecision;
  paint-order:stroke fill;
  stroke:rgba(255,255,255,.18);
  stroke-width:.35px;
}
