.ed-form-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	padding: 10px;
	border-bottom: 2px solid #ccc;
	background: #f9f9f9;
	position: sticky;
	top: 0;
	z-index: 999;
}

.ed-form-title {
	margin: 0;
	font-size: 1.5em;
}

.ed-total {
	font-weight: bold;
	font-size: 1.2em;
	color: #333;
	padding: 4px 0;
	position: fixed;
	bottom: 24px;
	right: 24px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 6px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.08);
	z-index: 10000;
	padding: 12px 24px;
}

.ed-modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
}

.ed-modal {
	background: #fff;
	padding: 20px;
	border-radius: 6px;
	max-width: 400px;
	width: 90%;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.ed-modal input,
.ed-modal textarea {
	width: 100%;
	margin-bottom: 12px;
	padding: 8px;
	box-sizing: border-box;
}

.ed-modal-actions {
	display: flex;
	justify-content: space-between;
}




	.ed-form-wrapper {
	line-height: 1.6;
}

.ed-form-wrapper input,
.ed-form-wrapper select,
.ed-form-wrapper textarea {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
}


