@keyframes svelte-67865e-fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.sports-empty-list.svelte-67865e {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: center;
    min-height: 150px;
    opacity: 0;
    animation-name: svelte-67865e-fadeIn;
    animation-duration: .2s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-timing-function: linear
}

.sports-empty-list.svelte-67865e>*+* {
    margin-top: var(--spacing-1)
}

.sports-empty-list.svelte-67865e svg {
    margin-bottom: var(--spacing-4)
}

.sports-icon-wrapper.svelte-67865e {
    font-weight: var(--ds-font-weight-heavy);
    font-size: var(--text-size-8xl)
}