/*
 Theme Name:   Lemon Head Design
 Theme URI:    https://lemonheaddesign.com
 Description:  GeneratePress child theme for Lemon Head Design. Pages are built as raw HTML templates — no page builder required.
 Author:       Lemon Head Design
 Author URI:   https://lemonheaddesign.com
 Template:     generatepress
 Version:      1.0.0
 Text Domain:  lhd-child
*/

/*
 * All page-specific styles live in page-templates/*.php inline style blocks.
 * Global overrides to GeneratePress go here or in assets/css/global.css.
 */

/* ── Reset GeneratePress defaults that conflict with our pages ── */
.lhd-page .site-main,
.lhd-page #primary {
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
}

.lhd-page .inside-article {
    padding: 0 !important;
}

/* Remove GP's default entry title on custom pages */
.lhd-page .entry-title {
    display: none;
}
