/**
 * themmf-plf — PLF Page Decoration CSS
 * PLF-ATOM-06 v1.0.0
 *
 * Sources: WPCode 1197 (page styles — Thank You & Free Guide), 1251 (hero button mobile fix)
 *
 * Selectors are page-id-specific so this file is safe to enqueue sitewide —
 * it only affects the targeted PLF landing pages visually.
 */

/* ── WPCode 1197: Thank You page (page-id-1196) ─────────────────────────── */

.page-id-1196 #masthead,
.page-id-1196 #colophon,
.page-id-1196 .ast-breadcrumbs-wrapper,
.page-id-1196 .entry-title {
    display: none !important;
}

.page-id-1196 .site-content,
.page-id-1196 .ast-container {
    max-width: 100% !important;
    padding: 0 !important;
}

/* Free Guide page — applies same full-width, no-chrome treatment */
.page-template-free-guide #masthead,
.page-template-free-guide #colophon,
.page-template-free-guide .ast-breadcrumbs-wrapper,
.page-template-free-guide .entry-title {
    display: none !important;
}

.page-template-free-guide .site-content,
.page-template-free-guide .ast-container {
    max-width: 100% !important;
    padding: 0 !important;
}

/* ── WPCode 1251: Hero Button Mobile Fix ─────────────────────────────────── */

@media (max-width: 600px) {
    .wp-block-buttons .wp-block-button,
    .wp-block-buttons .wp-block-button__link {
        width: 100% !important;
        display: block !important;
        text-align: center !important;
    }
}
