﻿/* Text decoration */
.sp-text-underline {
    text-decoration: underline !important;
}

.sp-text-line-through {
    text-decoration: line-through !important;
}

.sp-text-none {
    text-decoration: none !important;
}
