﻿/* Text transformation */
.sp-text-uppercase {
    text-transform: uppercase !important;
}

.sp-text-lowercase {
    text-transform: lowercase !important;
}

.sp-text-capitalize {
    text-transform: capitalize !important;
}
