/*
Theme Name: Technical Manual Finder
Theme URI: https://technicalmanualfinder.com/
Author: Technical Manual Finder
Description: Lightweight dark theme designed for the Technical Manual Finder plugin.
Version: 4.0.0
Text Domain: technical-manual-finder-theme
*/

:root{--tmf-bg:#07100b;--tmf-green:#39ff6a;--tmf-border:#193020;--tmf-muted:#aebdb2}
*{box-sizing:border-box}
html,body{margin:0;padding:0;background:var(--tmf-bg);color:#eef7f0}
body{font-family:Arial,Helvetica,sans-serif;line-height:1.5}
a{color:inherit}
.site-main{min-height:100vh}
.site-footer{display:none}
/* No theme header: the plugin supplies the complete finder header/logo/admin area. */
.site-main>.tmf-finder{max-width:none!important;margin:0!important}



/* =========================================================
   V4 UI cleanup
   The plugin still controls the finder interface. V4 removes
   only the redundant site title and HOME link shown in the
   supplied reference screenshot, while keeping ADMIN.
   ========================================================= */

/* Common class/id names, if supplied by the finder plugin. */
.tmf-site-title,
.tmf-logo,
.tmf-brand,
.tmf-home,
.tmf-home-link,
.tmf-nav-home,
a.tmf-home,
a[href$="/home/"] {
    display: none !important;
}

/* Keep the finder itself full-width and avoid adding a second
   theme header around the plugin UI. */
.site-main > .tmf-finder {
    max-width: none !important;
    margin: 0 !important;
    padding-top: 0 !important;
}
