/*
Theme Name: Apgrade custom
Theme URI: https://elementor.com/
Description: Child Theme di Hello Elementor per Apgrade
Author: gSoft IT Solutions
Template: hello-elementor
Version: 1.0
Text Domain: hello-elementor-child
*/

/* qui puoi aggiungere CSS custom */

.blog-archive{
max-width:1200px;
margin:auto;
padding:60px 20px;
}

.posts-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:40px;
}

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

.post-title{
font-size:22px;
margin:10px 0;
}

.single-post{
max-width:900px;
margin:auto;
padding:80px 20px;
}

.post-featured img{
width:100%;
margin:40px 0;
}

.post-navigation{
display:flex;
justify-content:space-between;
margin-top:60px;
}