/*
Theme Name: Ushare Hello Elementor Child
Template: hello-elementor
Author: Alessandro Bonacina
Author URI: https://alessandrobonacina.com
Version: 3.0.1.1712951470
Updated: 2024-04-12 19:51:10

*/

.elementor-widget-container > ol:first-of-type {
    padding: 0;
}

ol li::before {
    font-weight: 600;
}

.elementor-widget-container > ol:first-of-type > li:not(:last-child) {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid var(--e-global-color-primary);
}

.elementor-widget-container > ol:first-of-type > li > ol > li {
    padding-block: 0.2rem;
}

@media (max-width: 767px) {
	.elementor-widget-container ol {
		padding: 0;
	}
}