/* Hide the floating Fixed TOC widget on the visa booking pages -- it
   overlaps the full-width page content there. Enqueued only on pages
   16684 (/visa/) and 16623 (/book-urgent-visa/) -- see
   kisstour_enqueue_visa_hide_toc() in functions.php. The original
   snippet prefixed the selector with body.page-id-16684 / page-id-16623
   because it loaded everywhere; that prefix is now redundant since the
   enqueue itself is page-gated, so it is dropped -- behavior is
   identical. */
#ftwp-container{display:none !important;}
