.smm-config {
	max-width: 460px;
	margin: 0 0 20px;
	padding: 18px;
	border: 1px solid rgba( 124, 92, 255, 0.25 );
	border-radius: 14px;
	background: rgba( 124, 92, 255, 0.04 );
}

.smm-config .smm-row {
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin-bottom: 14px;
}

.smm-config label {
	font-size: 13px;
	font-weight: 500;
	opacity: 0.8;
}

.smm-config input[type="number"],
.smm-config input[type="url"] {
	width: 100%;
	padding: 11px 13px;
	background: #0d0717;
	color: #fff;
	border: 1px solid rgba( 124, 92, 255, 0.3 );
	border-radius: 9px;
	font-size: 15px;
	box-sizing: border-box;
}

.smm-config input::placeholder { color: rgba( 255, 255, 255, 0.35 ); }

.smm-config input[type="range"] {
	width: 100%;
	accent-color: #7C5CFF;
	margin-bottom: 6px;
}

.smm-config .smm-minmax {
	font-size: 12px;
	opacity: 0.6;
	margin: 0 0 14px;
}

.smm-config .smm-price-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 14px;
	border-top: 1px solid rgba( 255, 255, 255, 0.1 );
}

.smm-config .smm-price-box span {
	font-size: 13px;
	opacity: 0.7;
}

.smm-config .smm-price-box strong {
	font-size: 26px;
	font-weight: 500;
	color: #7C5CFF;
}
