/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 22 2024 | 17:24:18 */
.custom_underline p[data-css="tve-u-63fe096bf0d021"] span{
	text-decoration: initial !important;
	position: relative;
}
.custom_underline p[data-css="tve-u-63fe096bf0d021"] span::before {
	content: "";
    background: red;
    width: 100%;
    height: 5px;
    display: flex;
    position: absolute;
    left: 0;
    bottom: -5px;
}