/* PM24 V235 — presenters stay visual only so their transparent PNG boxes
   cannot block the search form, tabs or category shortcuts underneath. */
body.public-index .pm24-v131-page .pm24-v131-presenter{
  pointer-events:none!important;
  -webkit-user-drag:none;
  user-select:none;
}
body.public-index .pm24-v163-search-slot,
body.public-index .pm24-v163-search-slot .pm24-v131-search,
body.public-index .pm24-v163-search-slot .pm24-v131-search-submit,
body.public-index .pm24-v131-types,
body.public-index .pm24-v131-types a{
  pointer-events:auto!important;
}
