.giving-marking-block { margin: 16px 0; }
.giving-marking-block .button { margin-right: 6px; }
.giving-marking-summary { margin-top: 8px; padding: 8px 12px; background: #f6f7f7; border-left: 3px solid #2271b1; }

.giving-marking-modal[hidden] { display: none; }
.giving-marking-modal { position: fixed; inset: 0; z-index: 99999; }
.giving-marking-modal__backdrop { position: absolute; inset: 0; background: rgba(0,0,0,0.55); }
.giving-marking-modal__dialog {
	position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
	width: min(1100px, 95vw); max-height: 92vh; background: #fff; border-radius: 8px;
	display: flex; flex-direction: column; box-shadow: 0 20px 60px rgba(0,0,0,0.4);
	overflow: hidden;
}
.giving-marking-modal__header { display: flex; align-items: center; justify-content: space-between; padding: 14px 18px; border-bottom: 1px solid #e0e0e0; }
.giving-marking-modal__header h2 { margin: 0; font-size: 18px; }
.giving-marking-modal__close { background: transparent; border: none; font-size: 28px; cursor: pointer; line-height: 1; }
.giving-marking-modal__body { display: flex; flex: 1; min-height: 0; }
.giving-marking-modal__panel { width: 320px; min-width: 280px; padding: 16px; border-right: 1px solid #e0e0e0; overflow-y: auto; }
.giving-marking-modal__canvas-wrap { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 16px; background: #f9f9f9; }
.giving-marking-modal__footer { display: flex; gap: 8px; justify-content: flex-end; padding: 12px 18px; border-top: 1px solid #e0e0e0; }

.gm-field { margin-bottom: 14px; }
.gm-field label { display: block; font-weight: 600; margin-bottom: 4px; font-size: 13px; }
.gm-field select, .gm-field input[type="number"], .gm-field input[type="file"] { width: 100%; box-sizing: border-box; }
.gm-hint { display: block; color: #666; font-size: 12px; margin-top: 4px; }

.gm-price { padding: 10px; background: #f6f7f7; border-radius: 4px; margin-top: 16px; }
.gm-price-line { display: flex; justify-content: space-between; font-size: 13px; margin-bottom: 4px; }
.gm-price-line strong { font-size: 15px; }

.gm-canvas-toolbar { margin-bottom: 8px; display: flex; gap: 6px; }
.gm-canvas-toolbar button { padding: 4px 10px; cursor: pointer; }

#gm-canvas { background: #fff; border: 1px solid #ddd; max-width: 100%; height: auto; }
.gm-canvas-hint { color: #888; font-size: 12px; margin-top: 6px; }

@media (max-width: 800px) {
	.giving-marking-modal__body { flex-direction: column; }
	.giving-marking-modal__panel { width: 100%; border-right: none; border-bottom: 1px solid #e0e0e0; max-height: 40vh; }
}
