
/* Mobile Styles */
@media screen and (max-width: 767px) {
/* Safe fallback in case the api is down */
    .safe {
        visibility: hidden;
    }

    .unsafe {
        visibility: hidden;
    }
/* end of fallback */

    .super-simple-toplist__offer-row.desktop {
        display: none;
    }

    .super-simple-toplist__offer-card {
        padding: 10px;
    }

    .super-simple-toplist__offer-number {
        visibility: hidden;
    }

    .super-simple-toplist__offer-logo-wrapper {
        display: flex;
        align-items: center;
        justify-content: left;
        margin-bottom: 10px;
    }

    .super-simple-toplist__offer-title p {
        font-size: 1.0em;
    }


    .super-simple-toplist__offer-body{
        display: block;
        width: 90%;
        text-align: right;
        font-weight: bold;
        margin-top: 10px;
    }


    .super-simple-toplist__offer-payment {
        display: block;
        width: 90%;
        text-align: right;
        font-weight: bold;
        margin-top: 10px;
    }

    .super-simple-toplist__offer-rating-star::before {
        content: '★';
        margin-right: 5px;
    }


    .super-simple-toplist__offer-bonus{
        text-align: right;
    }

    .super-simple-toplist__offer-facts {
        flex-direction: column;
        align-items: center;
        margin-top: 5px;
        margin-bottom: 10px;
    }

    .super-simple-toplist__offer-cta-btn {
        visibility: hidden;
    }

    .super-simple-toplist__offer-cta-btn-mobile {
        display: block;
        width: 95%;
        text-align: center;
        padding: 10px;
        border-radius: 20px;
        text-decoration: none;
        font-weight: bold;
        margin-top: 10px;
    }

    .super-simple-toplist__offer-payments {
        flex-wrap: wrap;
        justify-content: center;
    }

    .super-simple-toplist__offer-payment {
        margin: 5px;
    }

    .super-simple-toplist__offer-payment img {
        max-width: 20px;
    }
}