.read-more-plugin-content span {
    display: inline-block;

    color: rgb(28, 33, 135);
    text-decoration-line: underline;
    text-decoration-style: solid;

    transition: transform 0.3s ease, color 0.3s ease;
}

.read-more-plugin-content span:hover {
    cursor: pointer;
    color: rgb(44, 50, 175);
    transform: translate(0px, -2px);
}