/* Fix line clamp cutting off text */
.elementor-widget-text-editor .elementor-text-editor,
.elementor-heading-title,
.elementor-post__excerpt p,
.elementor-post__title a {
    -webkit-line-clamp: unset !important;
    line-clamp: unset !important;
    display: block !important;
}