:root {
	--bm-font-family: "Roboto", serif;
}

.toplist-poker-ps-table__wrapper {
	margin-bottom: 50px;
}

.toplist-poker-ps-table__offer .toplist-poker-pokerscout__offer-game-all.hidden {
	display: none;
}

.toplist-poker-ps-table,
.toplist-poker-ps-table td {
	padding: 0;
	border: none;
}

.toplist-poker-ps-table__title h2 {
	padding-bottom: 0;
}

.toplist-poker-ps-table__title h2:after {
	display: none;
}

.toplist-poker-ps-table__offers-wrapper {
	display: flex;
	flex-direction: column;
	counter-reset: offers-list;
	gap: 8px;
}

.toplist-poker-ps-table__offers-wrapper.with-default-offers .toplist-poker-ps-table__offer:not(.default-offer) {
	display: none;
}

.toplist-poker-ps-table__offer {
	position: relative;
	display: grid;
	padding: 20px;
	background: #fff;
	gap: 0 24px;
	grid-template-areas: "label label label label label" "logo description key-features rating cta-button" "terms terms terms terms terms";
	grid-template-columns: 133px 240px 1fr 88px 195px;
	border-radius: 4px;
	border: 0px solid #E0E0E0;
	background: linear-gradient(0deg, #FFF 0%, #FFF 100%);
}

.toplist-poker-ps-table__offer.brand_table_custom_cl {
	padding: 20px;
	border: 1px solid #E0E0E0;
	background: linear-gradient(0deg, #FFF 0%, #FFF 100%);
}

.toplist-poker-ps-table__offer-logo {
	position: relative;
	grid-area: logo;
}

.toplist-poker-ps__offer-labelcl {
	position: absolute;
	top: 24px;
	left: 24px;
	display: flex;
	z-index: 20;
}

.bm-tiny .toplist-poker-ps__offer-labelcl {
	top: 9px;
	left: 10px;
}

.toplist-poker-ps__offer-labelcl::before {
	font-family: var(--bm-font-family);
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	content: counter(offers-list);
	counter-increment: offers-list;
	color: #060606;
	border-radius: 2px;
	background: url(../images/cut-circle.svg) center center no-repeat;
	z-index: 99;
	text-align: center;
	padding: 5px;
	background-color: #fff;
	border-radius: 30px;
	/* box-shadow: 0 2px 10px #ccc; */
	/* filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.04)) drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.04)); */
	/* border: 2px solid #fff; */
	background-size: 100%;
}

/* .numbered .toplist-poker-ps-table__offer-logo::before { */
/* font-size: 12px; */
/* font-weight: 700; */
/* line-height: 20px; */
/* position: absolute; */
/* top: -9px; */
/* left: -23px; */
/* width: 20px; */
/* height: 21px; */
/* content: counter(offers-list); */
/* counter-increment: offers-list; */
/* text-align: center; */
/* color: #161316; */
/* border: none; */
/* border-radius: 0; */
/* background: #E0E0E0; */
/* } */
.toplist-poker-ps-table__offer-logo a {
	text-decoration: none !important;
}

.toplist-poker-ps-table__offer-logo img {
	/* width: 170px; */
	/* height: 105px; */
	object-fit: cover;
	border-radius: 4px;
	width: 100%;
}

.toplist-poker-ps-table__offer-brand-name {
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	margin-top: 8px;
	margin-bottom: 0;
	text-decoration: none;
	color: #444B54;
}

.toplist-poker-ps-table__offer-rating .toplist-poker-ps-table__offer-brand-name {
	display: none;
}

.toplist-poker-ps-table__offer-description {
	grid-area: description;
}

.toplist-poker-ps-table__offer-description p {
	margin-bottom: 0;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 600;
	font-size: 25px;
	line-height: 33px;
	letter-spacing: -0.01em;
	text-transform: capitalize;
	color: #181A1C;
	display: inline;
}

.toplist-poker-ps-table__offer-key-features {
	grid-area: key-features;
}

.toplist-poker-ps-table__offer-key-features ul {
	margin: 0;
	list-style-type: none;
	padding-left: 0 !important;
}

.toplist-poker-ps-table__offer-key-features ul li {
	padding: 0 0 0px 32px;
	background: url(../images/ps-check.svg) left 0px no-repeat;
	color: #1E1E1E;
	margin: 0 0 4px 0;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 23px;
	color: #464B51;
	background-size: 24px;
}

.toplist-poker-ps-table__offer-key-features ul li:last-child {
	margin-bottom: 0;
}

.toplist-poker-ps-table__offer-key-features ul li::before {
	display: none;
}

.toplist-poker-ps-table__offer-key-features>.toplist-poker-ps-table__offer-description {
	display: none;
}

.toplist-poker-ps-table__offer-rating {
	display: flex;
	align-items: center;
	flex-flow: column;
	grid-area: rating;
	gap: 2px;
}

.toplist-poker-ps-table__offer-rating,
.toplist-poker-ps-table__offer-rakeback {
	flex: 1;
}

.toplist-poker-ps-table__offer-rating-text {
	font-size: 16px;
	font-weight: 700;
	line-height: 31px;
	color: #050810;
	background: #F1F1F1;
	border-radius: 3px;
	padding: 0 6px;
	font-family: 'Merriweather', serif;
}

.toplist-poker-ps-table__offer-rating img {
	width: 82px;
	margin: 8px 0 0 0;
}

.toplist-poker-ps-table__offer .read_review_url {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-top: 0px;
	gap: 6px;
	margin-left: 0px;
	width: 100%;
}

.toplist-poker-ps-table__offer .read_review_url a {
	font-family: Noto Sans, sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 150%;
	text-align: center;
	text-decoration: underline;
}

.toplist-poker-ps-table__offer-cta-button {
	grid-area: cta-button;
}

.toplist-poker-ps-table__offer-cta-button>a {
	font-family: var(--bm-font-family);
	display: flex;
	height: 48px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border-radius: 25px;
	background: #E63B2E;
	font-style: normal;
	font-weight: 600;
	font-size: 17px;
	line-height: 23px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	justify-content: center;
	align-items: center;
	border: 2px solid #E63B2E;
}

.toplist-poker-ps-table__offer-cta-button>a:hover {
	text-decoration: none;
	color: #E63B2E;
	background: transparent;
}

.toplist-poker-ps-table__offer-description .coupon-code {
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.toplist-poker-ps-table__offer-has-coupon-code {
	position: relative;
	display: flex;
	align-items: center;
	margin-left: 5px;
}

.toplist-poker-ps-table__offer-has-coupon-code>span {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 600;
	font-size: 17px;
	line-height: 23px;
	text-transform: capitalize;
	color: #E63B2E;
	white-space: nowrap;
	margin-right:2px;
}

.toplist-poker-ps-table .coupon-code__wrapper {
	width: 100%;
	height: auto;
	text-align: center;
	border: 0px;
	border-radius: 0px;
	padding: 0;
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 600;
	font-size: 17px;
	line-height: 23px;
	text-transform: capitalize;
	color: #E63B2E;
	border-bottom: 1px dashed #F4A59F;
}

.coupon-code__copy-btn img {
	width: 18px
}

/* .toplist-poker-ps-table .coupon-code__wrapper:hover {
	border: 1px dashed #E0E0E0 !important;
} */

.toplist-poker-ps-table .coupon-code_copied {
	display: none;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 23px;
	margin-left: 2px;
}

.toplist-poker-ps-table .coupon-code__copy-btn {
	position: relative;
	top: 0;
	right: 0px;
	height: auto;
	cursor: pointer;
	width: 18px;
	display: inline-block;
	background: #fff;
	padding-left: 5px;
	height: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	flex: 0 0 auto;
	border-bottom: 1px dashed #F4A59F;
}

.toplist-poker-ps-table .coupon-code_copied svg path {
	stroke: #E63B2E;
}

.toplist-poker-ps-table .coupon-code__copy-text {
	font-size: 12px;
	position: absolute;
	z-index: 99;
	top: 50px;
	right: -16px;
	display: block;
	visibility: hidden;
	width: auto;
	height: auto;
	margin: 0 0;
	padding: 12px 16px;
	text-align: center;
	color: white;
	border-radius: 4px;
	background: #060606;
}

.toplist-poker-ps-table .coupon-code__copy-text:after {
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -8px;
	content: '';
	border-width: 8px;
	border-style: solid;
	border-color: transparent transparent #060606 transparent;
	border-top-width: 0;
}

.toplist-poker-ps-table__offer-no-coupon-code {
	font-size: 10px;
	line-height: 24px;
	width: fit-content;
	min-width: 100%;
	margin: 10px auto 0;
	padding: 0 8px;
	text-align: center;
	text-transform: uppercase;
	color: #1C2642;
	border: 1px solid #E0E0E0;
	border-radius: 4px;
	background: #E0E0E0;
}

.toplist-poker-ps-table__offer-terms {
	position: relative;
	margin: 0px 0 0;
	color: #5A6068;
	grid-area: terms;
	cursor: pointer;
}

.toplist-poker-ps-table__offer-terms .cell_bottom {
	overflow: hidden;
	max-height: 12px;
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 400;
	font-size: 10px;
	line-height: 13px;
	text-transform: capitalize;
	color: #5A6068;
	text-align: left;
}

.toplist-poker-ps-table__show-more-btn {
	display: inline-block;
	margin: 12px auto 0;
	position: relative;
	text-align: center;
	width: 100%;
	font-family: var(--bm-font-family);
	cursor: pointer;
	text-align: center;
	text-transform: capitalize;
	font-size: 15px;
	line-height: 23px;
	font-weight: 600;
	line-height: 1;
	color: #181A1C;

}

.toplist-poker-ps-table__show-more-btn::after {
	background: #D6D8DA;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 24px;
	width: 100%;

}

.toplist-poker-ps-table__show-more-btn .show_more_rg_text {
	background: #ffff;
	border: 1px solid #D6D8DA;
	border-radius: 80px;
	color: #181A1C;
	display: inline-block;
	font-size: 15px;
	font-weight: 600;
	line-height: 23px;
	max-width: 220px;
	padding: 11.5px 24px;
	position: relative;
	width: 100%;
	z-index: 2;
	align-items: center;
}

.toplist-poker-ps-table__show-more-btn .show_more_rg_text:hover {
	background: #E63B2E;
	border-color: #E63B2E;
	color: #fff;
	cursor: pointer;
}

.toplist-poker-ps-table__show-more-btn .show_more_rg_text:hover svg path {
	stroke: #fff;
}

.toplist-poker-ps-table__show-more-btn.loading {
	border-color: #F0F3F7;
	background: #F0F3F7;
}

.toplist-poker-ps-table__show-more-btn .plus {
	font-size: 18px;
	margin-left: 8px;
}

.campaign-compact-asia-table__offer .toplist-poker-ps-table__offer-logo img {
	width: 100%;
	height: auto;
}



.toplist-poker-ps-table__show-more-btn .plus {
	font-size: 18px;
	margin-left: 0;
	margin-right: 8px;
}

.toplist-poker-ps-table__show-more-btn svg {
	width: 16px;
	height: 16px;
}

.toplist-poker-ps-terms td {
	width: 100%;
	display: flex;
	justify-content: start;
	align-items: start;
}

.toplist-poker-ps-table__offer-terms .cell_bottom br {
	display: none;
}

.toplist-poker-ps-table__offer-rating-empty,
.toplist-poker-ps-table__offer-rakeback-empty, .toplist-poker-ps-table__offer-minimum_deposit-empty {
	display: none;
}

tr.toplist-poker-ps-terms {
	border: none;
}

.toplist-poker-ps-terms{
	grid-area: terms;
	position: absolute;
	bottom: -55px;
	margin: 0 -20px 0;
	width:100%;
}

.toplist-poker-ps-table__terms-tooltip {
    font-size: 12px;
    line-height: 1.5;
    position: absolute;
    z-index: 1000;
    top: 24px;
    left: 50%;
    display: none;
    width: 100%;
    padding: 16px;
    text-align: center;
    color: #E3E2E2;
    border-radius: 5px;
    background: #000;
    max-width: 400px;
    transform: translate(-50%, 0px);
}

	.toplist-poker-ps-table__terms-tooltip:before {
		position: absolute;
		bottom: 100%;
		left: 50%;
		margin-left: -8px;
		content: '';
		border-width: 8px;
		border-style: solid;
		border-color: transparent transparent #060606 transparent;
	}

	.bm-tiny .toplist-poker-ps-table__terms-tooltip,
	 .toplist-poker-ps-table__terms-tooltip
	{
		top: 34px;
	}

	.toplist-poker-ps-table .coupon-code__copy-btn:hover~.coupon-code__copy-text {
		visibility: visible;
	}

/* media bm */
@media screen and (min-width: 992px) {
	

	.campaign-compact-asia-table__offer {
		grid-template-areas:
			"label label label label label"
			"logo logo key-features rating cta-button"
			"terms terms terms terms terms";
	}

	.campaign-compact-asia-table__offer .toplist-poker-ps-table__offer-description {
		display: block;
		margin-bottom: 4px;
	}

body.bm-tiny .campaign-list-item.show_metadata_section {
	grid-template-areas: "top-picker  top-picker top-picker " 
	"logo  key-features coupon  " 
	"voting  scores  more-btn " 
	"bottom-text bottom-text  bottom-text" 
	"metadata metadata metadata"
	"campaign-date campaign-date campaign-date ";
}
	
}

/* Sorting & filtering styles. */

.campaign-shortcode-table_filter-section-wrapper {
	margin-bottom: 24px;
	margin-top: 20px;
}

.campaign-shortcode-table_filter-section {
	display: flex;
}

.campaign-shortcode-table_filter-section .custom-select-background {
	background: #014C6B url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:v='https://vecta.io/nano' width='12' height='12' fill='%23fff'%3E%3Cpath d='M2.854 4.972l2.983-3.616c.085-.103.243-.103.329 0l2.983 3.616c.114.138.016.348-.164.348H3.018c-.18 0-.279-.209-.164-.348z'/%3E%3Cpath d='M2.977 5.095l.218-.266.548-.664.71-.86.717-.868.556-.674.233-.282c.003-.005.03-.029.016-.019s.036-.015.013-.007c-.015.006.045 0 .005 0 .035 0-.023-.001.012 0 .002 0 .027.008.007.001s.007.003.006.003.023.016.007.003l.016.019.017.021.117.143.488.592.686.832.729.885.606.735.319.388.016.02c.001 0-.029-.038-.014-.017a.1.1 0 0 0 .012.019c-.002-.002-.007-.028-.003-.01.001.006.003.013.006.02.008.027.005-.022-.001.006-.001.005-.005.026 0 .002s-.002.006-.003.008l-.014.022c.003-.006.009-.023.007-.01s-.019.013-.022.015c.01-.007.023-.009.003-.003-.029.009.022.002-.01.001h-.065-.51-.879-1.1-1.158H4.21h-.799-.382c-.015 0-.013-.001-.021 0-.022-.017-.012-.002-.007.002-.016-.027-.01-.009-.007-.003l-.02-.034c.001.002.016.027.006.012-.002-.01-.001-.019-.002-.024.001.003-.009.031-.002.014.002-.007.015-.042.006-.024s.017-.023.021-.028c.058-.074.012-.195-.063-.238-.089-.052-.181-.013-.238.063-.095.124-.095.313-.005.44.077.107.189.166.322.169h.096.577.943 1.143 1.18 1.036.731c.116 0 .267.02.38-.02.157-.056.271-.207.265-.376-.003-.099-.043-.179-.103-.253l-.089-.108-.459-.556-.693-.84-.747-.905-.631-.764-.341-.413c-.109-.132-.289-.189-.452-.122a.47.47 0 0 0-.185.151l-.39.474-.656.795-.753.912-.668.81-.414.501-.058.07c-.059.072-.071.175 0 .246.062.059.186.071.246-.002zm-.125 1.93l2.983 3.616c.085.103.243.103.329 0l2.983-3.616c.114-.138.016-.348-.164-.348H3.016c-.18 0-.279.209-.164.348z'/%3E%3Cpath d='M2.73 7.148l.228.275.569.69.732.887.724.876.544.659c.101.123.203.289.364.339s.319-.016.42-.138l.125-.152.513-.622.712-.864.739-.896.596-.722.272-.33a.4.4 0 0 0 .102-.272c-.007-.169-.124-.324-.29-.365-.053-.013-.105-.012-.159-.012h-.524-.909-1.128-1.179-1.066-.775c-.107 0-.214-.003-.321 0-.134.003-.249.065-.324.175a.38.38 0 0 0 .009.435c.057.074.15.114.238.063.073-.043.121-.164.063-.238-.008-.012-.015-.026-.024-.036.002.002.007.028.003.01-.001-.006-.003-.013-.006-.02-.008-.027-.005.022.001-.006.001-.005.005-.026 0-.002s.002-.006.003-.008l.014-.022c-.003.006-.009.023-.007.01s.019-.013.022-.015c-.01.007-.023.009-.003.003.029-.009-.022-.002.01-.001h.148.618.948H5.86h1.149 1.008.711.193.048.029c-.039.001.017.008 0 .001-.027-.01.031.021.007.003s.026.028.006.005c-.015-.017.007.015.01.02.002.013-.001-.022 0-.001 0 .012-.001.02-.002.026s-.01.022-.001.005-.003.001-.003.003-.023.024.001 0c.064-.063.012-.014.009-.012s-.012.015-.017.022l-.116.14-.487.59-.69.837-.729.885-.606.735-.319.388-.016.02c-.007.008-.014.015-.022.023.02-.019-.003.001-.015.007.027-.013-.001-.002-.014 0 .002 0 .03-.004.01-.004-.027 0 .029.002.002.002-.007 0-.015-.004-.021-.006.002 0 .027.012.007.003-.007-.003-.013-.007-.02-.012.003.002.019.017.006.004-.006-.006-.012-.012-.016-.019l-.069-.083-.419-.508-.659-.799-.735-.892-.648-.786-.398-.483-.055-.066c-.06-.073-.185-.062-.246 0-.073.072-.062.174-.001.247z'/%3E%3C/svg%3E") right 10px center no-repeat;
}

.campaign-shortcode-table_filter-list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0 !important;
	gap: 6px;
}

.sortable .campaign-shortcode-table_filter-list {
	margin: 0 0 0 12px !important;
	padding-left: 12px;
	border-left: 1px solid #e8e8e8;
}

.campaign-shortcode-table_filter-list-item {
	font-size: 16px;
	font-weight: 600 !important;
	line-height: 21px;
	display: block;
	height: 40px;
	margin: 0;
	padding: 7px 12px;
	list-style-type: none;
	cursor: pointer;
	color: #060606;
	border: 2px solid #E0E0E0;
	border-radius: 4px;
	background-color: #F1F1F1 !important;
}

.campaign-shortcode-table_filter-list-item.loading {
	color: #fff;
	background-color: rgb(1 76 107 / 70%);
}

.campaign-shortcode-table_filter-list-item.desktop-hidden {
	display: none;
}

.campaign-shortcode-table_filter-more-btn {
	padding-right: 40px;
	border-color: #1c2642;
	background: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.19583 4.218H3.59783V0.707999H5.61383V4.218H9.03383V6.18H5.61383V9.708H3.59783V6.18H0.19583V4.218Z' fill='%231C2642'/%3E%3C/svg%3E%0A") right 16px center no-repeat;
}

.campaign-shortcode-table_filter-more-btn:hover {
	background-color: #F0F3F7;
}

.campaign-shortcode-table_filter-list-item.active_brand_filter {
	color: #060606 !important;
	border-radius: 4px;
	background: rgba(222, 18, 42, 0.10) !important;
	border-color: transparent;
}

.campaign-shortcode-table_sort-desktop-select {
	position: relative;
	flex-grow: 0;
	flex-shrink: 0;
}

.campaign-shortcode_desktop-select-window {
	font-size: 14px;
	font-weight: 700;
	line-height: 35px;
	min-width: 118px;
	height: 35px;
	padding-right: 25px;
	padding-left: 12px;
	cursor: pointer;
	color: #fff;
	border-radius: 35px;
}

.campaign-shortcode_desktop-select-dropdown {
	position: absolute;
	z-index: 3;
	top: 41px;
	overflow: hidden;
	width: 100%;
	border: 1px solid #afafaf;
	border-radius: 4px;
	background-color: #fff;
}

.toplist-poker-ps-table__wrapper .desktop-select-item {
	font-size: 14px;
	line-height: 21px;
	min-height: 45px;
	padding: 12px;
	cursor: pointer;
	color: #1c2642;
}

.toplist-poker-ps-table__wrapper .desktop-select-item:hover {
	background-color: #f4f4f4;
}

.campaign-shortcode-table_sort-mobile-select,
.campaign-shortcode_tags_select {
	font-size: 12px;
	font-weight: 700;
	line-height: 18px;
	display: none;
	flex-grow: 0;
	flex-shrink: 0;
	min-width: 99px;
	height: 30px;
	padding-right: 25px;
	padding-left: 12px;
	cursor: pointer;
	color: #fff;
	border: none;
	border-radius: 35px;
	outline: none;
	appearance: none;
}

.campaign-shortcode_tags_select {
	font-size: 14px;
	line-height: 35px;
	display: initial;
	height: 35px;
	background: #014C6B url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:v='https://vecta.io/nano' width='12' height='12' fill='%23fff'%3E%3Cpath d='M2.854 4.972l2.983-3.616c.085-.103.243-.103.329 0l2.983 3.616c.114.138.016.348-.164.348H3.018c-.18 0-.279-.209-.164-.348z'/%3E%3Cpath d='M2.977 5.095l.218-.266.548-.664.71-.86.717-.868.556-.674.233-.282c.003-.005.03-.029.016-.019s.036-.015.013-.007c-.015.006.045 0 .005 0 .035 0-.023-.001.012 0 .002 0 .027.008.007.001s.007.003.006.003.023.016.007.003l.016.019.017.021.117.143.488.592.686.832.729.885.606.735.319.388.016.02c.001 0-.029-.038-.014-.017a.1.1 0 0 0 .012.019c-.002-.002-.007-.028-.003-.01.001.006.003.013.006.02.008.027.005-.022-.001.006-.001.005-.005.026 0 .002s-.002.006-.003.008l-.014.022c.003-.006.009-.023.007-.01s-.019.013-.022.015c.01-.007.023-.009.003-.003-.029.009.022.002-.01.001h-.065-.51-.879-1.1-1.158H4.21h-.799-.382c-.015 0-.013-.001-.021 0-.022-.017-.012-.002-.007.002-.016-.027-.01-.009-.007-.003l-.02-.034c.001.002.016.027.006.012-.002-.01-.001-.019-.002-.024.001.003-.009.031-.002.014.002-.007.015-.042.006-.024s.017-.023.021-.028c.058-.074.012-.195-.063-.238-.089-.052-.181-.013-.238.063-.095.124-.095.313-.005.44.077.107.189.166.322.169h.096.577.943 1.143 1.18 1.036.731c.116 0 .267.02.38-.02.157-.056.271-.207.265-.376-.003-.099-.043-.179-.103-.253l-.089-.108-.459-.556-.693-.84-.747-.905-.631-.764-.341-.413c-.109-.132-.289-.189-.452-.122a.47.47 0 0 0-.185.151l-.39.474-.656.795-.753.912-.668.81-.414.501-.058.07c-.059.072-.071.175 0 .246.062.059.186.071.246-.002zm-.125 1.93l2.983 3.616c.085.103.243.103.329 0l2.983-3.616c.114-.138.016-.348-.164-.348H3.016c-.18 0-.279.209-.164.348z'/%3E%3Cpath d='M2.73 7.148l.228.275.569.69.732.887.724.876.544.659c.101.123.203.289.364.339s.319-.016.42-.138l.125-.152.513-.622.712-.864.739-.896.596-.722.272-.33a.4.4 0 0 0 .102-.272c-.007-.169-.124-.324-.29-.365-.053-.013-.105-.012-.159-.012h-.524-.909-1.128-1.179-1.066-.775c-.107 0-.214-.003-.321 0-.134.003-.249.065-.324.175a.38.38 0 0 0 .009.435c.057.074.15.114.238.063.073-.043.121-.164.063-.238-.008-.012-.015-.026-.024-.036.002.002.007.028.003.01-.001-.006-.003-.013-.006-.02-.008-.027-.005.022.001-.006.001-.005.005-.026 0-.002s.002-.006.003-.008l.014-.022c-.003.006-.009.023-.007.01s.019-.013.022-.015c-.01.007-.023.009-.003.003.029-.009-.022-.002.01-.001h.148.618.948H5.86h1.149 1.008.711.193.048.029c-.039.001.017.008 0 .001-.027-.01.031.021.007.003s.026.028.006.005c-.015-.017.007.015.01.02.002.013-.001-.022 0-.001 0 .012-.001.02-.002.026s-.01.022-.001.005-.003.001-.003.003-.023.024.001 0c.064-.063.012-.014.009-.012s-.012.015-.017.022l-.116.14-.487.59-.69.837-.729.885-.606.735-.319.388-.016.02c-.007.008-.014.015-.022.023.02-.019-.003.001-.015.007.027-.013-.001-.002-.014 0 .002 0 .03-.004.01-.004-.027 0 .029.002.002.002-.007 0-.015-.004-.021-.006.002 0 .027.012.007.003-.007-.003-.013-.007-.02-.012.003.002.019.017.006.004-.006-.006-.012-.012-.016-.019l-.069-.083-.419-.508-.659-.799-.735-.892-.648-.786-.398-.483-.055-.066c-.06-.073-.185-.062-.246 0-.073.072-.062.174-.001.247z'/%3E%3C/svg%3E") right 10px center no-repeat;
}

.campaign-shortcode-table_sort-desktop-select~.campaign-shortcode_tags_select {
	margin-left: 20px;
}


.bm-tiny .toplist-poker-ps-table__offer, .toplist-poker-ps-table__offer {
	 /* filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.08)) drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.08)); */
    filter: inherit;
    margin-bottom: 35px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}
.bm-tiny .toplist-poker-ps-table__offer.toplist-poker-ps-term-empty, .toplist-poker-ps-table__offer.toplist-poker-ps-term-empty {
    margin-bottom:0px;
}

.toplist-poker-pokerscout-table__available_games {
	grid-area: available_games;
	margin-top: 1.5rem;
}



.toplist-poker-pokerscout__offer-games-subtitle label {
	margin: 0;
	font-family:var(--bm-font-family);
	font-style: normal;
	font-weight: 600;
	font-size: 13px;
	line-height: 18px;
	color: #181A1C;

}



.toplist-poker-pokerscout__offer-game-all-name {
	padding: 4px 8px;
	border-radius: 20px;
	background: #F8F8F8;
	font-family:var(--bm-font-family);
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 18px;
	display: flex;
	align-items: center;
	text-align: center;
	color: #636972;
}

.available_games .toplist-poker-pokerscout__offer-games-wrapper {
	display: block;
	/* align-items: center;
	gap: 8px;
	flex-wrap: wrap; */
}
.toplist-poker-pokerscout__offer-games-all-list {
	/* display: flex;
	gap: 4px;
	flex-wrap: wrap; */
	display: contents;
}

.toplist-poker-pokerscout__offer-game-all {
    display: inline-block;
    margin: 2px 0;
}
.toplist-poker-pokerscout__offer-games-subtitle {
    display: inline-block;
	margin-right: 6px;
}

.toplist-poker-ps-table-rating-rakeback {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 1rem;
	justify-content: center;
}

.toplist-poker-ps-table__rating-text,
.toplist-poker-ps-table__offer-rakeback-text {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 600;
	font-size: 21px;
	line-height: 33px;
	text-transform: capitalize;
	color: #E63B2E;
	text-align: center;
}

.toplist-poker-ps-table__rating-text span {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	line-height: 23px;
	text-transform: capitalize;
	color: #E63B2E;
}

.toplist-poker-ps-table__offer-rakeback-text span em {
	font-weight: 400;
	font-size: 15px;
	line-height: 23px;
	text-transform: capitalize;
	color: #E63B2E;
	font-style: normal;
}

 .toplist-poker-ps-table__offer-rating .ps_read_text a,
.bm-tiny .toplist-poker-ps-table__offer-rating .ps_read_text a,
.toplist-poker-ps-table__offer-rakeback-text label {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 10px;
	line-height: 13px;
	display: flex;
	align-items: center;
	text-align: center;
	color: #5A6068;
	margin-bottom: 0;
	letter-spacing: 0;
	text-transform: capitalize;
}


.toplist-poker-ps-table__offer-rakeback-text {
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 2px;
}

.bm-tiny .toplist-poker-ps-table__offer-terms .cell_bottom,
.toplist-poker-ps-table__offer-terms .cell_bottom {
	max-height: 24px;
}

.toplist-poker-ps-table__offer-terms:hover ~.toplist-poker-ps-table__terms-tooltip {
    display: block;
}

@media screen and (min-width: 992px) {

	.bm-tiny .toplist-poker-ps-table__offer {
		gap: 0 16px;
		grid-template-columns: 120px 1fr 240px;
		grid-template-areas: "label label label" "logo description cta-button" "logo available_games available_games" "terms terms terms";
		/* grid-template-columns: 130px 1fr 204px; */
	}

	.toplist-poker-ps-table__offer {
		gap: 0 16px;
		grid-template-columns: 120px 1fr 240px;
		grid-template-areas: "label label label" "logo description cta-button" "logo available_games available_games" "terms terms terms";
	}

	/* .bm-tiny .toplist-poker-ps-table__offer-logo img { */
	/* height: 105px; */
	/* } */
	.toplist-poker-ps-table__offer-key-features ul {
		margin-top: 8px;
	}

	.bm-tiny .toplist-poker-ps-table__offer-key-features ul {
		margin-top: 4px;
	}

	.bm-tiny .toplist-poker-ps-table__offer-description,
	.toplist-poker-ps-table__offer-description {
		display: none;
	}

	.bm-tiny .toplist-poker-ps-table__offer-key-features,
	.toplist-poker-ps-table__offer-key-features {
		grid-area: description;
	}

	.bm-tiny .toplist-poker-ps-table__offer-key-features>.toplist-poker-ps-table__offer-description,
	.toplist-poker-ps-table__offer-key-features>.toplist-poker-ps-table__offer-description {
		display: inline;
		flex-wrap: wrap;
		margin-bottom: 8px;
	}

	.bm-tiny .toplist-poker-ps-table__offer-rating,
	.toplist-poker-ps-table__offer-rating {
		flex-flow: column;
		margin-left: 0;
		margin-bottom: 0px;
	}

	.bm-tiny .toplist-poker-ps-table__offer-rating .star_rating_img,
	.toplist-poker-ps-table__offer-rating .star_rating_img {
		margin: 0px 0 0 5px;
		filter: hue-rotate(320deg) saturate(480%) brightness(120%);
	}

	.toplist-poker-ps-table__offer .read_review_url a {
		background: transparent;
		font-size: 10px;
		color: #5A6068;
		height: auto;
	}

	.toplist-poker-ps-table__offer .read_review_url svg {
		display: none;
	}

	.bm-tiny .campaign-compact-asia-table__offer,
	.campaign-compact-asia-table__offer {
		grid-template-areas:
			"label label label"
			"logo description cta-button"
			"terms terms terms";
		grid-template-columns: 240px 1fr 195px;
	}

	.bm-tiny .campaign-compact-asia-table__offer .toplist-poker-ps-table__offer-rating,
	.campaign-compact-asia-table__offer .toplist-poker-ps-table__offer-rating {
		display: none;
	}

}

@media screen and (min-width: 992px) and (max-width: 1199.98px) {
	td.toplist-poker-ps-table__highlighted-label {
		max-width: 125px;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
}

@media screen and (min-width: 1200px) {
	.bm-tiny .toplist-poker-ps-table__offer {
		gap: 0 16px;
		grid-template-columns: 120px 1fr 240px;
	}

	.toplist-poker-ps-table__offer {
		gap: 0 32px;
		grid-template-columns: 144px 1fr 300px;
	}

	.toplist-poker-ps-table__offer {
		padding: 24px;
	}

}


.campaign__show-only-on-mobile {
	display: none;
}


.toplist-poker-ps-table__offer.bm-w-summer-cups {
	padding-top: 70px !important;
	border: 3px solid #143CDA !important;
}

.bm-tiny td.toplist-poker-ps-table__highlighted-label {
	top: 8px;
	left: 10px;
}

td.toplist-poker-ps-table__highlighted-label {
	font-family: var(--bm-font-family);
	font-size: 10px;
	font-weight: 700;
	line-height: 13px;
	position: absolute;
	top: 24px;
	left: 24px;
	padding: 4px 8px 4px 28px !important;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	border-radius: 0;
	background: #D1362A;
	z-index: 9;
	height: 20px;
	border-radius: 20px;
	letter-spacing: 0.08em;
}

.toplist-poker-ps-table__highlighted-label::after {
	content: "";
	width: 14px;
	height: 22px;
	border-bottom: 22px solid #6BD425;
	border-right: 11px solid transparent;
	position: absolute;
	left: 98%;
	top: 0;
	display: none;
}

.toplist-poker-ps-table__highlighted-label::before {
	content: "";
	width: 0;
	height: 0;
	border-top: 21px solid #6BD425;
	border-left: 10px solid transparent;
	position: absolute;
	right: 100%;
	top: 0;
	display: none;
}

/* .toplist-poker-ps__offer-labelcl::after {
	content: "";
	border-top: 10px solid #C4C4C4;
	border-left: 6px solid transparent;
	position: absolute;
	bottom: -9px;
	left: 2px;
	font-family: Noto Sans,sans-serif;
} */
.toplist-poker-ps__offer-labelcl::after {
	content: "";
	position: absolute;
	left: -2px;
	top: -2px;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	background: #ffffff;
	border-radius: 25px;
	z-index: 1;
	isolation: isolate;
	filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.04)) drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.04));
}

.coupon-mobile {
	display: none;
}

p.toplist-poker-ps__offer-brand-name {
	font-family: var(--bm-font-family);
	font-style: normal;
	font-weight: 700;
	font-size: 10px;
	line-height: 13px;
	text-align: center;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #969BA1;
	margin-top: 8px;
	margin-bottom: 0;
}

.ps_campaign_game_show_more {
	font-family: var(--bm-font-family);
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 18px;
	color: #181A1C;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.toplist-poker-ps-table-rating-payout-minimum_deposit {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 1rem;
    justify-content: center;
}
.toplist-poker-ps-table__offer-minimum_deposit-text{
    display: flex;
    align-items: center;
    flex-flow: column;
    gap: 2px;
}
.toplist-poker-ps-table__offer-minimum_deposit-text span {
	font-weight: 600;
    font-size: 21px;
    line-height: 33px;
    text-transform: capitalize;
    color: #E63B2E;
}

.toplist-poker-ps-table__offer-minimum_deposit-text span em {
	font-weight: 400;
	font-size: 15px;
	line-height: 23px;
	text-transform: capitalize;
	color: #E63B2E;

}
.toplist-poker-ps-table__offer-minimum_deposit-text label {
	font-weight: 400;
	font-size: 10px;
	line-height: 13px;
	text-align: center;
	color: #5A6068;
	margin-bottom: 0;
}

@media screen and (max-width: 991.98px) {
	.campaign__show-only-on-mobile {
		display: block;
	}

	.campaign__show-only-on-desktop {
		display: none;
	}

	.toplist-poker-ps-table__offers-wrapper {
		gap: 10px;
	}

	.toplist-poker-ps-table__offer-key-features ul {
		margin: 0;
		list-style-type: none;
		padding-left: 0;
		padding-top: 1rem;
		border-top: 0.5px solid #D6D8DA;
	}

	.toplist-poker-ps-table__wrapper .campaign-shortcode-table_filter-section-wrapper {
		margin-bottom: 16px;
	}
	
	.toplist-poker-ps-table__offer {
		gap: 0 12px;
		grid-template-areas:
			"label label"
			"logo description"
			/* "description description" */
			"rating rating"
			"cta-button cta-button"
			"key-features key-features"
			"available_games available_games"
			"terms terms";
		grid-template-columns: 72px 1fr;
		padding: 1rem;
	}

	.toplist-poker-ps-table__offer-logo {
		padding-top: 25px !important;
		position: static;
		margin-bottom: 0 !important;
	}

	p.toplist-poker-ps__offer-brand-name {
		font-weight: 700;
		margin: 0;
		top: 1rem;
		right: 1rem;
		position: absolute;
		font-size: 9px;
		line-height: 11px;
		text-align: right;
		letter-spacing: 0.08em;
		text-transform: uppercase;
		color: #969BA1;
		width: 50%;
	}

	.toplist-poker-ps-table__offer.brand_table_custom_cl {
		padding: 16px;
	}

	.toplist-poker-ps-table__offer.bm-w-summer-cups {
		padding-top: 93px !important;
	}

	.toplist-poker-ps-table__offer> :not(:first-child) {
		margin-bottom: 12px;
		text-align: center;
	}

	.cell_bottom {
		text-align: left;
	}

	.toplist-poker-ps-table__offer-cta-button {
		display: flex;
		flex-direction: column;
		margin-top: 12px;
		margin-bottom:16px !important;
	}
	.toplist-poker-ps-table-rating-rakeback {
		gap: 4px;
		margin-top: 12px;
	}

	.toplist-poker-ps-table__offer-key-features,
	.toplist-poker-ps-table__offer-terms {
		margin-bottom: 0 !important;
	}

	.toplist-poker-ps-table__offer-terms {
		margin-top: 0px !important;
	}

	.toplist-poker-ps-terms td {
		justify-content: flex-start;
		align-items: flex-start;
		text-align: left;
	}

	.toplist-poker-ps-table__offer>*:first-child:not(.toppike-out) {
		margin-bottom: 16px;
	}
	.bm-tiny .toplist-poker-ps__offer-labelcl,
	.toplist-poker-ps__offer-labelcl {
		top: 16px;
		left: 16px;
	}
	.bm-tiny td.toplist-poker-ps-table__highlighted-label ,
	td.toplist-poker-ps-table__highlighted-label {
		top: 16px;
		left: 16px;
	}

	.toplist-poker-ps__offer-labelcl::before {
		font-size: 10px;
		padding: 5px;
	}

	.toplist-poker-ps-table__offer .read_review_url svg {
		display: none;
	}

	.toplist-poker-ps-table__offer-brand-name {
		display: none;
	}

	.toplist-poker-ps-table__offer-rating .toplist-poker-ps-table__offer-brand-name {
		display: block;
		margin-top: 4px;
		text-align: right;
	}

	.toplist-poker-ps-table__offer .read_review_url a {
		background: transparent;
		color: #5A6068;
		font-size: 10px;
		height: auto;
			}

	.toplist-poker-ps-table__offer-rating {
		margin-top: 0;
		flex-flow: column;
		flex: 1;
	}

	.toplist-poker-ps-table__offer-rakeback {
		flex: 1;
	}

	.toplist-poker-ps-table__offer-rating-text {
		font-size: 12px;
		line-height: 22px;
		padding: 4px 7px;
		margin-right: 5px;
	}

	.toplist-poker-ps-table__rating-text,
	.toplist-poker-ps-table__offer-rakeback-text {
		font-size: 19px;
		line-height: 29px;
	}

	.toplist-poker-ps-table__rating-text span {
		font-size: 13px;
		line-height: 21px;
	}

	.toplist-poker-ps-table__offer-rakeback-text span em {
		font-size: 13px;
		line-height: 21px;
	}

	.bm-tiny .toplist-poker-ps-table__offer-rating .ps_read_text a,
	.toplist-poker-ps-table__offer-rating .ps_read_text a,
	.toplist-poker-ps-table__offer-rakeback-text label {
		font-size: 13px;
		line-height: 21px;
	}

	.read_review {
		line-height: 21px;
	}

	.toplist-poker-ps-table__offer-rating img {
		width: 82px;
		height: 15px;
		margin: 0;
	}

	.toplist-poker-ps-table__offer-no-coupon-code {
		line-height: 30px;
		margin: 0;
	}

	.toplist-poker-ps-table__offer .read_review_url {
		flex-basis: 100%;
		margin-top: 0px;
		margin-left: 0;
	}

	.toplist-poker-ps-table__offer-key-features ul li {
		padding: 0 0 0px 30px;
		margin: 0 0 4px 0;
		font-size: 15px;
		line-height: 23px;
		background-size: 22px;
	}

	.toplist-poker-ps-table__offer-description {
		grid-area: description !important;
		padding-top: 25px !important;
		display: inline;
		flex-flow: column;
		align-items: flex-start;
		margin-bottom: 0 !important;
		text-align: left !important;
	}

	.toplist-poker-ps-table__offer-description p {
		font-size: 19px;
		line-height: 29px;
		margin-bottom: 0 !important;
		text-align: left !important;
		letter-spacing: normal;
	}

	.toplist-poker-ps-table__offer-key-features li {
		text-align: left;
	}
	.toplist-poker-ps-table__offer-terms .cell_bottom {
		max-height: unset;
		margin: 0;
		padding: 0;
		border: 0;
		text-align: left;
		font-weight: 400;
		font-size: 9px;
		line-height: 11px;
		text-transform: capitalize;
		color: #5A6068;
	}

	.toplist-poker-ps-table__show-more-btn {
		font-size: 15px;
		margin: 12px auto;
	}

	.campaign-shortcode-table_filter-section-wrapper {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 21px;
	}

	.campaign-shortcode-table_filter-section {
		position: relative;
		left: -15px;
		overflow: scroll;
		width: calc(100% + 30px);
		padding-right: 15px;
		padding-left: 15px;
		-ms-overflow-style: none;
		scrollbar-width: none;
	}

	.campaign-shortcode-table_filter-section::-webkit-scrollbar {
		display: none;
	}

	.campaign-shortcode-table_filter-section {
		position: relative;
		left: 0px;
		overflow: scroll;
		width: calc(100% + 0px);
		padding-right: 15px;
		padding-left: 0px;
		-ms-overflow-style: none;
		scrollbar-width: none;
	}

	.campaign-shortcode-table_filter-section::-webkit-scrollbar {
		display: none;
	}

	.campaign-shortcode-table_filter-list {
		flex-wrap: nowrap;
	}

	.sortable .campaign-shortcode-table_filter-list {
		margin-left: 8px;
		padding-left: 8px;
	}

	.campaign-shortcode-table_filter-list-item {
		font-size: 16px;
		line-height: 24px;
		flex: 0 0 auto;
		height: 40px;
		margin-bottom: 0;
		padding: 7px 12px !important;
	}

	.campaign-shortcode-table_filter-list-item.desktop-hidden {
		display: initial;
	}

	.campaign-shortcode-table_filter-more-btn {
		display: none;
	}

	.campaign-shortcode-table_sort-mobile-select {
		display: initial;
	}

	.campaign-shortcode_tags_select {
		font-size: 12px;
		line-height: 18px;
		height: 30px;
	}

	.campaign-shortcode-table_sort-desktop-select {
		display: none;
	}

	.campaign-compact-asia-table__offer {
		grid-template-areas:
			"label label"
			"logo logo"
			"description description"
			"cta-button cta-button"
			"key-features key-features"
			"terms terms";
	}

	.campaign-compact-asia-table__offer .toplist-poker-ps-table__offer-rating {
		display: none;
	}

	.coupon-mobile.coupon-code {
		display: inline-flex;
		margin-left: 0;
		width: auto;
	}

	.toplist-poker-ps-table__offer-has-coupon-code>span {
		font-size: 15px;
		line-height: 21px;
	}

	.toplist-poker-ps-table__offer-has-coupon-code {
		position: relative;
		margin-top: 0;
	}

	.coupon-desktop {
		display: none;
	}

	.toplist-poker-ps-table .coupon-code__copy-btn {
		right: 1px;
		width: 24px;
		padding-left: 4px;
		padding-right: 0;
		height: 22px;
	}

	.toplist-poker-ps-table .coupon-code_copied {
		font-size: 15px;
		line-height: 21px;
	}

	.toplist-poker-ps-table .coupon-code__wrapper {
		padding-right: 2px;
		padding-left: 2px;
		text-align: left;
		font-size: 15px;
		line-height: 21px;
		text-transform: capitalize;
	}

	.toplist-poker-pokerscout-table__available_games {
		margin-top: 16px;
		margin-bottom: 0 !important;
	}

	.toplist-poker-pokerscout__offer-games-subtitle label {
		font-size: 13px;
		line-height: 21px;
	}

	.toplist-poker-pokerscout__offer-games-all-list {
		display: flex;
		gap: 4px;
		flex-wrap: nowrap;
		overflow-x: auto;
		white-space: nowrap;
		scrollbar-width: thin;
	}

	.available_games .toplist-poker-pokerscout__offer-games-wrapper {
		display: block;
		text-align: left;
	}

	.toplist-poker-pokerscout__offer-games-subtitle {
		margin-bottom: 4px;
		text-align: left;
	}

	.toplist-poker-pokerscout__offer-game-all-name {
		margin-bottom: 5px;
		font-size: 11px;
		line-height: 17px;
		color: #636972;

	}

	.toplist-poker-ps-table__offer .toplist-poker-pokerscout__offer-game-all.hidden {
		display: block;
	}

	.ps_campaign_game_show_more {
		display: none;
	}
	
	.toplist-poker-ps-terms {
		margin: 0 -15px 0;
		bottom: -60px;
	}

.campaign-compact-table__offer-logo img {
	height: auto;
}
	


}

/* media for bm */
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
	.bm-tiny .toplist-poker-ps-table__offer ,
	.toplist-poker-ps-table__offer
	{
		gap: 0 16px;
		grid-template-columns: 120px 1fr 240px;
	}

}

@media screen and (max-width: 767.98px) {
	/* td.toplist-poker-ps-table__highlighted-label {
		max-width: 160px;
		text-overflow: ellipsis;
		overflow: hidden;
		text-align: left;
		white-space: nowrap;
	} */

	.toplist-poker-ps-table__offer-rating, .toplist-poker-ps-table__offer-rakeback-text{
		gap:0px
	}
}