.cfc-13f6-card {
	background-color: #1a1a1a;
	border-radius: 12px;
	padding: 20px;
	color: #ffffff;
	font-family: sans-serif;
	box-sizing: border-box;
	max-width: 340px;
	width: 100%;
}

.cfc-13f6-card *,
.cfc-13f6-card *::before,
.cfc-13f6-card *::after {
	box-sizing: border-box;
}

.cfc-13f6-title {
	margin: 0 0 16px 0;
	padding: 0;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
}

.cfc-13f6-group {
	margin-bottom: 14px;
}

.cfc-13f6-label-row {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	margin-bottom: 6px;
	gap: 8px;
}

.cfc-13f6-label {
	color: #aaaaaa;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.3;
}

.cfc-13f6-value {
	color: #ffffff;
	font-size: 13px;
	font-weight: 600;
	white-space: nowrap;
}

.cfc-13f6-slider {
	width: 100%;
	-webkit-appearance: none;
	appearance: none;
	height: 5px;
	background: #333333;
	border-radius: 3px;
	outline: none;
	cursor: pointer;
}

.cfc-13f6-slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #007AFF;
	cursor: pointer;
	border: 2px solid #ffffff;
	box-shadow: 0 1px 4px rgba(0,0,0,0.3);
}

.cfc-13f6-slider::-moz-range-thumb {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #007AFF;
	cursor: pointer;
	border: 2px solid #ffffff;
	box-shadow: 0 1px 4px rgba(0,0,0,0.3);
}

/* Result */
.cfc-13f6-result-box {
	margin-top: 16px;
	padding: 14px;
	background: rgba(0, 122, 255, 0.08);
	border-radius: 8px;
	text-align: center;
}

.cfc-13f6-result-label {
	display: block;
	color: #aaaaaa;
	font-size: 11px;
	margin-bottom: 4px;
	line-height: 1.3;
}

.cfc-13f6-result-amount {
	display: block;
	color: #007AFF;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
}

/* Disclaimer */
.cfc-13f6-disclaimer {
	margin: 12px 0 0 0;
	padding: 0;
	color: #888888;
	font-size: 10px;
	line-height: 1.4;
	text-align: center;
}

/* CTA */
.cfc-13f6-btn {
	display: block;
	width: 100%;
	margin-top: 14px;
	padding: 12px 16px;
	background-color: #007AFF;
	color: #ffffff !important;
	text-align: center;
	text-decoration: none !important;
	border-radius: 8px;
	font-size: 13px;
	font-weight: 600;
	transition: background-color 0.2s ease, transform 0.15s ease;
	box-sizing: border-box;
}

.cfc-13f6-btn:hover {
	background-color: #005ecb;
	transform: translateY(-1px);
}

/* Responsive — allow full width on smaller screens */
@media (max-width: 767px) {
	.cfc-13f6-card {
		max-width: 100%;
	}
}
