/* These surfaces sit on the site's light background; global heading rules
   otherwise use the inverse color intended for dark hero sections. */
body.dark-pro #pmp-preview h1,
body.dark-pro #pmp-preview h2,
body.dark-pro #pmp-simulator h2,
body.dark-pro #pmp-simulator h3 {
    color: var(--lp-text-primary, #1c1917) !important;
}
#pmp-preview input[type="radio"] { flex-shrink: 0; }
#pmp-preview .hotspot-svg { width: 100%; height: auto; }
@media (max-width: 575px) {
    #pmp-preview .matching-row { flex-direction: column; align-items: stretch !important; }
    #pmp-preview .matching-select { max-width: 100% !important; }
    #pmp-preview .matching-arrow { display: none; }
}
