.review-yellow-underline-marker {
    background-image: linear-gradient(
        transparent 62%,
        #fff176 62%,
        #fff176 92%,
        transparent 92%
    );
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 0 0.04em;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}
