.eof-form {
	max-width: 720px;
	margin: 0 auto;
}

.eof-section-title {
	margin: 24px 0 12px;
	padding-bottom: 6px;
	border-bottom: 2px solid #eee;
}

.eof-row {
	display: flex;
	gap: 16px;
	margin-bottom: 12px;
	flex-wrap: wrap;
}

.eof-row label {
	display: flex;
	flex-direction: column;
	flex: 1 1 200px;
	font-weight: 600;
	font-size: 14px;
}

.eof-row input,
.eof-row textarea {
	margin-top: 4px;
	padding: 8px 10px;
	border: 1px solid #ccc;
	border-radius: 6px;
	font-weight: 400;
}

.eof-product-row {
	display: flex;
	gap: 12px;
	align-items: flex-end;
	margin-bottom: 10px;
	padding: 10px;
	background: #fafafa;
	border: 1px solid #eee;
	border-radius: 8px;
}

.eof-product-row label {
	display: flex;
	flex-direction: column;
	font-weight: 600;
	font-size: 13px;
}

.eof-product-row .eof-pname {
	flex: 2 1 200px;
}

.eof-product-row .eof-psku {
	flex: 1 1 120px;
}

.eof-product-row .eof-pbrand {
	flex: 1 1 120px;
}

.eof-product-row .eof-pqty {
	flex: 0 0 90px;
}

.eof-product-row input {
	margin-top: 4px;
	padding: 8px 10px;
	border: 1px solid #ccc;
	border-radius: 6px;
	font-weight: 400;
}

.eof-remove-product {
	flex: 0 0 auto;
	height: 38px;
	width: 38px;
	border: none;
	border-radius: 6px;
	background: #e74c3c;
	color: #fff;
	font-size: 20px;
	line-height: 1;
	cursor: pointer;
}

.eof-btn {
	display: inline-block;
	padding: 10px 18px;
	border: none;
	border-radius: 6px;
	font-size: 15px;
	cursor: pointer;
}

.eof-btn-secondary {
	background: #2c7be5;
	color: #fff;
	margin-top: 8px;
}

.eof-btn-primary {
	background: #16a34a;
	color: #fff;
}

.eof-btn:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

.eof-submit-wrap {
	margin-top: 16px;
}

.eof-message {
	margin-top: 16px;
	padding: 12px 14px;
	border-radius: 6px;
	font-weight: 600;
}

.eof-message.eof-success {
	background: #e6f7ec;
	color: #16794c;
	border: 1px solid #b7e4c7;
}

.eof-message.eof-error {
	background: #fdecea;
	color: #b3261e;
	border: 1px solid #f5c6c2;
}
