/*
Theme Name: Hello Elementor Child
Description: Child theme for Hello Elementor
Author: Your Name
Template: hello-elementor
Version: 1.0.0
*/


/* Sidebar Styles */
.hello-page-wrapper,
.hello-single-wrapper,
.hello-archive-wrapper {
    padding: 20px 0;
}

.hello-sidebar {
    margin-top: 20px;
}

.hello-sidebar .widget {
    margin-bottom: 30px;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 4px;
}

.hello-sidebar .widget-title {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
}

@media (max-width: 768px) {
    .hello-page-wrapper .col-lg-8,
    .hello-single-wrapper .col-lg-8,
    .hello-archive-wrapper .col-lg-8 {
        margin-bottom: 30px;
    }
}
