.event-results {
    display: grid;
    gap: 1rem;

    .empty { background: var(--color-3); }
}
