.art-event-listing-meta-group {
    padding: 0 var(--wp--preset--spacing--30) var(--wp--preset--spacing--30);
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.art-event-listing-meta-group .value {
    font-size: 0.9rem;
    color: var(--wp--preset--color--accent-6);
    transition: all 0.3s;
}

.art-event-listing-meta-group .value:hover {
    color: var(--wp--preset--color--accent-1);
}

.art-event-listing-meta-group .event-listing-location {
    text-align: end;
}