/*
Theme Name: ListingHive Child (Echt vom Hof)
Theme URI: https://echtvomhof.de/
Description: Offizielles Child-Theme für Echt vom Hof: Integriert das regionale Design-System (Variante A: Sonnige Hofwiese & Honiggold), Tailwind CSS, Plus Jakarta Sans, Playfair Display und das dynamische WordPress-Navigationsmenü.
Author: Echt vom Hof Redaktion
Author URI: https://echtvomhof.de/
Template: listinghive
Version: 1.0.0
Text Domain: listinghive-child
*/

/* 1. RESET CONTAINER LOCKS & BODY OVERFLOW */
html, body {
    height: auto !important;
    min-height: 100% !important;
    overflow: visible !important;
    overflow-x: hidden !important;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    background-color: #FAF8F3 !important;
    color: #262927 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.site-container {
    overflow: visible !important;
    height: auto !important;
    max-height: none !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.site-content,
.site-content > .container,
.site-content .row,
.site-content main,
.site-main,
.entry-content {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 auto !important;
}

/* 2. REMOVE UNWANTED THEME ELEMENTS GLOBALLY */
.site-header,
header.site-header,
.header-navbar,
.site-footer,
footer.site-footer,
.post-navbar,
#comments,
.comment-respond {
    display: none !important;
}

/* 3. SERIF HEADINGS ACCENT */
.serif-heading {
    font-family: 'Playfair Display', Georgia, serif !important;
}

/* Hide scrollbar for category bar on mobile */
.no-scrollbar::-webkit-scrollbar {
    display: none;
}
.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
