.tca-debt-estimator {
	font-family: Arial, sans-serif;
}

.tca-debt-estimator .debt-form-wrapper {
	max-width: 800px;
	margin: auto;
}

.tca-debt-estimator .debt-form {
	background: #ffffff;
	padding: 30px;
	border-radius: 10px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.tca-debt-estimator .debt-form h3 {
	text-align: center;
	color: #0F2A72;
	margin-bottom: 20px;
}

.tca-debt-estimator .form-group {
	margin-bottom: 20px;
}

.tca-debt-estimator .form-label {
	font-weight: bold;
	margin-bottom: 8px;
	display: block;
}

.tca-debt-estimator input[type="number"] {
	width: 100%;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 6px;
	font-size: 16px;
}

.tca-debt-estimator .estimation-table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 10px;
}

.tca-debt-estimator .estimation-table th,
.tca-debt-estimator .estimation-table td {
	border: 1px solid #ddd;
	padding: 10px;
	text-align: center;
}

.tca-debt-estimator .estimation-table th {
	background-color: #0F2A72;
	color: #fff;
}

.tca-debt-estimator .btn-submit,
.tca-debt-estimator .btn-clear {
	width: 100%;
	background: #0F2A72;
	color: #fff;
	border: none;
	padding: 15px;
	font-size: 16px;
	border-radius: 5px;
	cursor: pointer;
	margin-top: 20px;
}

.tca-debt-estimator .btn-clear {
	background: #6c757d;
	display: none;
}

.tca-debt-estimator .btn-submit:hover {
	background: #1c3b8b;
}

.tca-debt-estimator .note {
	font-size: 14px;
	color: gray;
	margin-top: 15px;
}

.tca-debt-estimator .error-message {
	color: red;
	display: none;
}

.tca-debt-estimator .estimation-table td:last-child {
	background-color: #d4edda;
	color: #155724;
	font-weight: bold;
}

@media (max-width: 768px) {
	.tca-debt-estimator .debt-form {
		padding: 20px;
	}
}

.tca-debt-estimator.is-btn-auto .btn-submit,
.tca-debt-estimator.is-btn-auto .btn-clear {
	width: auto;
	display: inline-block;
}
