/*
Theme Name: Blocksy Child
Theme URI: https://creativethemes.com/blocksy/
Template: blocksy
Author: CreativeThemes
Author URI: https://creativethemes.com
Description: Blocksy is a fast, modern WordPress theme with advanced WooCommerce support and full compatibility with the block editor.
Tags: accessibility-ready,blog,block-patterns,e-commerce,wide-blocks,block-styles,grid-layout,one-column,two-columns,three-columns,four-columns,right-sidebar,left-sidebar,translation-ready,custom-colors,custom-logo,custom-menu,featured-images,footer-widgets,full-width-template,theme-options,threaded-comments
Version: 2.1.45.1781541023
Updated: 2026-06-15 18:30:23

*/

.home-layout{
    width:1200px;
    max-width:95%;
    margin:auto;
}

.hero-post img{
    width:100%;
    height:auto;
}

.hero-post h1{
    font-size:42px;
    margin-top:20px;
}

.news-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
    margin-top:50px;
}

.news-card img{
    width:100%;
    height:auto;
}

.news-card h2{
    font-size:22px;
    margin-top:10px;
}

@media(max-width:768px){

    .news-grid{
        grid-template-columns:1fr;
    }

    .hero-post h1{
        font-size:32px;
    }

}