.vinfast-fsc-wrap {
	margin: 0 auto;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	color: #1e2a4a;
}

.vinfast-fsc-title {
	text-align: center;
	font-size: 28px;
	font-weight: 700;
	color: #1e2a4a;
	margin-bottom: 30px;
}

.vinfast-fsc-grid {
	display: grid;
	grid-template-columns: 1.1fr 1fr;
	gap: 40px;
	align-items: start;
}

@media (max-width: 782px) {
	.vinfast-fsc-grid {
		grid-template-columns: 1fr;
	}
}

/* --- Form bên trái --- */

.vinfast-fsc-toggle-row {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 24px;
	font-size: 15px;
}

.vinfast-fsc-switch {
	position: relative;
	display: inline-block;
	width: 42px;
	height: 24px;
	flex-shrink: 0;
}
.vinfast-fsc-switch input {
	opacity: 0;
	width: 0;
	height: 0;
}
.vinfast-fsc-slider {
	position: absolute;
	cursor: pointer;
	top: 0; left: 0; right: 0; bottom: 0;
	background-color: #ccc;
	border-radius: 24px;
	transition: 0.2s;
}
.vinfast-fsc-slider:before {
	position: absolute;
	content: "";
	height: 18px;
	width: 18px;
	left: 3px;
	bottom: 3px;
	background-color: #fff;
	border-radius: 50%;
	transition: 0.2s;
}
.vinfast-fsc-switch input:checked + .vinfast-fsc-slider {
	background-color: #2b5fe0;
}
.vinfast-fsc-switch input:checked + .vinfast-fsc-slider:before {
	transform: translateX(18px);
}

.vinfast-fsc-field {
	margin-bottom: 22px;
}
.vinfast-fsc-field label {
	display: block;
	font-weight: 600;
	margin-bottom: 8px;
	font-size: 15px;
}

.vinfast-fsc-input-suffix {
	display: flex;
	align-items: center;
	border: 1px solid #d5dae5;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
}
.vinfast-fsc-input-suffix input {
	flex: 1;
	border: none;
	padding: 12px 14px;
	font-size: 16px;
	text-align: right;
	outline: none;
}
.vinfast-fsc-input-suffix span {
	padding: 0 14px;
	color: #8a93a6;
	font-size: 14px;
}

.vinfast-fsc-note {
	font-size: 14px;
	color: #4a5570;
	margin: 18px 0 14px;
}

.vinfast-fsc-fuel-toggle {
	display: flex;
	gap: 12px;
}
.vfsc-fuel-btn {
	flex: 1;
	padding: 12px;
	border: 1px solid #d5dae5;
	border-radius: 8px;
	background: #fff;
	color: #4a5570;
	font-size: 15px;
	cursor: pointer;
	transition: 0.15s;
}
.vfsc-fuel-btn.active {
	border-color: #2b5fe0;
	color: #2b5fe0;
	background: #eef3ff;
	font-weight: 600;
}

.vinfast-fsc-footnote {
	font-size: 13px;
	color: #8a93a6;
	margin: 4px 0;
}

.vinfast-fsc-btn {
	margin-top: 16px;
	background: #2b5fe0;
	color: #fff;
	border: none;
	border-radius: 8px;
	padding: 14px 28px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.5px;
	cursor: pointer;
	transition: 0.15s;
}
.vinfast-fsc-btn:hover {
	background: #1f4bc0;
}

/* --- Kết quả bên phải --- */

.vinfast-fsc-result {
	background: #eaf1f2;
	border-radius: 12px;
	padding: 28px;
}

.vinfast-fsc-result-header {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 22px;
}
.vinfast-fsc-result-header h3 {
	margin: 0;
	font-size: 19px;
	font-weight: 700;
}
.vinfast-fsc-result-header .dashicons {
	color: #4a9b8e;
	font-size: 26px;
	width: 26px;
	height: 26px;
}

.vinfast-fsc-result-row {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 16px;
	padding: 14px 0;
	border-bottom: 1px solid #d5e0e0;
	font-size: 14.5px;
}
.vinfast-fsc-result-row:last-child {
	border-bottom: none;
}
.vinfast-fsc-result-row strong {
	white-space: nowrap;
	font-size: 16px;
}

/* --- Ghi chú cuối trang --- */

.vinfast-fsc-disclaimer {
	font-size: 13px;
	color: #8a93a6;
	margin-top: 28px;
}
.vinfast-fsc-disclaimer-list {
	font-size: 13px;
	color: #8a93a6;
	padding-left: 20px;
	margin: 6px 0;
}

/* --- Override CSS mặc định của theme Flatsome (input/border/box-shadow) --- */

.vinfast-fsc-wrap .vinfast-fsc-input-suffix {
	min-height: 48px;
}

.vinfast-fsc-wrap .vinfast-fsc-input-suffix input[type="number"],
.vinfast-fsc-wrap .vinfast-fsc-input-suffix input[type="text"] {
	border: none !important;
	box-shadow: none !important;
	background: transparent !important;
	background-color: transparent !important;
	border-radius: 0 !important;
	padding: 0 14px !important;
	margin: 0 !important;
	height: auto !important;
	line-height: 48px !important;
	font-size: 16px !important;
	appearance: none !important;
	-webkit-appearance: none !important;
	-moz-appearance: textfield !important;
}

/* Ẩn mũi tên tăng/giảm mặc định của input number trên Chrome/Safari */
.vinfast-fsc-wrap .vinfast-fsc-input-suffix input[type="number"]::-webkit-outer-spin-button,
.vinfast-fsc-wrap .vinfast-fsc-input-suffix input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
	margin: 0 !important;
}

.vinfast-fsc-wrap .vinfast-fsc-input-suffix span {
	line-height: 48px !important;
	padding: 0 14px !important;
}

.vinfast-fsc-wrap .vinfast-fsc-input-suffix input[type="number"]:focus,
.vinfast-fsc-wrap .vinfast-fsc-input-suffix input[type="text"]:focus {
	outline: none !important;
	box-shadow: none !important;
	border: none !important;
}
