/* Main table styles */
.skyward-rush-top-winners {
    width: 100%; /* Allows table to shrink */
    table-layout: fixed; /* Ensures columns are equal width */
    border-collapse: separate;
    border-spacing: 0px 10px;
}

/* Table header styles */
.skyward-rush-top-winners thead th {
    background: #C750C7;
    color: #fff;
    height: 76px;
    padding: 0 10px; /* Optional: for some padding inside cells */
    text-align: center; /* Centers the header content */
    vertical-align: middle; /* Centers the cell content vertically */
    width: 16.66%; /* Sets each column to be of equal width */
    text-transform: uppercase;
    font-family: "bebas-neue-pro", sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 1;

    border-left: 2px solid #19191C;
    border-top: 2px solid #C750C7;
    border-bottom: 2px solid #C750C7;
    border-right: 2px solid #19191C;
}

/* Table body cell styles */
.skyward-rush-top-winners tbody td {
    background-color: #292935 !important;
    color: #fff;
    height: 46px;
    padding: 0 10px; /* Optional: for some padding inside cells */
    text-align: center; /* Centers the cell content */
    vertical-align: middle; /* Centers the cell content vertically */
    width: 16.66%; /* Ensures each cell has equal width as well */
    text-transform: uppercase;
    font-family: "bebas-neue-pro", sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 1;

    border-left: 2px solid #19191C;
    border-top: 2px solid #C750C7;
    border-bottom: 2px solid #C750C7;
    border-right: 2px solid #19191C;
}

.skyward-rush-top-winners th:first-child {
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;

    border-left: 2px solid #C750C7;
    border-top: 2px solid #C750C7;
    border-bottom: 2px solid #C750C7;
}

.skyward-rush-top-winners th:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;

    border-top: 2px solid #C750C7;
    border-bottom: 2px solid #C750C7;
    border-right: 2px solid #C750C7;
}

.skyward-rush-top-winners td:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-left: 2px solid #C750C7;
    border-top: 2px solid #C750C7;
    border-bottom: 2px solid #C750C7;
}

.skyward-rush-top-winners td:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top: 2px solid #C750C7;
    border-bottom: 2px solid #C750C7;
    border-right: 2px solid #C750C7;
}

.skyward-rush-top-winners .no-data-message {
    padding: 12px;
    color:  #FFF;
    text-align: center;
    text-transform: none;
    text-decoration: none;
    font-family: Montserrat, serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 22.4px */
}
@media (max-width: 1024px) {
    .skyward-rush-top-winners .no-data-message {
        font-size: 16px;
    }
    .skyward-rush-top-winners tbody td {
        font-size: 20px;
    }
    .skyward-rush-top-winners thead th {
        font-size: 20px;
    }
}

/* Optional: Make table adapt to smaller screens */
@media (max-width: 767px) {
    .skyward-rush-top-winners .no-data-message {
        font-size: 14px;
    }
    .skyward-rush-top-winners tbody td {
        font-size: 20px;
    }
    .skyward-rush-top-winners thead th {
        font-size: 20px;
    }
}

@media (max-width: 327px) {
    .skyward-rush-top-winners-responsive-table .table-col:first-child {
        height: auto;
    }
}

@media (max-width: 371px) {
    .skyward-rush-top-winners-responsive-table .table-col:last-child {
        height: auto;
    }
}

@media (max-width: 767px) {
    .mobile-hidden {
        display: none !important;
    }

    .skyward-rush-top-winners-responsive-table {
        padding: 0;
        text-align: center !important;
        overflow: hidden; /* This will contain child margins */
        /* or display: flow-root; if browser support is sufficient */
    }

    .skyward-rush-top-winners-responsive-table .table-col > div {
        padding: 8px;
        text-align: left;
    }

    .skyward-rush-top-winners-responsive-table .table-col .table-col-content {
        display: flex;
        align-items: center;
    }

    .skyward-rush-top-winners-responsive-table {
        text-align: center !important;
    }


    .skyward-rush-top-winners-responsive-table .table-row {
        margin-bottom: 12px;
    }

    .skyward-rush-top-winners-responsive-table .table-col {
        display: flex;
        margin-bottom: 3px;
        height: 38px;
    }

    .skyward-rush-top-winners-responsive-table .table-col:last-child {
        border-bottom: none;
    }

    .skyward-rush-top-winners-responsive-table .table-col:first-child .table-col-heading {
        border-radius: 8px 0 0 0;
    }

    .skyward-rush-top-winners-responsive-table .table-col:first-child .table-col-content {
        border-radius: 0 8px 0 0;
    }

    .skyward-rush-top-winners-responsive-table .table-col:last-child .table-col-content {
        border-radius: 0 0 8px 0;
    }

    .skyward-rush-top-winners-responsive-table .table-col:last-child .table-col-heading {
        border-radius: 0 0 0 8px;
    }

    .skyward-rush-top-winners-responsive-table .table-col .table-col-heading {
        display: flex;
        align-content: center;
        color: #fff;
        flex-basis: 50%;
        background-color: #C750C7;
        font-weight: bold;
        font-family: Montserrat, serif;
        font-size: 11px;
        text-align: left;
        text-transform: uppercase;
        padding: 12px 8px;
        min-width: 100px;
    }

    .skyward-rush-top-winners-responsive-table .table-col .table-col-content {
        display: flex;
        align-content: center;
        font-family: Montserrat, serif;
        font-size: 12px;
        flex-basis: 50%;
        background: #292935;
        color: #C9C9D7;
    }
    .skyward-rush-top-winners-responsive-table .table-col {
        background: #292935;
        color: #C9C9D7;
    }
}

button#loadMoreBtnSkywardRushTopWinners {
    width: 100%;
    color: #fff;
    text-align: center;
    font-family: Montserrat, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    border: 1px solid #fff;
    display: flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    background: none;
}
button#loadMoreBtnSkywardRushTopWinners:active {
    background: #C750C7;
}

@media (min-width: 768px) {
    .skyward-rush-top-winners-responsive-table {
        display: none;
    }
    button#loadMoreBtnSkywardRushTopWinners {
        display: none;
    }
}