.cfc-204-container {
	background-color: #1a1a1a;
	border-radius: 12px;
	padding: 30px;
	color: #ffffff;
	font-family: sans-serif;
	box-shadow: 0 10px 30px rgba(0,0,0,0.5);
	max-width: 500px;
	margin: 0 auto;
}

.cfc-204-title {
	margin-top: 0;
	margin-bottom: 24px;
	color: #ffffff;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
}

.cfc-204-group {
	margin-bottom: 20px;
}

.cfc-204-group label {
	display: block;
	margin-bottom: 8px;
	font-size: 14px;
	color: #aaaaaa;
}

.cfc-204-input {
	width: 100%;
	background: #2a2a2a;
	border: 1px solid #333333;
	color: #ffffff;
	padding: 12px 16px;
	border-radius: 8px;
	font-size: 16px;
	transition: all 0.3s ease;
	box-sizing: border-box;
}

.cfc-204-slider {
	width: 100%;
	-webkit-appearance: none;
	appearance: none;
	height: 6px;
	background: #333;
	border-radius: 4px;
	outline: none;
}

.cfc-204-slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #007AFF;
	cursor: pointer;
}

.cfc-204-slider::-moz-range-thumb {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #007AFF;
	cursor: pointer;
}

.cfc-204-result-box {
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid #333333;
	text-align: center;
}

.cfc-204-result-box p {
	margin: 0 0 10px 0;
	font-size: 14px;
	color: #aaaaaa;
}

.cfc-204-result {
	font-size: 32px;
	font-weight: 700;
	color: #007AFF;
}

.cfc-204-disclaimer {
	margin-top: 20px;
	font-size: 12px;
	color: #888888;
	text-align: center;
	line-height: 1.4;
}

.cfc-204-btn-wrapper {
	margin-top: 24px;
	text-align: center;
}

.cfc-204-btn {
	display: inline-block;
	background-color: #007AFF;
	color: #ffffff !important;
	padding: 14px 24px;
	border-radius: 30px;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
}

.cfc-204-btn:hover {
	opacity: 0.9;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 122, 255, 0.3);
}

@media (max-width: 767px) {
	body .cfc-204-container {
		padding: 20px 15px !important;
		margin: 0 10px !important;
	}
	
	body .cfc-204-title {
		font-size: 20px !important;
		margin-bottom: 16px !important;
	}
	
	body .cfc-204-btn {
		padding: 12px 20px !important;
		font-size: 15px !important;
		max-width: 320px !important;
		margin: 0 auto !important;
	}
	
	body .cfc-204-result-box {
		margin-top: 20px !important;
		padding-top: 15px !important;
	}
	
	body .cfc-204-result {
		font-size: 28px !important;
	}
}
