h1 {
    font-family: "Gotham-Black";
}
#history-container {
    padding: 10px 40px;
}
#subsection-container, #subsection-container-dk, 
.hide, .desktop {
    display: none;
}
.show {
    display: block;
}
.bp2__lower__card {
    padding: 0;
}
.panel-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.panel-item > h3 {
    font-family: "Gotham-Book";
    font-size: 16px;
}
.panel-item > img {
    width: 70px;
    position: relative;
    left: 25px;
    transform: rotate(90deg);
}
#flecha-limites {
    transform: rotate(-90deg);
}
#limits-report-container {
    padding: 10px 0;
    margin-bottom: 0;
    width: 100%;
    color: white;
}
#limits-report-container:hover {
    color: white;
}
#limits-list > .bp2__upper__card {
    display: flex;
    justify-content: space-between;
}
#limits-list > .bp2__upper__card, 
#limits-list > .bp2__lower__card {
    padding: 10px 20px;
}
#limits-list h3, #limits-list p, 
#limits-list a {
    font-family: "Gotham-Black"
}
#limits-list h3 {
    margin: 0 20px;
    font-size: 10px;
    text-transform: capitalize;
    text-align: center;
}
#limits-list p, #limits-list a {
    font-size: 10px;
    margin-top: 0;
    width: 25%;
    text-align: center;
}
#limits-list .show-btn {
    color: white;
    font-size: 25px;
}
.limits-detail {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    left: 7px;
    justify-content: space-between;
}
.limits-detail p, .limits-detail a {
    margin-top: 0;
}
.limits-detail img {
    width: 50px;
}
.show-btn {
    position: absolute;
    right: 0;
    margin-right: 2.6vw;
}
.show-btn:hover {
    cursor: pointer;
}
.limits-separator {
    width: 92%;
}
@media screen and (max-width: 320px) {
    #limits-list > .bp2__upper__card, 
    #limits-list > .bp2__lower__card {
        padding: 10px 0px;
    }
    #limits-list h3 {
        font-size: 14px;
    }
    #limits-list p, #limits-list a {
        font-size: 10px;
    }
}
@media screen and (min-width: 601px) {
    .mobile {
        display: none;
    }
    .desktop {
        display: block;
    }
    .panel-item > h3 {
        font-size: 18px;
    }
    .panel-item:hover {
        cursor: pointer !important;
    }
    #limits-list {
        margin-top: 50px;
    }
    #limits-list h3 {
        margin: 0;
        font-size: 16px;
    }
    #limits-list h3, .limits-detail > p,
    .limits-detail > div {
        width: 24%;
    }
    #limits-list h3, #limits-list p {
        text-align: center;
        font-size: 12px;
    }
    #limits-list p {
        /* font-family: "Gotham-Book"; */
        cursor: default;
    }
    /* #status-title, .freespins-detail-container div {
        width: 18% !important;
    }
    #expiry-title, .expiry-data {
        width: 22% !important;
    } */
    .limits-detail-container {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    .status-detail {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        right: 10px;
    }
    .limits-separator-dk {
        width: 97%;
    }   
}