/* 1. Logo */
body { --default-logo-height: 26px !important; }
.top-nav-bar img, .top-nav-bar svg, .logo img, .logo svg, a.logo-link img { max-height: 26px !important; height: 26px !important; width: auto !important; object-fit: contain !important; }

/* 2. Welcome Text */
main h1, .welcome-title, [class*="welcome"] h1 { font-size: 0 !important; line-height: 0 !important; color: transparent !important; }
main h1::before, .welcome-title::before, [class*="welcome"] h1::before {
    content: "Welcome to FootyBox!" !important;
    font-size: 2.25rem !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    display: block !important;
    color: var(--body-text-color, #111) !important;
}

/* 3. Footer & Clickable Toggle Fix */
.footer-powered-by, .powered-by, a[href*="mediacms.io"] { display: none !important; }
.page-sidebar::after {
    content: "© 2026 FootyBox. All rights reserved." !important;
    display: block !important;
    padding: 16px !important;
    font-size: 0.75rem !important;
    opacity: 0.8 !important;
    border-top: 1px solid rgba(128, 128, 128, 0.2) !important;
    color: var(--body-text-color, #111) !important;
    pointer-events: none !important; 
}
