/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

.site-content{
    max-width:1200px;
    margin:40px auto;
    display:flex;
    gap:40px;
    padding:0 20px;
}

.content-area{
    flex:1;
    min-width:0;
}

.site-sidebar{
    width:320px;
}

.widget{
    margin-bottom:30px;
}

.widget-title{
    margin-bottom:15px;
}

@media(max-width:768px){

.site-content{
    flex-direction:column;
}

.site-sidebar{
    width:100%;
}

}