/*
Theme Name: Mediacaring Child
Theme URI: https://mediacaring.com
Description: HelloCommerce child theme door Mediacaring
Author: Mediacaring
Author URI: https://mediacaring.com
Template: hello-commerce
Version: 1.0.0
Text Domain: mediacaring-child
*/

html, body{
    overflow-x: hidden;
}


.p-mc{
    padding-top: 32px;
    padding-bottom: 32px;
}

@media screen and (min-width: 767px) {
    .p-mc{
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
@media screen and (min-width: 1024px) {
    .p-mc{
        padding-top: 56px;
        padding-bottom: 56px;
    }
}


.m-mc{
    margin-top: 32px;
    margin-bottom: 32px;
}

@media screen and (min-width: 767px) {
    .m-mc{
        margin-top: 40px;
        margin-bottom: 40px;
    }
}
@media screen and (min-width: 1024px) {
    .m-mc{
        margin-top: 56px;
        margin-bottom: 56px;
    }
}

/**
 *  Styling for text-editor widget. Heading spacing & OL/UL spacing fixes.
 **/
.elementor-widget-text-editor ul, .elementor-widget-text-editor ol, .elementor-widget-theme-post-content ul, .elementor-widget-theme-post-content ol {
    margin-bottom: 2rem;
}
.elementor-widget-text-editor h1, .elementor-widget-text-editor h2, .elementor-widget-text-editor h3, .elementor-widget-text-editor h4, .elementor-widget-text-editor h5, .elementor-widget-text-editor h6{
    margin-top: 1rem;
}
.elementor-widget-text-editor .elementor-widget-container :is(h1, h2, h3, h4, h5, h6, p, img):first-of-type {
    margin-top: 0 !important;
}

.elementor-widget-text-editor ul, .elementor-widget-text-editor ol, .elementor-widget-theme-post-content ul, .elementor-widget-theme-post-content ol{
    padding-left: 20px;
    margin-bottom: 2rem;
}

ul li::marker{
    color: var( --e-global-color-primary );
}
ol li::marker{
    color: var( --e-global-color-primary );
    font-weight: 700;
}

.elementor-widget-text-editor p:last-of-type:is(:last-child){
    margin-bottom: 0!important;
}