/* 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;
}

.awcol-also-contributes,
.awcol-also-contributes-main {
    font-family: Arial, Helvetica, sans-serif;
    max-width: 40em;
    margin: 0 auto;
    text-align: left;
}

.awcol-also-contributes-heading,
.awcol-also-contributes-header h1 {
    font-size: 14pt;
    margin-bottom: 0.75em;
}

.awcol-also-contributes-back {
    font-size: 10pt;
    margin-bottom: 0.5em;
}

.awcol-also-contributes-link {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    margin-top: 1.5em;
}

.awcol-venue {
    margin-bottom: 1.5em;
}

.awcol-venue-name {
    font-size: 12pt;
    font-weight: bold;
    margin: 0 0 0.4em;
}

.awcol-venue-articles {
    list-style: none;
    padding: 0;
    margin: 0;
}

.awcol-venue-article {
    margin-bottom: 0.35em;
    line-height: 1.3em;
}

.awcol-venue-article-date,
.awcol-venue-article-title {
    font-size: 10pt;
    color: #336699;
}

.awcol-also-contributes-empty {
    font-size: 10pt;
    color: #555;
}

.awcol-ac-page {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    width: 100%;
}

.awcol-ac-header {
    margin-bottom: 1.5rem;
}

.awcol-ac-back {
    font-size: 0.9rem;
    margin: 0 0 0.4rem;
}

.awcol-ac-author {
    font-size: 1.75rem;
    margin: 0 0 0.25rem;
}

.awcol-ac-kicker {
    font-size: 1rem;
    font-weight: bold;
    margin: 0;
    color: #336699;
}

.awcol-ac-layout-cards .awcol-ac-venues {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: 1fr;
}

.awcol-ac-layout-cards.awcol-ac-cols-2 .awcol-ac-venues {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.awcol-ac-layout-cards.awcol-ac-cols-3 .awcol-ac-venues {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 782px) {
    .awcol-ac-layout-cards.awcol-ac-cols-2 .awcol-ac-venues,
    .awcol-ac-layout-cards.awcol-ac-cols-3 .awcol-ac-venues {
        grid-template-columns: 1fr;
    }
}

.awcol-ac-layout-list .awcol-ac-venues {
    display: block;
}

.awcol-ac-venue {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    padding: 1.25rem 1.4rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.awcol-ac-layout-list .awcol-ac-venue {
    margin-bottom: 1.25rem;
}

.awcol-ac-venue-name {
    font-size: 1.15rem;
    font-weight: bold;
    margin: 0 0 0.75rem;
}

.awcol-ac-articles {
    list-style: none;
    padding: 0;
    margin: 0;
}

.awcol-ac-article {
    margin-bottom: 0.85rem;
    line-height: 1.4;
}

.awcol-ac-article:last-child {
    margin-bottom: 0;
}

.awcol-ac-article-date {
    display: block;
    font-size: 0.8rem;
    color: #666;
    margin-bottom: 0.15rem;
}

.awcol-ac-article-title {
    color: #336699;
    font-weight: 600;
}

.awcol-ac-article-excerpt {
    margin: 0.25rem 0 0;
    font-size: 0.9rem;
    color: #555;
}