/*
Theme Name: Hello Elementor Child
Theme URI: https://example.com
Description: Child theme for Hello Elementor
Author: Your Name
Template: hello-elementor
Version: 1.0
Text Domain: hello-elementor-child
*/

/* Your custom CSS goes below */

.single-post .elementor-icon-list-icon svg{
    width: 14px !important;
}
.single-post ul.elementor-inline-items {
    display: flex;
    gap: 30px;
    padding: 0;
}
.single-post ul.elementor-inline-items li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}