/* CSS content here */
.columnists-container h2 {
    text-align: center;
}

.awcol_list_item {
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 20px;
    /* Space between list items */
}

.awcol_author_name {
    font-size: 12pt;
    font-weight: bold;
    display: block;
    /* Ensure the author name appears on its own line */
    line-height: 0.8em;
}

.awcol_latest_article {
    font-size: 10pt;
    display: block;
    /* Ensure the article title appears on its own line */
    color: #336699;
    line-height: 0.8em;
}

.awcol_latest_date {
    font-size: 10pt;
    /* Smaller font size for the date */
    color: #336699;
}

.columnists-header {
    margin-bottom: 7px !important;
}