.zo24pp-fields {
	margin: 15px 0;
	padding: 12px 15px;
	border: 1px solid #e2e2e2;
	border-radius: 4px;
	background: #fafafa;
}

.zo24pp-fields-title {
	margin: 0 0 10px;
	font-size: 1em;
	display: flex;
	align-items: center;
}

.zo24pp-brush-icon {
	margin-right: 6px;
	flex-shrink: 0;
}

.zo24pp-field-wrap label {
	display: block;
	font-weight: 600;
	margin-bottom: 4px;
}

.zo24pp-field-wrap input.zo24pp-input {
	width: 100%;
	max-width: 400px;
	padding: 8px 10px;
	box-sizing: border-box;
}

.zo24pp-price-delta {
	margin: 10px 0 15px;
	font-size: 0.95em;
	font-weight: 600;
	color: #333;
}

.zo24pp-price-delta-note {
	font-weight: 400;
	color: #666;
	font-size: 0.9em;
}

.zo24pp-modal-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba( 0, 0, 0, 0.55 );
	z-index: 100000;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.zo24pp-modal-overlay.zo24pp-modal-open {
	display: flex;
}

.zo24pp-modal-box {
	background: #fff;
	border-radius: 6px;
	max-width: 440px;
	width: 100%;
	padding: 24px;
	box-shadow: 0 10px 40px rgba( 0, 0, 0, 0.25 );
}

.zo24pp-modal-box h3 {
	margin: 0 0 12px;
	font-size: 1.15em;
}

.zo24pp-modal-box p {
	margin: 0 0 20px;
	line-height: 1.5;
	color: #333;
}

.zo24pp-modal-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 10px;
}
