/*
Theme Name: Accurate IT Solution
Theme URI: https://accurateitsolution.com/
Author: Accurate IT Solution
Author URI: https://accurateitsolution.com/
Description: A custom, premium dark-themed WordPress theme for Accurate IT Solution — professional IT services company offering laptop repair, printer repair, CCTV installation, networking, and data recovery services.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: accurate-it
Tags: dark, technology, it-services, responsive, custom, business
*/

/* =========================================
   All styles are in assets/css/main.css
   This file serves as the WordPress theme
   declaration entry point.
   ========================================= */

/* Critical Logo Sizing Rules */
.site-branding, .site-branding a, .custom-logo-link {
    display: inline-flex !important;
    align-items: center !important;
    max-height: 50px !important;
}

.site-branding img, .site-branding .custom-logo, .site-logo-img, img.custom-logo {
    height: 50px !important;
    max-height: 50px !important;
    width: auto !important;
    max-width: 220px !important;
    object-fit: contain !important;
    display: block !important;
}

.footer-brand, .footer-brand a {
    display: inline-block !important;
    max-height: 60px !important;
}

.footer-brand img, .footer-brand .custom-logo {
    height: 60px !important;
    max-height: 60px !important;
    width: auto !important;
    max-width: 240px !important;
    object-fit: contain !important;
    display: block !important;
}
