section.bots-display {
	margin: var(--margin) 0;
}

section.bots-display.show-720 {
	display: none;
}

section.bots-display .box {
	padding: 15px 20px 10px;
}

section.bots-display .grid {
	display: grid;
	grid-template-columns: 3fr 1fr 1fr 1fr;
}

section.bots-display .grid .outer {
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	height: 100%;
}

section.bots-display .swiper-slide a {
	display: block;
}

section.bots-display .grid>div {
	height: 300px;
	position: relative;
}

section.bots-display .box {
	height: 100%;
	position: relative;
}

section.bots-display .image {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: -24px;
}

section.bots-display .image img {
	width: 74px;
	height: 74px;
	object-fit: cover;
	border-radius: 50%;
}

section.bots-display .asset-first {
	margin-right: -8px !important;
	z-index: 2;
	position: relative;
}

section.bots-display .bot_sparkline line {
	position: absolute;
	bottom: 0;
}

section.bots-display .content {
	padding: 52px 20px 5px;
}

section.bots-display .pro-badge {
	display: inline-block;
	position: relative;
	top: -2px;
	margin-left: 4px;
}

section.bots-display h1 {
	font-size: 36px;
	max-width: calc(100% - 50px);
}

section.bots-display h2 {
	font-size: 20px;
	font-weight: 700;
	margin-top: 2px;
}

section.bots-display h3 {
	width: 205px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 22px;
	padding-top: 11px;
	line-height: 22px;
}

section.bots-display ul li {
	display: grid;
	grid-template-columns: auto 1fr;
	font-size: 14px;
	line-height: 21px;
}

section.bots-display ul li.profit {
	font-size: 18px;
	line-height: 18px;
}

section.bots-display ul .value {
	text-align: right;
	color: white;
	font-weight: 700;
}

section.bots-display ul .value img {
	height: 15px;
	width: 15px;
	position: relative;
	top: 2px;
	margin-right: 2px;
}

section.bots-display ul li.profit .green {
	color: var(--green);
}

section.bots-display ul li.profit .red {
	color: var(--red);
}

section.bots-display p {
	opacity: 0.5;
}

section.bots-display .swiper {
	position: relative;
	width: 100%;
	height: 100%;
	padding-top: 31px;
}

section.bots-display .swiper-slide {
	position: relative;
	user-select: none;
	border-radius: 20px;
	height: 386px !important;
	background: var(--dark);
	border-radius: var(--border-radius);
}

@media all and (max-width: 960px) {
	section.bots-display h3 {
		width: 100%;
		white-space: unset;
		overflow: unset;
		text-overflow: unset;
	}
}

@media all and (max-width: 720px) {

	section.bots-display.show-720 {
		display: block;
	}


	section.bots-display .content {
		padding: 52px 20px 5px;
	}

	section.bots-display h3 {
		font-size: 32px;
		line-height: 32px;
		text-align: center;
		font-size: 24px;
		line-height: 24px;
	}

	section.bots-display ul li {
		border-bottom: var(--border);
	}

	section.bots-display ul li:last-of-type {
		border: unset;
	}

	section.bots-display .swiper-slide {
		height: unset !important;
	}
}

@media all and (max-width: 576px) {
	section.bots-display .box {
		padding: 10px;
	}

	section.bots-display .image img {
		border: 2px solid var(--color);
	}

	section.bots-display .content {
		padding: 52px 10px 5px;
	}


	section.bots-display .box-btn {
		top: 13px;
		right: 10px;
	}

	section.bots-display h2 {
		margin-top: 5px;
	}

	section.bots-display .swiper-slide {
		background: unset;
		padding: 0;
	}

	section.bots-display .swiper-slide a {
		border: var(--border);
		border-radius: var(--border-radius);
		background: var(--darker);
	}
	section.bots-display ul li{
		font-size:15px;
		line-height:22px
	}
}