/*
Theme Name: Growla Child
Theme URI: https://gfxpartner.com/growla-1
Author: GFXPARTNER
Author URI: https://themeforest.net/user/gfxpartner
Description: Growla is the best Creative Multipurpose WordPress Theme.
Version: 1.0.0
Template: growla
*/

/* Override Growla's inherit !important rule */
.elementor-widget-text-editor strong,
.elementor-widget-text-editor b {
    font-weight: 700 !important;
}

/* More specific to beat the wildcard selector */
.elementor-widget-text-editor * strong,
.elementor-widget-text-editor * b {
    font-weight: 700 !important;
}

/* Additional coverage */
.elementor-element .elementor-widget-text-editor strong,
.elementor-element .elementor-widget-text-editor b {
    font-weight: 700 !important;
}

/* Fix italic and underline while we're at it */
.elementor-widget-text-editor em,
.elementor-widget-text-editor i,
.elementor-widget-text-editor * em,
.elementor-widget-text-editor * i {
    font-style: italic !important;
}

.elementor-widget-text-editor u,
.elementor-widget-text-editor * u {
    text-decoration: underline !important;
    text-decoration-color: var(--color-primary) !important;
}

.elementor-widget-text-editor span {
    text-decoration-thickness: .1rem !important;
    text-underline-offset: .2rem;
    text-decoration-color: var(--color-primary) !important;
}