
.list-query {
    margin-top: .35rem;
    color: #e82b67;
    font-weight: 800;
}

.listing-card__meta {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: .65rem;
}

.event-occurrence-date {
    display: inline-flex;
    margin-bottom: .65rem;
    padding: .42rem .65rem;
    border-radius: 10px;
    background: #edf6ff;
    color: #0b4f88;
    font-size: .82rem;
    font-weight: 800;
    line-height: 1.25;
}

.category-tabs {
    flex-wrap: wrap;
}
