/* Keep the manual page visible when its embedded PDF preview is targeted. */
body:has(.rf-gun-manual-viewer:target) .rf-gun-manual-page {
  display: block !important;
}

body:has(.rf-gun-manual-viewer:target) .rf-download-page,
body:has(.rf-gun-manual-viewer:target) .rf-assistant-page,
body:has(.rf-gun-manual-viewer:target) .rf-support-page,
body:has(.rf-gun-manual-viewer:target) .rf-gun-support-page,
body:has(.rf-gun-manual-viewer:target) .rf-controller-support-page {
  display: none !important;
}
