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

.toplist-poker-ps-pstop__wrapper {
	margin-bottom: 0;
}

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

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

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

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

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

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

.toplist-poker-ps-pstop__offer {
	position: relative;
	display: grid;
	padding: 20px;
	border-radius: 8px;
	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: 1px solid #E0E0E0;
	background: linear-gradient(0deg, #FFF 0%, #FFF 100%);
}

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

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

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

.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;
	background-size: 100%;
}

.toplist-poker-ps-pstop__offer-logo a {
	text-decoration: none !important;
}

.toplist-poker-ps-pstop__offer-logo img {
	width: 144px;
	height: 144px;
	object-fit: cover;
	border-radius: 50%;
}

.toplist-poker-ps-pstop__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-pstop__offer-rating .toplist-poker-ps-pstop__offer-brand-name {
	display: none;
}

.toplist-poker-ps-pstop__offer-description {
	grid-area: description;
	color: #1e1e1e !important;
}

.toplist-poker-ps-pstop__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;
	color: #181A1C;
}


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

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

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

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

.toplist-poker-ps-pstop__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-pstop__offer-rating img {
	width: 82px;
	margin: 8px 0 0 0;
}

.toplist-poker-ps-pstop__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-pstop__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-pstop__offer-cta-button {
	grid-area: cta-button;
}

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

.toplist-poker-ps-pstop__offer-cta-button>a:hover {
    text-decoration: none;
    color: #ffffff;
    background: #D1362A;
    border-color: #D1362A;
}
.toplist-poker-ps-pstop__offer-cta-button>a:focus{
	color: #ffffff !important;
    background: #D1362A !important;
    border-color: #D1362A !important;
}
.pstop-coupon-code {
	display: flex;
	justify-content: end;
	align-items: end;
}

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

.toplist-poker-ps-pstop__offer-has-coupon-code>span {
	font-family: var(--bm-font-family);
	font-style: italic;
	font-weight: 600;
	font-size: 17px;
	line-height: 23px;
	color: #E63B2E;
	white-space: nowrap;
}

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

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

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

.toplist-poker-ps-pstop .pstop-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-pstop .pstop-coupon-code_copied svg path {
	stroke: #E63B2E;
}

.toplist-poker-ps-pstop .pstop-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-pstop .pstop-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-pstop__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-pstop__offer-terms {
	position: relative;
	margin: 0px 0 0;
	color: #5A6068;
	grid-area: terms;
}

.toplist-poker-ps-pstop__offer-terms .cell_bottom {
	overflow: hidden;
	max-height: 12px;
	font-family: var(--bm-font-family);
	font-style: italic;
	font-weight: 400;
	font-size: 10px;
	line-height: 13px;
	color: #5A6068;
	text-align: center;
}

.toplist-poker-ps-pstop__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;
	background: transparent !important;
}
.show_more_rg_text-outer {
	background: transparent !important;
}

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

.toplist-poker-ps-pstop__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;
	transition: all 0.3s ease-in-out;
}


.toplist-poker-ps-pstop__show-more-btn .show_more_rg_text:hover {
    background: #fff !important;
	border-color: transparent;
    color: #181A1C;
	cursor: pointer;
	box-shadow: inset 0 0 0 2px var(--base-color); /* Inner border effect */
}
.toplist-poker-ps-pstop__show-more-btn .show_more_rg_text:hover svg path {
	stroke: #181A1C;
}


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

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

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

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

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

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

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

.toplist-poker-ps-pstop__offer-rating-empty,
.toplist-poker-ps-pstop__offer-rakeback-empty {
	display: none
}

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



/* media bm */
@media screen and (min-width: 992px) {
	.toplist-poker-ps-pstop__terms-tooltip {
		font-size: 12px;
		line-height: 1.5;
		position: absolute;
		z-index: 1000;
		top: 24px;
		left: calc(50% - 210px);
		display: none;
		width: 420px;
		padding: 16px;
		text-align: center;
		color: #E3E2E2;
		border-radius: 5px;
		background: #000;
	}

	.toplist-poker-ps-pstop__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-pstop__terms-tooltip {
		top: 34px;
	}

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

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

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


}

/* Sorting & filtering styles. */

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

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

.campaign-shortcode-pstop_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-pstop_filter-list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0 !important;
	gap: 6px;
}

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

.campaign-shortcode-pstop_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-pstop_filter-list-item.loading {
	color: #fff;
	background-color: rgb(1 76 107 / 70%);
}

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

.campaign-shortcode-pstop_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-pstop_filter-more-btn:hover {
	background-color: #F0F3F7;
}

.campaign-shortcode-pstop_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-pstop_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-pstop__wrapper .desktop-select-item {
	font-size: 14px;
	line-height: 21px;
	min-height: 45px;
	padding: 12px;
	cursor: pointer;
	color: #1c2642;
}

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

.campaign-shortcode-pstop_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-pstop_sort-desktop-select~.campaign-shortcode_tags_select {
	margin-left: 20px;
}

.bm-tiny .toplist-poker-ps-pstop__offer {
	filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.08)) drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.08));
}

.toplist-poker-pokerscout-pstop__available_games {
	grid-area: available_games;
	margin-top: 1.4rem;
}

/* .available_games .toplist-poker-pstop-pokerscout__offer-games-wrapper {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}
 */
 .available_games .toplist-poker-pstop-pokerscout__offer-games-wrapper {
    display: flex;
    align-items: self-start;
    gap: 8px;
    flex-flow: column;
}
.toplist-poker-pstop-pokerscout__offer-games-subtitle label {
	margin: 0;
	font-family: var(--bm-font-family);
	font-weight: 600;
	font-size: 15px;
	line-height: 23px;
	color: #181A1C;

}

.toplist-poker-pstop-pokerscout__offer-games-all-list {
	display: flex;
	gap: 4px;
	flex-wrap: wrap;
}

.toplist-poker-pstop-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;
}

.toplist-poker-ps-pstop_outer:nth-child(1) .toplist-poker-ps-pstop__offer.w-highlighted-label .toplist-poker-pstop-pokerscout__offer-game-all-name {
	background: #ffffff;
}

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

.toplist-poker-ps-pstop__rating-text,
.toplist-poker-ps-pstop__offer-rakeback-text {
	font-family: var(--bm-font-family);
	font-style: normal;
	font-weight: 600;
	font-size: 21px;
	line-height: 33px;
	color: #E63B2E;
}

.toplist-poker-ps-pstop__rating-text span {
	font-family: var(--bm-font-family);
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	line-height: 23px;
	color: #E63B2E;
}

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

.bm-tiny .toplist-poker-ps-pstop__offer-rating .ps_read_text a,
.toplist-poker-ps-pstop__offer-rakeback-text label {
	font-family: var(--bm-font-family);
	font-weight: 400;
	font-size: 13px;
	line-height: 13px;
	display: flex;
	align-items: center;
	text-align: center;
	color: #5A6068;
	margin-bottom: 0;
	letter-spacing: 0;
}


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

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

	.bm-tiny .toplist-poker-ps-pstop__offer {
		gap: 0 24px;
		grid-template-areas: "label label label" "logo description cta-button" "logo available_games available_games" "terms terms terms";
		grid-template-columns: 130px 1fr 204px;
	}

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

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

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

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

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

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



}


/* Top-listshotcode */


/* .bm-tiny .toplist-poker-ps-pstop__offer-description { */
/* display: none; */
/* } */

/* .bm-tiny .toplist-poker-ps-pstop__offer-key-features { */
/* grid-area: description; */
/* } */

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


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

.ps_poker_shortcode_toplist .pstop-coupon-mobile {
	display: none;
}

.ps_poker_shortcode_toplist p.toplist-poker-ps__offer-brand-name {
	font-family: var(--bm-font-family);
	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_poker_shortcode_toplist .ps_campaign_game_show_more {
	font-family: var(--bm-font-family);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #181A1C;
	font-size: 13px;
	font-weight: 400;
	line-height: 15px;
}

.ps_poker_shortcode_toplist .ps_campaign_game_show_more:hover {
	cursor: pointer;
}

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

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

.ps_poker_shortcode_toplist .toplist-poker-ps-pstop__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;
	width: max-content;
}

.ps_poker_shortcode_toplist .toplist-poker-ps-pstop__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;
}

.ps_poker_shortcode_toplist .toplist-poker-ps-pstop__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;
}

.ps_poker_shortcode_toplist .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: 9;
	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));
}



.ps_poker_shortcode_toplist .toplist-poker-ps-pstop__offers-wrapper {
	gap: 8px;
}

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

.toplist-poker-ps-pstop__wrapper.ps_poker_shortcode_toplist .campaign-shortcode-pstop_filter-section-wrapper {
	margin-bottom: 16px;
}

.ps_poker_shortcode_toplist .toplist-poker-ps-pstop__offer {
	gap: 0 12px;
	grid-template-areas: "label label" "logo logo" "description description" "cta-button cta-button" "rating rating" "key-features key-features" "available_games available_games" "terms terms";
	grid-template-columns: 1fr 1fr;
	padding: 0;
	width: 100%;
	border: none;
	border-radius: 8px;
	height: 100%;
	align-items: flex-start;
	justify-content: flex-start;
	align-content: flex-start;
	filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.08)) drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.08));
}

.ps-bm-shotcode {
	display: inline-block;
	width: 100%;
	margin-top: 25px;
}

/* .toplist-poker-ps-pstop_outer:nth-child(2) { */
/* transform: scale(1.15); */
/* margin: 2px 26px 43px; */
/* } */
.ps_poker_shortcode_toplist .toplist-poker-ps-pstop__offer-description p {
	padding: 0;
}

.ps_poker_shortcode_toplist .toplist-poker-ps-pstop__offer-logo {
	padding-top:0 !important;
	position: relative;
	height: 114px;
	align-content: center;
	align-items: center;
	justify-content: center;
	border-radius: 6px 6px 0 0;
}

.ps_poker_shortcode_toplist p.toplist-poker-ps__offer-brand-name {
	font-weight: 700;
	margin: 0;
	position: absolute;
	font-size: 10px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	border-radius: 4px 4px 0px 0px;
	background: #000;
	height: 21px;
	padding: 0px 8px;
	line-height: 21px;
	top: auto;
	width: auto;
	right: auto;
}

.ps_poker_shortcode_toplist .toplist-poker-ps-pstop__offer.brand_pstop_custom_cl {
	padding: 16px;
}

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

.ps_poker_shortcode_toplist .toplist-poker-ps-pstop__offer> :not(:first-child) {
	margin-bottom: 0;
	text-align: center;
}

.ps_poker_shortcode_toplist .cell_bottom {
	text-align: left;
}

.ps_poker_shortcode_toplist .toplist-poker-ps-pstop__offer-cta-button {
	display: flex;
	flex-direction: column;
	margin-top: 8px;
	padding: 0 24px;
}

.ps_poker_shortcode_toplist .toplist-poker-ps-pstop-rating-rakeback {
	gap: 0px 16px;
	margin-top: 17px;
}

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

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

.ps_poker_shortcode_toplist .toplist-poker-ps-terms {
	justify-content: flex-start;
	align-items: flex-start;
	text-align: left;
	position: relative;
	bottom: auto;
	margin: 0;
}

.ps_poker_shortcode_toplist .toplist-poker-ps-pstop__offer>*:first-child:not(.toppike-out) {
	margin-bottom: 16px;
}

.ps_poker_shortcode_toplist .toplist-poker-ps-pstop__highlighted-label {
	top: 0px;
	left: 0px;
}

.ps_poker_shortcode_toplist .toplist-poker-ps__offer-labelcl {
	top: 8px;
	left: 8px;
}

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

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

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

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

.ps_poker_shortcode_toplist .toplist-poker-ps-pstop__offer .read_review_url a {
	background: transparent;
	height: auto;
	font-weight: 400;
	font-size: 13px;
	line-height: 18px;
	text-decoration-line: underline;
	color: #5A6068;
}

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

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

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

.ps_poker_shortcode_toplist .toplist-poker-ps-pstop__rating-text, .ps_poker_shortcode_toplist .toplist-poker-ps-pstop__offer-rakeback-text {
	font-size: 21px;
	line-height: 25px;
}

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

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

.bm-tiny .ps_poker_shortcode_toplist .toplist-poker-ps-pstop__offer-rating .ps_read_text a{
	background: transparent;
	height: auto;
	color: #5A6068;
	text-align: center;
	font-size: 13px;
	font-weight: 400;
	line-height: 18px;
	text-decoration-line: underline;
	font-family: var(--bm-font-family);
}
.bm-tiny .ps_poker_shortcode_toplist .toplist-poker-ps-pstop__offer-rating .ps_read_text label{
	background: transparent;
	height: auto;
	color: #5A6068;
	text-align: center;
	font-size: 13px;
	font-weight: 400;
	line-height: 18px;
	font-family: var(--bm-font-family);
	text-decoration-line: unset;
}

.ps_poker_shortcode_toplist .toplist-poker-ps-pstop__offer-rakeback-text label {
	background: transparent;
	height: auto;
	color: #5A6068;
	text-align: center;
	font-size: 13px;
	font-weight: 400;
	line-height: 18px;
	text-decoration: none;
	font-family: var(--bm-font-family);
}

.ps_poker_shortcode_toplist .read_review {
	line-height: 21px;
}

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

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

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

.ps_poker_shortcode_toplist .toplist-poker-ps-pstop__offer-key-features {
	grid-area: key-features;
	padding: 0px 24px 0;
	margin-top: 24px;
}

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

.ps_poker_shortcode_toplist .toplist-poker-ps-pstop__offer-key-features ul li {
	padding: 0 0 0px 32px;
	background: url(../images/ps-check.svg) left 0px no-repeat;
	margin: 0 0 4px 0;
	font-family: var(--bm-font-family);
	font-weight: 400;
	font-size: 15px;
	line-height: 23px;
	color: #464B51;
	background-size: 24px;
	text-align: left;
}
.ps_poker_shortcode_toplist .toplist-poker-ps-pstop__offer-key-features ul li:last-child{margin-bottom: 0;}
.ps_poker_shortcode_toplist .toplist-poker-ps-pstop__offer-description {
	grid-area: description !important;
	padding-top: 16px !important;
	/*display: inline-block; */
	flex-flow: column;
	align-items: flex-start;
	margin-bottom: 0 !important;
	padding-left: 24px;
	padding-right: 24px;
}

.toplist-poker-ps-pstop_outer:not(:nth-child(1)) .toplist-poker-ps-pstop__offer-description {
	background: url("../images/bg-shape.png") no-repeat, #fff;
	background-position: left 50%;
	background-size: 100% auto;
}

.ps_poker_shortcode_toplist .toplist-poker-ps-pstop__offer-description p {
	font-size: 25px;
	line-height: 33px;
	margin-bottom: 0 !important;
	display: inline;
}

.ps_poker_shortcode_toplist .toplist-poker-ps-pstop__offer-key-features li {
	text-align: left;
}

.ps_poker_shortcode_toplist .toplist-poker-ps-pstop__offer-terms .cell_bottom {
	max-height: unset;
	margin: 8px 0 0;
	padding: 0;
	border: 0;
	color: #5A6068;
	text-align: center;
	font-size: 10px;
	font-style: italic;
	font-weight: 400;
	line-height: 13px;
	font-family: var(--bm-font-family);
}

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

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

.ps_poker_shortcode_toplist .campaign-shortcode-pstop_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;
}

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

.ps_poker_shortcode_toplist .campaign-shortcode-pstop_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;
}

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

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

.ps_poker_shortcode_toplist .sorpstop .campaign-shortcode-pstop_filter-list {
	margin-left: 8px;
	padding-left: 8px;
}

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

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

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

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

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

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

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

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

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

.ps_poker_shortcode_toplist .toplist-poker-ps-pstop__offer-has-coupon-code>span {
	font-size: 18px;
	line-height: 33px;
	letter-spacing: -0.18px;
	margin-right: 5px;
}

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

.ps_poker_shortcode_toplist .pstop-coupon-desktop {
	display: none;
}

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

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

.ps_poker_shortcode_toplist .toplist-poker-ps-pstop .pstop-coupon-code__wrapper {
	padding-right: 2px;
	padding-left: 2px;
	text-align: left;
	font-size: 18px;
	line-height: 21px;
}

.ps_poker_shortcode_toplist .toplist-poker-pokerscout-pstop__available_games {
	margin-top: 14px;
	margin-bottom: 0 !important;
	padding: 0px 24px 15px;
}

.ps_poker_shortcode_toplist .toplist-poker-pstop-pokerscout__offer-games-subtitle label {
	color: #181A1C;
	font-size: 13px;
	font-weight: 600;
	line-height: 18px;
}
.ps_poker_shortcode_toplist .toplist-poker-pstop-pokerscout__offer-games-all-list {
	display: flex;
	gap: 4px;
	flex-wrap: wrap;
	overflow-x: auto;
	white-space: inherit;
	scrollbar-width: thin;
	flex: 0 0 auto;
	width: 100%;
}
/* .ps_poker_shortcode_toplist .toplist-poker-pstop-pokerscout__offer-games-all-list {
	display: flex;
	gap: 4px;
	flex-wrap: nowrap;
	overflow-x: auto;
	white-space: nowrap;
	scrollbar-width: thin;
} */

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

.ps_poker_shortcode_toplist .toplist-poker-pstop-pokerscout__offer-games-subtitle {
	margin-bottom: 0px;
	text-align: left;
	line-height: 15px;
}

.ps_poker_shortcode_toplist .toplist-poker-pstop-pokerscout__offer-game-all-name {
	margin-bottom: 3px;
	font-size: 13px;
	line-height: 18px;
	color: #636972;
}

.ps_poker_shortcode_toplist .toplist-poker-ps-pstop__offer-logo img {
	width: auto;
	height: auto;
}

.ps_poker_shortcode_toplist .toplist-poker-ps-pstop__wrapper {
	margin-bottom: 0;
}

.ps_poker_shortcode_toplist .toplist-poker-ps-pstop__offers-wrapper {
	flex-direction: row;
	counter-reset: offers-list;
	gap: 22.5px;
	width: 100%;
	justify-content: center;
}

.toplist-poker-ps-pstop_outer {
	width: 36%;
	padding-top: 40px;
	position: relative;
	display: flex;
	flex-direction: column;
	height: auto;
}

.ps_poker_shortcode_toplist .toplist-poker-ps-pstop_outer:nth-child(1) {
	padding-top: 0;
}

.toplist-poker-ps-pstop_outer:nth-child(1) .toplist-poker-ps-pstop__offer.w-highlighted-label {
	border-right: 1px solid #E63B2E;
	border-bottom: 1px solid #E63B2E;
	border-left: 1px solid #E63B2E;
	background: #FEF1F0;
}

.ps_poker_shortcode_toplist .toplist-poker-ps-pstop_outer:nth-child(1) .toplist-poker-ps-pstop__offer-logo {
	margin: 0 -1px;
	/* height: 155px; */
}

.ps_poker_shortcode_toplist .toplist-poker-ps-pstop__offer-logo img {
	object-fit: contain;
	/* height: 60px; */
	/* margin-bottom: 1rem; */
	max-height: 60px;
	border-radius: 0;
}

/* Top-listshotcode End */



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

.ps_poker_shortcode_toplist .toplist-poker-ps-pstop_outer:nth-child(1) .toplist-poker-ps-pstop__offer-logo {
	height: 155px;
}

.toplist-poker-ps-pstop_outer:not(:nth-child(1)) {
	width: 30.5%;
	flex: 0 0 30.5%;
	/* min-width: 390px; */
}

.toplist-poker-ps-pstop_outer:not(:nth-child(1)) .toplist-poker-ps-pstop__offer-description p {
	font-size: 21px;
	line-height: 33px;
}
.ps_poker_shortcode_toplist .toplist-poker-ps-pstop_outer:nth-child(1) .toplist-poker-ps-pstop__offer-cta-button > a {
height: 48px;
font-size: 19px;
line-height: 27px;
}
.toplist-poker-ps-pstop__offers-wrapper .toplist-poker-ps-pstop_outer:nth-child(1) {
	order: 2;
}
.toplist-poker-ps-pstop__offers-wrapper .toplist-poker-ps-pstop_outer:nth-child(2) {
	order: 1;
}
.toplist-poker-ps-pstop__offers-wrapper .toplist-poker-ps-pstop_outer:nth-child(3) {
	order: 3;
}

.toplist-poker-ps-pstop__offer-rating, .toplist-poker-ps-pstop__offer-rakeback, .toplist-poker-ps-pstop__offer-rakeback {
	max-width: 103px;
	width: 100%;
}

}

@media screen and (max-width: 1199.99px) {
	.toplist-poker-ps-pstop_outer {
		width: 33%;
		display: inline-block;
		/* height: 100%; */
	}

}

@media screen and (min-width:992px) and (max-width:1199.98px) {
	.ps_poker_shortcode_toplist .toplist-poker-ps-pstop_outer:nth-child(2) .toplist-poker-ps-pstop__offer-logo {
		height: 155px;
	}

	.ps_poker_shortcode_toplist .toplist-poker-ps-pstop__offer {
		height: calc(100% - 40px);
	}
}

@media screen and (max-width:991.98px) {
	.ps_poker_shortcode_toplist .toplist-poker-ps-pstop__offer {
		height: auto;
	}

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

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

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

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


	.ps_poker_shortcode_toplist .toplist-poker-ps-pstop__offers-wrapper {
		flex-direction: column;
	}

	.ps_poker_shortcode_toplist .toplist-poker-ps-pstop__offer-description {
		flex-flow: inherit;
	}

	.ps_poker_shortcode_toplist .toplist-poker-ps-pstop__offer-description p {
		font-size: 19px;
		line-height: 29px;
		letter-spacing: normal;
	}

	.ps_poker_shortcode_toplist .toplist-poker-ps-pstop__offer-key-features {
		padding: 0px 16px 0;
		margin-top: 16px;
	}

	.toplist-poker-ps-pstop_outer {
		padding-top: 0;
	}

	.ps_poker_shortcode_toplist .toplist-poker-ps-pstop_outer:nth-child(2) .toplist-poker-ps-pstop__offer-logo {
		height: 114px;
	}

	.ps_poker_shortcode_toplist .toplist-poker-ps-pstop-rating-rakeback {

		margin-top: 12px;
	}

	.ps_poker_shortcode_toplist .toplist-poker-pokerscout-pstop__available_games {
		margin-top: 16px;
		margin-bottom: 0 !important;
		padding: 0px 16px 15px 16px;
	}

	.ps_poker_shortcode_toplist .toplist-poker-ps-pstop__offer-key-features ul {
		padding-top: 16px;
	}

	.toplist-poker-ps-pstop_outer:nth-child(1) .toplist-poker-ps-pstop__offer.w-highlighted-label {
		border-right: 1px solid #E63B2E;
		border-bottom: 1px solid #E63B2E;
		border-left: 1px solid #E63B2E;
		background: #FEF1F0;
	}

	.ps_poker_shortcode_toplist .toplist-poker-ps-pstop_outer:nth-child(1) .toplist-poker-ps-pstop__offer-logo {
		margin: 0 -1px;
		/* height: 155px; */
	}

	.ps_poker_shortcode_toplist .toplist-poker-ps-pstop_outer:nth-child(2) .toplist-poker-ps-pstop__offer-logo {
		margin: 0 0px;
		/* height: 155px; */
	}

	.toplist-poker-ps-pstop_outer:nth-child(2) .toplist-poker-ps-pstop__offer.w-highlighted-label {
		border: 0;
		background: #fff;
	}

	.ps_poker_shortcode_toplist .toplist-poker-ps-pstop__offer-description {
		padding-top: 8px !important;
		padding-left: 16px;
		padding-right: 16px;
	}

	.toplist-poker-ps-pstop_outer:nth-child(1) .toplist-poker-ps-pstop__offer.w-highlighted-label .toplist-poker-pstop-pokerscout__offer-game-all-name {
		background: #fff;
	}

	.toplist-poker-ps-pstop_outer:nth-child(2) .toplist-poker-ps-pstop__offer.w-highlighted-label .toplist-poker-pstop-pokerscout__offer-game-all-name {
		background: #F8F8F8;
	}

	.toplist-poker-ps-pstop_outer .toplist-poker-ps-pstop__offer-description,
	.toplist-poker-ps-pstop_outer:not(:nth-child(2)) .toplist-poker-ps-pstop__offer-description {

		background-image: none;
		background-color: transparent;
	}

.ps_poker_shortcode_toplist .toplist-poker-ps-pstop__offer-cta-button {
	padding: 0 16px;
	margin-top: 5px;
}

	.ps_poker_shortcode_toplist .toplist-poker-ps-pstop__offer-key-features ul li {
		line-height: 25px;
		font-size: 15px;
	}
	.toplist-poker-ps-pstop__offer-cta-button>a{
		height: 48px;
		font-size: 17px;
		line-height: 23px;
	}

.ps_poker_shortcode_toplist .toplist-poker-ps-pstop__highlighted-label {
	font-size: 9px;
	line-height: 11px;
}
.ps_poker_shortcode_toplist .toplist-poker-ps__offer-labelcl::before {
	font-size: 11px;
}

.toplist-poker-ps-pstop_outer {
	width: 100%;
}

}

@media (max-width:767.98px) {
	.ps_poker_shortcode_toplist .toplist-poker-ps-pstop__offers-wrapper {
		gap: 8px;
	}

	.ps_poker_shortcode_toplist .toplist-poker-pokerscout-pstop__available_games {
		padding: 0px 2px 15px 16px;
	}

	.ps-bm-shotcode {
		margin-top: 0;
	}

	.ps_poker_shortcode_toplist .toplist-poker-ps-pstop__rating-text,
	.ps_poker_shortcode_toplist .toplist-poker-ps-pstop__offer-rakeback-text {
		line-height: 29px;
	}

	.toplist-poker-ps-pstop__offer .toplist-poker-pstop-pokerscout__offer-game-all.hidden {
		display: inline-block;
	}

	.ps_poker_shortcode_toplist .ps_campaign_game_show_more {
		display: none;
	}

	.available_games .toplist-poker-pstop-pokerscout__offer-games-wrapper {
		gap: 4px;
	}

	.ps_poker_shortcode_toplist .toplist-poker-pstop-pokerscout__offer-games-subtitle label {
		line-height: 21px;
	}

.ps_poker_shortcode_toplist .toplist-poker-ps-pstop__offer-logo {
	height: 96px;
	padding-top: 0px !important;
	line-height: 96px;
}
.ps_poker_shortcode_toplist .toplist-poker-ps-pstop_outer:nth-child(2) .toplist-poker-ps-pstop__offer-logo {
	height: 96px;
}
.ps_poker_shortcode_toplist .toplist-poker-ps-pstop__offer-logo img {
	max-height: 28px;
}

}
