.sppdl-post-date-labels {
    & time::before {
        content: var(--post-date-labels-prefix) " " !important;
    }

    & time::after {
        content: " " var(--post-date-labels-suffix) !important;
    }
}