.mit-form {
	max-width: 640px;
	margin: 0 auto;
}

.mit-notice {
	padding: 12px 16px;
	border-radius: 4px;
	margin-bottom: 16px;
}

.mit-notice-success {
	background: #eaf7ea;
	border: 1px solid #b7dfb7;
	color: #2a5d2a;
}

.mit-notice-error {
	background: #fbeaea;
	border: 1px solid #e6b3b3;
	color: #7a2626;
}

.mit-items {
	border: 1px solid #ddd;
	border-radius: 6px;
	padding: 16px;
	margin-bottom: 20px;
}

.mit-items legend {
	font-weight: 600;
	padding: 0 6px;
}

.mit-item-row {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 12px 0;
	border-bottom: 1px solid #eee;
}

.mit-item-row:last-child {
	border-bottom: none;
}

.mit-item-row.mit-item-selected {
	background: #f7fbff;
}

.mit-item-thumb {
	width: 72px;
	height: 72px;
	object-fit: cover;
	border-radius: 6px;
	flex-shrink: 0;
}

.mit-item-name {
	flex: 1;
}

.mit-qty-control {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-shrink: 0;
}

.mit-qty-btn {
	width: 32px;
	height: 32px;
	border: 1px solid #ccc;
	border-radius: 4px;
	background: #fff;
	font-size: 18px;
	line-height: 1;
	cursor: pointer;
}

.mit-qty-btn:hover {
	background: #f0f0f0;
}

.mit-qty-value {
	min-width: 20px;
	text-align: center;
	font-weight: 600;
}

.mit-summary {
	border: 1px solid #ddd;
	border-radius: 6px;
	padding: 14px 16px;
	margin-bottom: 20px;
	background: #fafafa;
}

.mit-summary h4 {
	margin: 0 0 8px;
}

.mit-summary-list {
	margin: 0;
	padding-left: 18px;
}

.mit-summary-empty {
	list-style: none;
	padding-left: 0;
	color: #777;
	font-style: italic;
}

.mit-field {
	display: flex;
	flex-direction: column;
	margin-bottom: 14px;
}

.mit-field label {
	font-weight: 600;
	margin-bottom: 4px;
}

.mit-field input,
.mit-field textarea {
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.mit-submit button {
	padding: 10px 22px;
	border: none;
	border-radius: 4px;
	background: #1e73be;
	color: #fff;
	cursor: pointer;
	font-size: 15px;
}

.mit-submit button:hover {
	background: #175a95;
}

.mit-status-fulfilled {
	color: #2a5d2a;
	font-weight: 600;
}

.mit-status-pending {
	color: #7a5d00;
	font-weight: 600;
}

.mit-no-items-field label {
	display: flex;
	align-items: center;
	gap: 8px;
	font-weight: 400;
	cursor: pointer;
}

.mit-items {
	transition: opacity 0.15s ease;
}
