.mp-lock {
	position: relative;
	overflow: hidden;
	border-radius: var(--mp-radius);
	padding: 18px 16px 16px;
	text-align: center;
	background:
		radial-gradient(120% 110% at 0% 0%, rgba(255, 45, 134, 0.16), rgba(255, 45, 134, 0) 52%),
		radial-gradient(120% 110% at 100% 0%, rgba(168, 85, 247, 0.18), rgba(168, 85, 247, 0) 54%),
		rgba(255, 255, 255, 0.045);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
	-webkit-backdrop-filter: blur(18px);
	backdrop-filter: blur(18px);
}

.mp-lock-head {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
}

.mp-lock-ico {
	flex: 0 0 auto;
	display: grid;
	place-items: center;
	width: 28px;
	height: 28px;
	border-radius: 999px;
	background: linear-gradient(180deg, #ff4ba1, #ff2d86);
	color: #fff;
	font-size: 0.72rem;
	box-shadow: 0 0 0 4px rgba(255, 45, 134, 0.12);
}

.mp-lock-title {
	font-weight: 900;
	font-size: 1.02rem;
	line-height: 1.15;
	letter-spacing: -0.01em;
	color: #fff;
}

.mp-lock-sub {
	margin-top: 8px;
	font-size: 0.78rem;
	line-height: 1.25;
	color: var(--mp-muted);
}

.mp-lock-sub.is-more {
	margin-top: 1px;
	font-weight: 700;
	color: var(--mp-text);
}

.mp-lock-prices {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 6px;
	margin-top: 14px;
}

.mp-lock-price {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 7px 4px;
	border-radius: 13px;
	border: 1px solid var(--mp-line);
	background: rgba(255, 255, 255, 0.035);
}

.mp-lock-price b {
	font-weight: 900;
	font-size: 0.9rem;
	color: #fff;
}

.mp-lock-price i {
	margin-top: 1px;
	font-style: normal;
	font-size: 0.68rem;
	font-weight: 600;
	color: var(--mp-muted);
}

.mp-lock-price.is-fav {
	border-color: rgba(255, 45, 134, 0.6);
	background: rgba(255, 45, 134, 0.1);
}

.mp-lock-price.is-fav b {
	color: var(--mp-magenta);
}

.mp-lock-price.is-lab {
	border-color: rgba(0, 224, 255, 0.34);
}

.mp-lock-lab {
	display: block;
	margin-top: 10px;
	text-align: center;
	color: var(--mp-muted);
	font-size: 0.74rem;
	text-decoration: none;
}

.mp-lock-lab b {
	font-weight: 800;
	color: var(--mp-text);
}

.mp-lock-lab span {
	font-weight: 800;
	color: #00e0ff;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.mp-lock-lab:hover {
	color: var(--mp-text);
	text-decoration: none;
}

.mp-lock-lab:hover span {
	color: #6ff0ff;
}

.mp-lock-cta {
	margin-top: 15px;
}

.mp-shell .mp-lock-btn {
	min-height: 38px;
	padding: 0 22px;
	border-color: transparent !important;
	background: linear-gradient(180deg, #ff4ba1, #ff2d86) !important;
	font-size: 0.85rem;
}

.mp-shell .mp-lock-btn:hover {
	background: linear-gradient(180deg, #ff62ad, #ff2d86) !important;
}
