#club-logo-header {
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
}

#club-logo-header img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.name-container {
    display: flex;
    align-items: center;
}

.name-container .cinema {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.pagination-container {
    display: flex;
    justify-content: flex-end;
}

.ranking-dates {

    .value {
        font-size: 2rem;
        color: #fff;
        text-align: center;
        font-weight: 400;
        line-height: 1em;
        text-transform: uppercase;
    }

    .label {
        font-size: 1em;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
    }
}

@media (max-width: 768px) {
    #club-logo-header {
        min-height: 80px;
        padding: 5px;
    }

    .padding10 {
        padding: 0;
    }

    .ui.grid > .column:not(.row), .ui.grid > .row > .column {
        padding-left: 0;
        padding-right: 0;
    }

    .clubName{
        flex-grow: unset !important;
    }

    #clubNameContainer{
        display: flex !important;
        height: 100%;
        align-items: center;
        justify-content: center;
    }

    .ranking-dates {
        box-sizing: border-box;
        width: 100%;

        .ui.compact.segments {
            width: 48%;
        }

        .value {
            font-size: 2em;
        }

        .label {
            font-size: .7em;
            width: 100%;
        }
    }

    .seeAll {
        margin-top: 1em;
    }
}
