:root {
    --crypto-bm-vw-font-family: Roboto, sans-serif;
    --crypto-bm-vw-cta-button-bg: linear-gradient(180deg, #00AFAF 0%, #07A0AA 100%);
    --crypto-bm-vw-button-hover-bg: linear-gradient(180deg, #00AFAF 0%, #07A0AA 100%);
}
.cbm-presale-toplist_vw__wrapper {
    margin-bottom: 40px;
}

.cbm-presale-toplist_vw__offers-list {
    display: flex;
    flex-direction: column;
    counter-reset: presale-toplist-heading;
    gap: 12px;
}

.cbm-presale-toplist_vw__offer-body {
	position: relative;
	display: grid;
	padding: 0 20px 0px 0px;
	border: 1px solid #E8E8E8;
	border-radius: 4px;
	grid-template-columns: 190px 1fr 114px 90px 150px 140px;
	grid-template-rows: 1fr;
	gap: 0 32px;
	grid-template-areas: "logo-w-title pros launched meta purchase-methods link";
	border-radius: 4px;
	border: 1px solid var(--Greys-Divider, #CEE8EA);
	background: linear-gradient(0deg, #FFF 0%, #FFF 100%);
}
.cbm-presale-toplist_vw__meta-left {
	width: 141px;
	text-align: center;
	border-radius: 4px 0px 0px 4px;
	background: #F2FAFB;
	justify-content: center;
	display: flex;
	grid-area: logo-w-title;
}
.cbm-presale-toplist_vw__meta-center {
	grid-area: pros;
	padding: 20px 0 15px;
}
.cbm-presale-toplist_vw__meta-right {
	grid-area: link;
	padding: 20px 0;
}
.cbm-presale-toplist_vw__offer-title {
	color: #050810;
	font-size: 20px;
	font-weight: 900;
	line-height: 135%;
	font-family: "Roboto", sans-serif;
	
}
.cbm-presale-toplist_vw__offer-label-highlight {
	font-size: 10px;
	font-weight: 600;
	line-height: 130%;
	position: absolute;
	top: 0px;
	left: 27px;
	padding: 5px 7px;
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
	border-radius: 0;
	background: #102039;
	z-index: 9;
	height: 23px;
	font-family: "Roboto Condensed", sans-serif;
}
.cbm-presale-toplist_vw__offer-label-highlight::after {
	content: "";
	width: 0;
	height: 23px;
	border-top: 23px solid #102039;
	border-right: 11px solid transparent;
	position: absolute;
	left:auto;
	right: -11px;
	top: 0;
}
.cbm-presale-toplist_vw__offer-body::before {
	font-family: var(--crypto-bm-vw-font-family);
	font-size: 12px;
	font-weight: 700;
	line-height: 22px;
	position: absolute;
	top: -1px;
	left: -1px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 23px;
	content: counter(presale-toplist-heading);
	counter-increment: presale-toplist-heading;
	color: #fff;
	border-radius: 4px 0px 0px 0px;
	border: 1px solid #00AFAF;
	background: #4CD1D1;
}
.cbm-presale-toplist_vw__offer {
	position: relative;
	width: 100%;
}

.cbm-presale-toplist_vw__offer-logo {
    flex-shrink: 0;
}

.cbm-presale-toplist_vw__offer-logo-w-title {
    display: flex;
    align-items: center;
    grid-area: logo-w-title;
    gap: 12px;
}

.cbm-presale-toplist_vw__offer-logo img {
	width: 80px;
	height: 80px;
}

.cbm-presale-toplist_vw__offer-title,
.cbm-presale-toplist_vw__offer-title a {
    font-family: var(--crypto-bm-vw-font-family);
    font-size: 20px;
    font-weight: 900;
    line-height: 125%;
    color: #050810;
}

.cbm-presale-toplist_vw__offer-pros {
    grid-area: pros;
}

.cbm-presale-toplist_vw__offer-pros ul {
	margin-bottom: 0;
	list-style-type: none;
	margin-top: 15px;
}

.cbm-presale-toplist_vw__offer-pros ul li {
	display: flex;
	align-items: center;
	padding-bottom: 0 !important;
	background: url(../images/list-icon.svg) left 1px no-repeat !important;
	margin-bottom: 5px;
	padding-left: 23px;
	color: #304C5B;
	font-size: 14px;
	font-weight: 400;
	line-height: 150%;
	font-family: "Roboto", sans-serif;
}

.cbm-presale-toplist_vw__offer-pros ul li:last-child {
    padding-bottom: 0 !important;
}

.cbm-presale-toplist_vw__offer-launched {
    display: flex;
    flex-direction: column;
    grid-area: launched;
    gap: 8px;
}

.cbm-presale-toplist_vw__date-head,
.cbm-presale-toplist_vw__meta-head {
    font-family: var(--crypto-bm-vw-font-family);
    font-size: 10px;
    font-weight: 700;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #737373;
}

.cbm-presale-toplist_vw__date-body, .cbm-presale-toplist_vw__meta-body {
	font-family: var(--crypto-bm-vw-font-family);
	font-size: 10px;
	line-height: 150%;
	align-items: center;
	justify-content: left;
	height: 30px;
	padding: 0 8px;
	text-align: center;
	color: #51607D;
	border-radius: 4px;
	background: #F2FAFB;
	display: flex;
	width: 100%;
	margin-top: 17px;
	gap: 5px;
}
.cbm-presale-toplist_vw__date-body span, .cbm-presale-toplist_vw__meta-body span {
	font-weight: 700;
	color: #304C5B;
}
.cbm-presale-toplist_vw__offer-meta {
    display: inline-block;
    width: calc(50% - 10px);
    margin-right: 10px;
}
.cbm-presale-toplist_vw__offer-launched {
    display: inline-block;
    width: 50%;
}

.cbm-presale-toplist_vw__offer-meta {
    display: flex;
    flex-direction: column;
    grid-area: meta;
    gap: 8px;
}

.cbm-presale-toplist_vw__offer-purchase-methods {
    display: flex;
    flex-direction: column;
    grid-area: purchase-methods;
    gap: 8px;
}

.cbm-presale-toplist_vw__offer-purchase-methods-title {
    font-family: var(--crypto-bm-vw-font-family);
    font-size: 10px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #737373;
}

.cbm-presale-toplist_vw__offer-purchase-methods ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 0;
	list-style-type: none !important;
	column-gap: 20px;
	background: #F2FAFB;
	margin-top: 12px;
	border-radius: 4px;
	justify-content: center;
	padding: 3px 0 !important;
	margin-bottom: 0 !important;
}
.cbm-presale-toplist_vw__offer-purchase-methods-more {
	color: #304C5B;
	text-align: center;
	font-size: 12px;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: 0.36px;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-transform: uppercase;
	font-family: var(--crypto-bm-vw-font-family);
}

.cbm-presale-toplist_vw__offer-purchase-methods ul li {
	position: relative;
	padding-bottom: 0 !important;
	cursor: pointer;
	background: none;
	margin: 0;
	padding: 0;
}

.cbm-presale-toplist_vw__offer-purchase-methods ul li img {
	width: auto;
	height: 14px;
	object-fit: contain;
}

.cbm-presale-toplist_vw__offer-purchase-methods ul li:hover .cbm-presale-toplist_vw__tooltip {
    display: block;
}

.cbm-presale-toplist_vw__offer-purchase-methods-more {
    font-family: var(--crypto-bm-vw-font-family);
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    color: #404040;
    text-decoration-line: underline;
}

.cbm-presale-toplist_vw__offer-link {
    align-self: center;
    grid-area: link;
}

.cbm-presale-toplist_vw__offer-cta-button {
	font-size: 16px;
	font-weight: 800;
	line-height: 135%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 12px 8px;
	gap: 8px;
	color: #FFF;
	border-radius: 6px;
	background:#00afaf;
	font-family: "Roboto", sans-serif;
	position:relative;
}
.cbm-presale-toplist_vw__offer-cta-button::after {
	content: "";
	position: absolute;
	background: url(../images/Arrow-right.svg) right center no-repeat;
	width: 17px;
	height: 17px;
	right: 10px;
}
.cbm-presale-toplist_vw__offer-cta-button:hover {
    text-decoration: none;
    background-color: #318388;
	color: #fff;
}

.cbm-presale-toplist_vw__tooltip {
    font-size: 12px;
    line-height: 18px;
    position: absolute;
    z-index: 1;
    top: 38px;
    left: 50%;
    display: none;
    width: max-content;
    padding: 12px 16px;
    transform: translateX(-50%);
    color: #fff;
    border-radius: 4px;
    background: #060606;
}

.cbm-presale-toplist_vw__tooltip:before {
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -8px;
    content: '';
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #060606 transparent;
}

.cbm-presale-toplist_vw__offer-terms {
    font-size: 10px;
    line-height: 12px;
    margin-top: 8px;
    color: #737373;
}
.cbm-presale-offer-metacl {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.cbm-presale-toplist_vw__offer-pros ul {
	margin-bottom: 0 !important;
	padding-left: 0 !important;
}

@media screen and (min-width: 992px) {
	
.cbm-presale-toplist_vw__wrapper.tiny .cbm-presale-toplist_vw__offer-body {
	grid-template-columns: 141px 1fr 283px;
	grid-template-rows: 40px 1fr;
	gap: 15px 24px;
	grid-template-areas: "logo-w-title pros link" "logo-w-title pros link";
}

.cbm-presale-toplist_vw__wrapper.tiny:not(.cbm-presale-toplist_vw__cn) .cbm-presale-toplist_vw__offer-cta-button {
	height: 44px;
}
.cbm-presale-toplist_vw__offer-label-highlight + .cbm-presale-toplist_vw__offer-body .cbm-presale-toplist_vw__meta-center{
    padding-top: 40px;
}
.cbm-presale-toplist_vw__offer-label-highlight + .cbm-presale-toplist_vw__offer-body .cbm-presale-toplist_vw__meta-right {
    padding-top: 40px;
}

}

@media screen and (max-width: 991px) {
.cbm-presale-toplist_vw__offer-body {
	grid-template-columns: 1fr;
	grid-template-rows: auto;
	gap: 0;
	grid-template-areas: "logo-w-title launched" "pros pros" "meta meta" "purchase-methods purchase-methods" "link link";
	padding: 0;
}

.cbm-presale-toplist_vw__offer-logo-w-title {
	align-items: flex-start;
	flex-direction: column;
	gap: 6px;
}

.cbm-presale-toplist_vw__offer-launched {
	gap: 6px;
}

.cbm-presale-toplist_vw__date-body {
	height: 30px;
	margin-top: 6px;
}

.cbm-presale-toplist_vw__offer-meta {
	gap: 6px;
}

.cbm-presale-toplist_vw__meta-head {
	text-align: left;
}

.cbm-presale-toplist_vw__meta-body {
	display: flex;
	padding: 0 7px;
	text-align: left;
	margin-top: 6px;
}
.cbm-presale-toplist_vw__offer-purchase-methods ul {
	margin-top: 6px;
}

.cbm-presale-toplist_vw__offer-purchase-methods {
	gap: 6px;
}

.cbm-presale-toplist_vw__offer-cta-button {
	height: 44px;
}
.cbm-presale-toplist_vw__meta-left {
	width: 100%;
	padding: 23px 0;
}
.cbm-presale-toplist_vw__offer-label-highlight + .cbm-presale-toplist_vw__offer-body .cbm-presale-toplist_vw__meta-left{
	padding-top: 43px;
}
.cbm-presale-toplist_vw__meta-center {
	padding: 8px 15px 0;
}
.cbm-presale-toplist_vw__offer-title, .cbm-presale-toplist_vw__offer-title a {
	font-size: 18px;
}
.cbm-presale-toplist_vw__offer-pros ul {
	margin: 10px 0 0;
	padding: 0;
}
.cbm-presale-toplist_vw__offer-pros ul li {
	padding-left: 20px;
	background-position: left 0px;
}
.cbm-presale-toplist_vw__meta-right {
	padding: 5px 15px 10px;
}

.cbm-presale-toplist_vw__offer-label-highlight::after {
    width: 14px;
}


}
