.ecc1-container {

	text-align: center;
	padding: 20px;
	background-color: #f4f4f4;
	max-width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	background: #ffffff;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.ecc1-title, .ecc1-subtitle {
	font-size: 1.5em;
	color: #333;
}

.ecc1-title {
	font-weight: bold;
}

.ecc1-label {
	display: block;
	margin-top: 10px;
	font-weight: bold;
}

.ecc1-input, .ecc1-button, .ecc1-list {
	width: 100%;
	margin: 10px 0;
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

.ecc1-button {
	background-color: #28a745;
	color: white;
	border: none;
	cursor: pointer;
}

.ecc1-button:hover {
	background-color: #218838;
}

.ecc1-list {
	list-style-type: none;
	padding: 0;
}

.ecc1-list li {
	background: #e9ecef;
	margin: 0px 0;
	padding: 10px;
	border-radius: 5px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.ecc1-remove-btn {
	background-color: #dc562d;
	font-weight: bold;
	color: white;
	border: none;
	padding: 5px 8px;
	cursor: pointer;
	font-size: 14px;
	border-radius: 5px;
	width:40px;
}

.ecc1-live-calculation p {
	margin-bottom:0;
}

.ecc1-live-calculation h3 {
	margin-top:15px;
	margin-bottom:5px;
}

.ecc1-results p {
	margin-bottom:0;
}

.ecc1-input[type="number"] {
	appearance: auto !important; /* Ensures arrows are visible */
	-moz-appearance: textfield; /* Fix for Firefox */
}

.ecc1-input[type="number"]::-webkit-inner-spin-button,
.ecc1-input[type="number"]::-webkit-outer-spin-button {
	appearance: auto !important; /* Restores arrows in WebKit browsers */
}