.event-meta-block {
    background-color: var(--wp--preset--color--primary);
    color: var(--wp--preset--color--white);
    padding: 20px;
    font-size: var(--wp--preset--font-size--normal);
    line-height: var(--wp--custom--line-height--medium);
    font-family: var(--wp--preset--font-family--system-sans-serif);
}

.event-meta-block .event-meta-row {
    margin-bottom: 5px;
}

.event-meta-block .event-meta-row:last-child {
    margin-bottom: 0;
}

.event-meta-block strong {
    font-weight: 700;
}