@import "desktop.css";
@import "ribbons.css";
@import "mobile.css" screen and (max-width: 768px);

@media screen and (min-width: 769px) and (max-width: 1023px) {
    .table-cell--rating, .th--rating {
        display: flex;
    }
}

@media screen and (min-width: 769px) {
    .table-body .min-deposit {
        display: none;
    }
    .table-cell--offer .min-deposit {
        display: block;
    }
}

@media only screen and (min-width: 431px) and (max-width: 768px) {
    .table-body {
        max-width: 430px !important;
    }
    .table-body .min-deposit {
        font-size: 12px !important;
    }
    .table-cell--logo .min-deposit {
        display: none;
    }
}
@media only screen and (max-width: 430px) {
    .table-body {
        width: 100% !important;
    }
    .table-body .min-deposit {
        margin-top: .5rem;
        margin-bottom: -.5rem;
    }
    .table-cell--logo .min-deposit {
        display: block;
    }
}
@media only screen and (min-width: 360px) {
    .table-brand-offer {
        font-size: 18px !important;
    }
    .welcome-bonus.welcome-bonus--regular {
        font-size: 14px !important;
    }
}

@media screen and (min-width: 769px) {
    .table-body .min-deposit {
        display: none;
    }
    .table-cell--offer .min-deposit {
        display: block;
    }
}

@media only screen and (min-width: 431px) and (max-width: 768px) {
    .table-body {
        max-width: 430px !important;
    }
    .table-body .min-deposit {
        font-size: 12px !important;
    }
    .table-cell--logo .min-deposit {
        display: none;
    }
}
@media only screen and (max-width: 430px) {
    .table-body {
        width: 100% !important;
    }
    .table-cell--logo .min-deposit {
        display: block;
    }
}
@media only screen and (min-width: 360px) {
    .table-brand-offer {
        font-size: 18px !important;
    }
    .welcome-bonus.welcome-bonus--regular {
        font-size: 14px !important;
    }
}
