/* Styling for published-date to match toc-entry-date */
.published-date {
    font-family: "Charter", Georgia, serif;
    font-size: 11px;
    color: #777;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 5px 0 20px 0;
    padding: 0;
    display: block;
    text-align: left;
}

/* Font choice variants will be handled by the toc_entry_font_choice_N.css files */