.InfiniteScroll {
    &-footer {
        align-items: center;
        display: flex;
        flex-direction: column;
        font-size: 1.2rem;
        height: 6rem;
        justify-content: center;
        padding: 1rem;
        padding-top: 1.875rem;

        .LoadingIndicator {
            height: 4rem;
            width: 100%;
        }
    }
}
