.toplist-crypto-btcm__wrapper {
	margin: 40px 0;
}

.toplist-crypto-btcm__offers {
	display: flex;
	flex-direction: column;
	counter-reset: bm-toplist-crypto-btcm-counter;
	gap: 12px;
}

/* .toplist-crypto-btcm__offer {
    position: relative;
    display: grid;
    align-items: flex-start;
    padding: 24px;
    border: 1px solid #C2B0D9;
    box-shadow:4px 4px #D7CEE2;
    border-radius: 8px;
    background: #FFFFFF;
    grid-template-columns: 125px auto 176px;
    grid-template-rows: 1fr;
    grid-auto-flow: row;
    grid-template-areas:
    "logo main cta-btn";
    gap: 16px 24px;
} */
.toplist-crypto-btcm__offer {
	position: relative;
	display: grid;
	align-items: flex-start;
	padding: 24px;
	border: 2px solid #b0d3d3;
	background: #fff;
	grid-template-columns: auto 260px;
	grid-template-rows: 1fr;
	grid-auto-flow: row;
	grid-template-areas: 'main cta-btn';
	gap: 16px 16px;
	align-items: center;
	border-radius: 20px;
}

.toplist-crypto-btcm__crypto .toplist-crypto-btcm__offer {
	padding: 20px 24px 20px 40px;
	gap: 4px 24px;
	grid-template-rows: auto 1fr;
	grid-template-areas: 'logo main cta-btn' 'logo payments cta-btn';
}

.toplist-crypto-btcm__offer.hidden {
	display: none;
}

span.toplist-crypto-btcm__highlighted-label,
.bm-esi-updated-design .esi-label-highlight.card-recommend-tag {
	position: absolute;
	top: -1px;
	left: 30px;
	font-family: var(--sora);
	font-size: 12px;
	font-weight: var(--fw-semibold);
	line-height: 18px;
	background: var(--primary-orange-100);
	color: var(--primary-orange-500);
	letter-spacing: 0.96px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2px 15px;
	clip-path: polygon(10px 0%, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
}

.toplist-crypto-btcm__offer-logo-wrapper {
	display: flex;
	align-items: stretch;
	flex-direction: row;
	justify-content: center;
	grid-area: logo;
	/* gap: 6px; */
	position: relative;
	align-items: center;
}

.toplist-crypto-btcm__offer-logo-wrapper::after {
	position: absolute;
	left: calc(50% + 24px);
	top: 0;
	width: 1px;
	height: 100%;
	content: '';
	background: #d9dce0;
	display: none;
}

.toplist-crypto-btcm__rating {
	text-align: center;
	position: relative;
	flex: 0 0 107px;
	width: 107px;
	padding: 0 10px;
	border-left: 1px solid #d9dce0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
}
.toplist-crypto-btcm__rating-text img {
	width: 15px;
	height: 14px;
}
.toplist-crypto-btcm__rating .review_link,
.read_review_url a {
	font-size: 14px;
	line-height: 24px;
	font-family: var(--inter);
	font-weight: var(--fw-semibold);
	color: var(--purple-color);
	display: inline-block;
}

.toplist-crypto-btcm__offer-logo-and-partner {
	overflow: hidden;
	border-radius: 0px;
	flex: 0 0 152px;
	width: 152px;
}
.toplist-crypto-btcm__offer-logo-and-partner img {
	border-radius: 4px;
	height: 60px;
}
.toplist-crypto-btcm__offer .campaign__partner-label-wrapper {
	justify-content: center;
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 5px 0;
	border-top: 1px solid #4f4f4f;
	background: unset;
	gap: 8px;
}

.toplist-crypto-btcm__offer .campaign__partner-label-inner {
	width: fit-content;
	padding: 0;
}

.toplist-crypto-btcm__offer .campaign__partner-label-logo {
	padding: 0;
	border: 0;
}

.toplist-crypto-btcm__offer .campaign__partner-label-desc {
	color: #fff;
}

.toplist-crypto-btcm__offer .campaign__partner-label-brand span {
	font-weight: 800;
	color: #ff0434;
	background: none;
	-webkit-background-clip: unset;
	background-clip: unset;
	-webkit-text-fill-color: unset;
	text-fill-color: unset;
}

.toplist-crypto-btcm__offer-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.toplist-crypto-btcm__offer-main {
	display: flex;
	flex-direction: column;
	gap: 4px;
	grid-area: main;
	padding-top: 12px;
}

.toplist-crypto-btcm__brand-name,
.toplist-crypto-btcm__offer-brand-name {
	font-family: var(--inter);
	font-size: 12px;
	font-weight: 600;
	line-height: 18px;
	letter-spacing: 0.48px;
	align-self: flex-start;
	text-transform: uppercase;
	color: #004002;
	position: relative;
	isolation: isolate;
	display: inline-block;
}

.toplist-crypto-btcm__brand-name::after,
.toplist-crypto-btcm__offer-brand-name::after {
	position: absolute;
	content: '';
	background-image: url('../images/bm-lines.svg');
	background-repeat: no-repeat;
	background-size: 64px;
	width: 64px;
	height: 14px;
	top: 2px;
	left: calc(100% + 5px);
	pointer-events: none;
	z-index: -1;
}
.toplist-crypto-btcm__rating-text {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 4px;
}

.rating--value strong {
	font-size: 18px;
	line-height: 24px;
	color: #004002;
	font-weight: 600;
	font-family: var(--barlow);
	display: inline-block;
}

.rating--value samp {
	color: #e6f7f7;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	font-family: var(--barlow);
	display: inline-block;
	bottom: -0.125em;
	position: relative;
}
.toplist-crypto-btcm__offer-title,
.toplist-crypto-btcm__offer-title p {
	font-family: var(--barlow);
	font-size: 22px;
	font-weight: 600;
	line-height: 32px;
	display: block;
	color: #004002;
}

.toplist-crypto-btcm__offer-title {
	margin-bottom: 8px;
}

.toplist-crypto-btcm__offer-title p {
	display: inline;
	margin-bottom: 0;
	text-transform: none;
}

.toplist-crypto-btcm__offer-title span {
	color: #d80027;
}

.toplist-crypto-btcm__offer-key-features {
	display: flex;
	flex-direction: column;
	margin: 0 !important;
	list-style: none;
	padding: 0;
}

.toplist-crypto-btcm__offer-key-features li {
	font-family: var(--inter);
	font-size: 14px !important;
	line-height: 22px !important;
	font-weight: 400;
	font-style: normal;
	display: flex;
	align-items: flex-start;
	padding-bottom: 0 !important;
	color: #190037;
	margin-bottom: 4px !important;
	display: flex;
	gap: 8px;
}

.toplist-crypto-btcm__offer-key-features li:last-child {
	margin-bottom: 0 !important;
}

.toplist-crypto-btcm__offer-key-features li .list-check-icon {
	background: url(../images/list-icon.svg) left 0px no-repeat;
	padding: 12px;
	width: 24px;
}

.toplist-crypto-btcm__offer-payments-wrapper {
	display: flex;
	align-items: center;
	margin-top: 8px;
	padding-top: 12px;
	border-top: 1px dashed #e5e7eb;
	gap: 8px;
	grid-area: payments;
}

.toplist-crypto-btcm__offer-payments-label {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 600;
	line-height: 19px;
	color: #718096;
}

.toplist-crypto-btcm__offer-payments {
	display: flex;
	align-items: center;
	justify-content: center;
}

.toplist-crypto-btcm__offer-payment {
	position: relative;
	border-radius: 100%;
	outline: 4px solid #fff;
	background: #fff;
}

.toplist-crypto-btcm__offer-payments-hidden-counter {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 600;
	font-style: normal;
	line-height: 25px;
	position: relative;
	z-index: 6;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 20px;
	padding: 0 6px;
	cursor: pointer;
	color: #000;
	border-radius: 8px;
	outline: 4px solid #fff;
	background: #eee;
}

.toplist-crypto-btcm__offer-payments-hidden-counter span {
	color: #718096;
}

.toplist-crypto-btcm__offer-payment:not(:first-child) {
	margin-left: -4px;
}

.toplist-crypto-btcm__offer-payment:hover {
	z-index: 7 !important;
}

.toplist-crypto-btcm__offer-payment-image {
	width: 24px;
	height: 24px;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transform: perspective(1px) translateZ(0);
	object-fit: contain;
}

.toplist-crypto-btcm__offer-payment-image:hover {
	transform: scale(1.1);
}

.toplist-crypto-btcm__offer-payment-tooltip {
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	font-weight: 400;
	line-height: 150%;
	position: absolute;
	z-index: 10;
	top: 26px;
	left: 50%;
	flex-direction: column;
	width: max-content;
	padding: 12px 16px;
	transform: translateX(-50%);
	color: #060606;
	border-radius: 4px;
	background: #fff;
	gap: 14px;
	filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.14))
		drop-shadow(0px 8px 32px rgba(0, 0, 0, 0.1));
}

.toplist-crypto-btcm__offer-payment-tooltip:before {
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -8px;
	content: '';
	border-width: 8px;
	border-style: solid;
	border-color: transparent transparent #fff transparent;
	border-top-width: 0;
}

.toplist-crypto-btcm__offer-payment:hover
	.toplist-crypto-btcm__offer-payment-tooltip {
	display: flex !important;
}

.toplist-crypto-btcm__offer-payments-hidden-counter:hover
	.toplist-crypto-btcm__offer-payments-tooltip {
	display: flex !important;
}

.toplist-crypto-btcm__offer-payments-tooltip {
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	font-weight: 400;
	line-height: 150%;
	position: absolute;
	z-index: 1;
	top: 26px;
	left: -6px;
	flex-direction: column;
	width: max-content;
	min-width: 144px;
	padding: 12px 16px;
	color: #060606;
	border-radius: 4px;
	background: #fff;
	filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.14))
		drop-shadow(0px 8px 32px rgba(0, 0, 0, 0.1));
}

.toplist-crypto-btcm__offer-payments-tooltip:before {
	position: absolute;
	bottom: 100%;
	left: 20px;
	margin-left: -8px;
	content: '';
	border-width: 8px;
	border-style: solid;
	border-color: transparent transparent #fff transparent;
}

.toplist-crypto-btcm__offer-payment-in-tooltip {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 8px 6px;
	gap: 8px;
}

.toplist-crypto-btcm__offer-payment-in-tooltip
	.toplist-crypto-btcm__offer-payment-image {
	width: auto;
	max-height: 24px;
}

.toplist-crypto-btcm__offer-payment-in-tooltip-image-wrapper {
	flex-shrink: 0;
	width: 24px;
}

.toplist-crypto-btcm__offer-payment-in-tooltip-title {
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: 0.03em;
	text-transform: none;
	color: #060606;
}

.toplist-crypto-btcm__offer-actions {
	display: flex;
	flex-direction: column;
	grid-area: cta-btn;
	gap: 16px;
}

/* Level 1/Default */

/* Auto layout */
.toplist-crypto-btcm__offer-cta-btn {
	font-family: var(--inter);
	font-size: 18px;
	font-weight: 600;
	font-style: normal;
	line-height: 22px;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: none;
	width: 100%;
	height: 48px;
	min-height: 48px;
	padding: 8px 8px 8px 24px;
	background: linear-gradient(90deg, #004fa3 0%, #a7006a 100%);
	gap: 8px;
	border: 0;
	border-radius: 50px;
	/* -webkit-box-shadow: 0 3px 0 var(--primary-orange-200);
    box-shadow: 0 3px 0 var(--primary-orange-200); */
	color: #ffffff;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.toplist-crypto-btcm__offer-cta-btn:hover {
	background-color: #df7f25;
	color: #fff !important;
}

.toplist-crypto-btcm__offer-cta-btn:after {
	position: relative;
	margin-left: auto;
	width: 32px;
	height: 32px;
	content: '';
	background-image: url('../images/Arrow-right.svg');
	background-color: #fff;
	border-radius: 25px;
	background-repeat: no-repeat;
	background-position: center;
}

.toplist-crypto-btcm__offer-cta-btn:hover {
	text-decoration: none;
	color: inherit;
}

.toplist-crypto-btcm__offer-coupon-code-wrapper {
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: center;
	width: 100%;
	height: 32px;
	padding: 0;
	cursor: pointer;
	border: 1px dashed #10b981;
	border-radius: 4px;
	background: #eee;
	gap: 6px;
}

.toplist-crypto-btcm__offer-coupon-code {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	text-transform: uppercase;
	color: #10b981;
}

.toplist-crypto-btcm__offer-coupon-code-wrapper.coupon-code-copied img {
	display: none;
}

.toplist-crypto-btcm__show-more-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	margin: 24px auto 0;
	gap: 8px;
	border: 2px solid var(--purple-color);
	border-radius: 50px;
	color: var(--purple-color);
	font-size: 16px;
	isolation: isolate;
	line-height: 24px;
	padding: 14px 22px 14px 54px;
	position: relative;
	text-decoration: none;
	letter-spacing: 0.16px;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
	font-family: var(--inter);
	background: transparent;
	cursor: pointer;
}
.toplist-crypto-btcm__show-more-btn:after {
	background: url(../images/plus.svg) no-repeat;
	background-position: 0 50%;
	background-size: auto;
	color: currentColor;
	content: '';
	cursor: pointer;
	left: 24px;
	padding: 12px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-size: contain;
}
.toplist-crypto-btcm__show-more-btn:hover {
	border-color: var(--primary-orange);
	color: var(--primary-orange);
	background: transparent;
}
.toplist-crypto-btcm__show-more-btn:hover:after {
	-webkit-filter: brightness(0) saturate(100%) invert(64%) sepia(56%)
		saturate(678%) hue-rotate(331deg) brightness(103%) contrast(102%);
	filter: brightness(0) saturate(100%) invert(64%) sepia(56%) saturate(678%)
		hue-rotate(331deg) brightness(103%) contrast(102%);
}

/*3-APR-2025*/
.toplist-crypto-btcm__offer-key-features li {
	position: relative;
	padding-left: 32px;
}
.toplist-crypto-btcm__offer-key-features li:before {
	content: '';
	position: absolute;
	background: url('/images/li-check.svg') left 0 no-repeat;
	background-size: 100%;
	content: '';
	left: 0;
	padding: 12px;
	position: absolute;
	top: 0;
}
/*3-APR-2025*/

@media screen and (max-width: 991px) {
	.toplist-crypto-btcm__wrapper {
		margin: 20px 0;
	}

	.toplist-crypto-btcm__offer {
		position: relative;
		padding: 16px 15px;
		grid-template-columns: auto;
		gap: 8px;
		grid-template-areas: 'logo' 'main' 'cta-btn';
	}

	.toplist-crypto-btcm__crypto .toplist-crypto-btcm__offer {
		padding: 16px;
		gap: 8px;
		grid-template-areas: 'logo' 'main' 'cta-btn' 'payments';
	}

	.toplist-crypto-btcm__wrapper .toplist-crypto-btcm__offer:before {
		font-size: 10px;
		line-height: 16px;
		top: -1px;
		width: 40px;
		height: 22px;
		padding: 3px 8px 3px 0px;
	}

	.toplist-crypto-btcm__offer-logo-and-partner {
		display: flex;
		align-items: center;
		height: 60px;
	}

	.toplist-crypto-btcm__offer.w-partner-label .toplist-crypto-btcm__offer-logo {
		flex-basis: 50%;
	}

	.toplist-crypto-btcm__offer .campaign__partner-label-wrapper {
		flex-basis: 50%;
		height: 30px;
		border-top: 0;
		border-left: 1px solid #4f4f4f;
	}

	.toplist-crypto-btcm__offer-brand-name {
		display: none;
	}

	.toplist-crypto-btcm__offer-main {
		gap: 4px;
	}

	.toplist-crypto-btcm__offer-key-features {
		margin-bottom: 4px !important;
		padding-bottom: 8px;
		border-bottom: 1px dashed #e5e7eb;
	}

	.toplist-crypto-btcm__offer-payments-wrapper {
		justify-content: center;
		margin-top: 4px;
	}

	.toplist-crypto-btcm__offer-title,
	.toplist-crypto-btcm__offer-title p {
		font-size: 22px;
		line-height: 28px;
		letter-spacing: -0.22px;
		text-transform: none;
	}

	.toplist-crypto-btcm__offer-actions {
		margin-top: 4px;
	}

	.toplist-crypto-btcm__offer-cta-btn {
		order: 2;
	}

	.toplist-crypto-btcm__offer-coupon-code-wrapper {
		order: 1;
	}

	.toplist-crypto-btcm__offer-payments-label {
		font-size: 10px;
	}

	.toplist-crypto-btcm__offer-payment-image {
		width: 20px;
		height: 20px;
	}

	.toplist-crypto-btcm__offer-payments-hidden-counter {
		font-size: 12px;
	}

	.toplist-crypto-btcm__offer .campaign__partner-label-desc {
		font-size: 8px;
	}

	.toplist-crypto-btcm__offer-payments-tooltip {
		right: -6px;
		left: unset;
	}

	.toplist-crypto-btcm__offer-payments-tooltip:before {
		right: 11px;
		left: unset;
	}
	.toplist-crypto-btcm__rating {
		flex: 0 0 130px;
		width: 130px;
		flex-flow: column;
	}
	.toplist-crypto-btcm__show-more-btn {
		padding: 12px 14px 12px 38px;
		font-size: 14px;
		line-height: 20px;
		letter-spacing: 0;
	}
	.toplist-crypto-btcm__show-more-btn:after {
		padding: 8px;
		left: 16px;
	}
}

@media screen and (max-width: 767.98px) {
}
