/*
Theme Name: MZ Base
Theme URI: https://mazrica.com/
Description: Lean parent theme for the Mazrica multisite. Renders the non-PLB surfaces (homepage, 404, native pages/posts) using the shared header/footer authored once in the Product Landing Builder plugin (via add_theme_support('plb-framework')). Built to be extended by thin per-site child themes.
Author: Mazrica Inc.
Version: 1.0.2
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: mz-base
*/

/* Most visual styling comes from PLB's mazrica-core.css (loaded via the
   plb-framework theme support). Keep this file minimal — only the small bits
   the shared framework doesn't cover for plain theme pages. */

.mz-main {
    min-height: 40vh;
}

.mz-container {
    max-width: 1080px;
    margin: 0 auto;
    padding: 40px 20px;
}

.mz-404 {
    text-align: center;
}
