#good-list{
    display: block !important;
}

.single-club-federation{
    background-color: white;
    padding: 30px;
    border-radius: 8px;
}

.label{
    color: #8D8D8D;
    font-family: "Roboto Condensed", Sans-serif;
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-text-stroke-color: #000;
    stroke: #000;
    margin: 0;
}

.nameLabel{
    color: #000;
    font-family: "Roboto Condensed", Sans-serif;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 10px;
    line-height: 1;
}

.greyLabel{
    color: #000;
    font-family: "Roboto Condensed", Sans-serif;
    font-size: 24px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0 0 10px;
    line-height: 1;
}

.info-btn{
    font-family: "Roboto Condensed", Sans-serif !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    fill: var(--e-global-color-3ffb1a4) !important;
    color: var(--e-global-color-3ffb1a4) !important;
    background-color: #2D8EC5 !important;
    border-radius: 23px 23px 23px 23px !important;
    padding: 10px 20px 10px 20px !important;
    margin-top: 10px;
}

.e-load-more-spinner{
    top: -30px !important;
}

.liste-federations{
    margin-top: 60px;
}

.federation-item{
    position: relative;
}

.federation-logo{
    padding: 0px 60px;
    background-color: white;
    border-radius: 20px;
    padding-bottom: calc(1* 80%) !important;
}

.federation-logo img{
    width: 50%;
    object-fit: contain;
    height: auto;
    position: absolute;
    top: calc(50% + 1px);
    left: calc(50% + 1px);
    transform: scale(1.01) translate(-50%, -50%);
}

.federation-grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 27px !important;
    grid-row-gap: 40px !important;
}

.federation-title{
    color: var(--e-global-color-3ffb1a4);
    font-family: "Roboto Condensed", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
    margin-top: 30px;
    text-transform: uppercase;
}

.readmore-container{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.readmore-button,
.readmore-button:hover{
    background-color: transparent;
    border: 4px solid #E8AB04;
    font-size: 20px;
    text-transform: uppercase;
    padding: 20px 40px;
    margin-top: 60px;
    color: white;
    font-family: "Roboto", Sans-serif;
    font-weight: 500;
}

.hidden{
    display: none;
}


@media only screen and (max-width: 992px) {
    .federation-grid{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 600px) {
    .federation-grid{
        grid-template-columns: repeat(1, 1fr);
    }
}
