

/*******************/
/* RECURENT ELEMENTS */
/*******************/

span.post-read-more{
    display: flex;
    justify-content: flex-end;
}
span.post-read-more span{
    position: relative;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    text-decoration-line: underline;
    background: var(--primary-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
span.post-read-more span::after{
    content: '';
    position: absolute;
    bottom: 0px;
    display: block;
    height: 2px;
    width: 0%;
    background: var(--primary-gradient);
}
