/* ============================================================
   GLOBAL SEO FONT & READABILITY IMPROVER
   Moved from inline styles in inc/style.php for clean SEO
   ============================================================ */

body {
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img { 
    max-width: 100%; 
    height: auto; 
    display: block; 
}

/* Desktop: Move intro section UP by 4px towards hero/search */
@media (min-width: 768px) {
    body.home .anavit .container,
    body.home .col-md-12.anavit .container {
        transform: translateY(-4px) !important;
        padding-top: 67px !important;
    }
}

/* ============================================
   LISTING PAGES FOOTER FIX - Match guide pages
   Fix company grid from 4 lines to 3 lines
   ============================================ */
html.listing-page .site-footer-bottom1 .footer-col.footer-left ul li {
    line-height: 1.5 !important;
    margin-bottom: 6px !important;
}

/* Ensure address blocks display properly - match guide pages */
html.listing-page .site-footer-bottom1 .footer-col.footer-left ul li[style*="margin-top"] {
    margin-top: 8px !important;
    line-height: 1.4 !important;
    margin-bottom: 8px !important;
}

/* Apply same footer styling as guide pages */
html.listing-page .site-footer-bottom1 .container-fluid {
    background: #ffffff !important;
    padding: 20px 0 !important;
    margin: 0 !important;
    border-top: 1px solid rgba(255,255,255,.3) !important;
}

html.listing-page .site-footer-bottom1 .container-fluid .col-12 {
    background: #ffffff !important;
}

html.listing-page .site-footer-bottom1 {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

html.listing-page .site-footer-bottom1 .footer-grid,
html.listing-page .site-footer-bottom1 .footer-shell {
    padding-bottom: 35px !important;
}

html.listing-page .site-footer-bottom1 .container-fluid {
    margin-bottom: 0 !important;
    padding-bottom: 20px !important;
}
