.wp-block-wpps-result-read-more {
    display: block;
    width: fit-content;
    &:not([style*="text-decoration"]) {
        text-decoration: none;

        &:focus,
        &:active {
            text-decoration: none;
        }
    }
}
