/* Mobile Styles */
@media screen and (max-width: 767px) {
.super-simple-toplist__offer-card,
.super-simple-toplist__offer-card *{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

/* 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: 12px;
	    line-height: normal;
		border-radius: 10px;
		margin-bottom: 5px;
        margin-top: 5px;
		font-size: 18px;
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

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

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

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


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


    .super-simple-toplist__offer-payment {
        width: 100%;
        font-weight: bold;
        display: flex;
        flex-wrap: wrap;
		gap: 5px;
		padding:5px 0;
    }

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


    .super-simple-toplist__offer-bonus{
		margin-bottom: 8px;
    }

    .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: 100%;
        text-align: center;
        padding: 10px;
        border-radius: 30px;
        text-decoration: none;
        font-weight: bold;
        margin-top: 10px;
		outline:none;
		border:none;
    }
	.super-simple-toplist__offer-cta-btn-mobile:link{
		text-decoration:none;
	}
    .super-simple-toplist__offer-payments {
		display:block;
    }

    .super-simple-toplist__offer-payment img {
        max-width: 20px;
		margin-right:0;
    }
	.super-simple-toplist__offer-logo-wrapper a {
		display: contents;
	}
	.super-simple-toplist__offer-logo-wrapper img {
		max-height: 80px;
		border-radius:10px;
	}
	.super-simple-toplist__offer-title {
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 6px;
	}
}