.roit-historical-results .filter-area-section-top {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.roit-historical-results .main-filter-aera-settings {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.roit-historical-results .left-filter-001 {
    width: 50%;
    text-align: left;
}

.roit-historical-results .right-filter-002 {
    width: 50%;
    text-align: right;
}

.roit-historical-results .roit-year-filter,
.roit-historical-results .roit-division-filter {
    width: 160px;
    background: transparent;
    border: 1px solid #000;
    font-size: 14px;
    padding: 5px;
    font-weight: 500;
    color: inherit;
}

.roit-historical-results .sectionarea-number-001 {
    width: 100%;
    display: block;
}

.roit-historical-results .list-flex-3-column-turnaments {
    width: 100%;
    display: block;
    border: 2px solid #000;
    margin: 0 0 40px 0;
}

.roit-historical-results .heading-list-rea-section1 {
    width: 100%;
    display: block;
    background: #000;
    color: #E6BD16;
    padding: 20px 40px;
    font-size: 32px;
}

.roit-historical-results .section-frist-turnaments-list {
    width: 100%;
    display: block;
}

.roit-historical-results .number-table-list-area-001 {
    width: 100%;
}

.roit-historical-results .columns {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.roit-historical-results .column {
    display: block;
    width: 100%;
    vertical-align: top;
    padding: 0 0 20px 40px;
    box-sizing: border-box;
}

.roit-historical-results .main-year strong {
    color: #a05f11;
    font-size: 29px;
    font-weight: 500;
}

.roit-historical-results .column li {
    margin-left: 0;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.roit-historical-results .list-flex-3-column-turnaments ul {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.roit-historical-results .main-year {
    width: 100%;
    display: block;
    text-align: left;
    margin: 0 0 -15px 0;
}

@media only screen and (max-width: 768px) {
    .roit-historical-results .columns {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .roit-historical-results .number-table-list-area-001 {
        width: 100%;
        padding: 0;
    }

    .roit-historical-results .column {
        width: 100%;
        padding: 0 0 20px 20px;
    }
}

@media only screen and (max-width: 580px) {
    .roit-historical-results .columns {
        grid-template-columns: 1fr;
    }

    .roit-historical-results .section-frist-turnaments-list {
        width: 100%;
        display: block;
    }

    .roit-historical-results .number-table-list-area-001 {
        width: 100%;
        padding: 0 0 10px 0;
        text-align: center;
    }

    .roit-historical-results .list-flex-3-column-turnaments {
        border: none;
        margin: 0 0 40px 0;
    }

    .roit-historical-results .heading-list-rea-section1 {
        padding: 20px 40px;
        font-size: 24px;
        text-align: center;
    }

    .roit-historical-results .main-filter-aera-settings {
        display: block;
    }

    .roit-historical-results .left-filter-001 {
        width: 100%;
        text-align: center;
        margin: 0 0 20px 0;
    }

    .roit-historical-results .right-filter-002 {
        width: 100%;
        text-align: center;
        margin: 0 0 30px 0;
    }

    .roit-historical-results .fitler-label {
        display: inline-block;
        text-align: left;
        margin: 0 20px 0 0;
    }

    .roit-historical-results .column {
        display: block;
        width: 100%;
        padding: 0 0 20px 10px;
    }

    .roit-historical-results .main-year {
        text-align: center;
    }
}