/* Event Date & Time */
.event-date-time {
    font-family: var(--wp--preset--font-family--source-sans-3) !important;
    color: #515151;
    font-style: normal;
    font-weight: 500;
    font-size: 1.2rem;
    margin-bottom: 0em;
}

/* Post Event Details */
.event-details {
    margin-bottom: 1em;
}
.event-date-time .dashicons {
    vertical-align: middle;
    margin-right: 0.3em;
    color: #555;
}
