/*
Theme Name: Ncmaz FSE Child
Theme URI: https://ncmaz-fse.booliitheme.com
Author: BoolliTheme
Author URI: https://booliitheme.com
Description: Ncmaz FSE is a WordPress theme for Full Site Editing. It is designed to be a simple and lightweight theme that can be used as a base for building custom themes. It includes support for wide and full-width blocks, block styles, and block patterns. Ncmaz FSE is fully responsive and accessible, and it is designed to work with the latest version of WordPress.
Requires at least: 6.9
Tested up to: 6.9
Requires PHP: 7.4
Requires Plugins: advanced-custom-fields, boolii-blocks, ncmfse-core
Version: 2.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: generatepress
Template: generatepress
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/
.container {
    max-width: 1200px;
    margin: auto;
    padding: 0 16px;
}

/* HERO */
.hero {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
}

.hero-main img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.hero-side {
    display: grid;
    gap: 12px;
}

/* GRID */
.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

/* CARD */
.post-card img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.post-card h3 {
    font-size: 16px;
    margin-top: 6px;
}

/* SECTION */
section {
    margin-bottom: 40px;
}