/*
Theme Name: WMD Theme
*/

/*html :where(img){height:inherit;max-width:none;}*/

body .toplist-casinolistings__offer-cta-btn {
    width: auto;
    padding: 8px 20px;
    background: linear-gradient(90deg, #2e2b26 0%, #db640a 100%);
    color: #fff;
}

body .toplist-casinolistings__brand-name, body .toplist-casinolistings__offer-rating-text {
    color: #2e2b26;
}

body .toplist-casinolistings__offer-description {
    color: #ff4e00;
    font-weight: 800;
    font-size: 25px;
    line-height: 33px;
}
body .toplist-casinolistings__offer-inner {
    background: #d7620a24;
    border: 2px dashed #de670d9e;
}

body .toplist-casinolistings__offer-extra {
    justify-content: space-between;
}
body .toplist-casinolistings__offer-logo img {
    background: #333;
    border-radius: 6px;
}

@media screen and (min-width:992px) and (max-width:1024px){
	body .toplist-casinolistings__offer-inner {
		grid-template-columns: 310px auto 205px;
	}
}