.elementor-heading-title:not(.cs-ready),
.elementor-text-editor:not(.cs-ready),
.elementor-button-text:not(.cs-ready)
{
    visibility: hidden;
}

.cs-highlight
{
    color: #d18f9b;
    font-weight: bold;
    display: inline-block;
}

.cs-border
{
    position: relative;
    display: inline-block;
}
.cs-border::after
{
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 70%;
    height: 2px;
    background-color: #d18f9b;
}