/*
Theme Name: GSASiteLists React
Theme URI: https://gsasitelists.com/
Author: GSASiteLists
Author URI: https://gsasitelists.com/
Description: WordPress wrapper for the original GSASiteLists React/Vite template. The original interface and content are preserved in the compiled frontend bundle.
Version: 1.1.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: gsasitelists-react
*/

/* Required WordPress theme stylesheet. The original styling is loaded from assets. */
html, body, #root { min-height: 100%; }
body { margin: 0; }

/* GSASiteLists transparent brand logo */
#nav-logo-btn img {
    display: block;
    width: 230px !important;
    max-width: 230px !important;
    height: auto !important;
    max-height: 43px !important;
    object-fit: contain !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

#footer-logo-btn img {
    display: block;
    width: 215px !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 42px !important;
    object-fit: contain !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    filter: none !important;
}

@media (max-width: 767px) {
    #nav-logo-btn img {
        width: 165px !important;
        max-width: 165px !important;
        max-height: 31px !important;
    }

    #footer-logo-btn img {
        width: 190px !important;
        max-height: 36px !important;
    }
}
