/* Styles for news content shortcodes */

/* Date styling */
.news-event-date {
    font-size: 13px;
    color: #A1A4B0;
    font-weight: 400;
}

/* Excerpt styling */
.news-post-excerpt {
    font-size: 28px;
    line-height: 32px;
    color: var(--color-black);
    font-weight: 700;
    font-family: var(--bold-text) !important;
}