/*
 Theme Name:     Hello Elementor Child
 Template:       hello-elementor
 Version:        1.2.0
*/

/* Test background color */

/* Fix Site-Wide Header Overlap */
.site-main,
.page-header,
.elementor-location-main {
    padding-top: 120px !important;
}

/* Adjust for mobile if needed */
@media (max-width: 768px) {

    .site-main,
    .page-header,
    .elementor-location-main {
        padding-top: 100px !important;
    }
}

/* Restore Bullet Points and Numbered Lists in Articles */
.elementor-widget-theme-post-content ul:not(.ez-toc-list) li {
    list-style-type: disc !important;
    margin-bottom: 8px;
}

.elementor-widget-theme-post-content ol:not(.ez-toc-list) li {
    list-style-type: decimal !important;
    margin-bottom: 8px;
}

/* Ensure proper indentation for lists in articles */
.elementor-widget-theme-post-content ul:not(.ez-toc-list),
.elementor-widget-theme-post-content ol:not(.ez-toc-list) {
    padding-left: 25px !important;
    margin-bottom: 15px;
}

}