.mcm-wrap {
	max-width: 960px;
	margin: 0 auto;
	font-family: Georgia, 'Times New Roman', serif;
	color: #2a2a2a;
}

.mcm-card {
	background: #fff;
	border: 1px solid #e0ddd5;
	border-radius: 6px;
	padding: 28px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

.mcm-columns {
	display: flex;
	gap: 28px;
	flex-wrap: wrap;
}

.mcm-col {
	flex: 1 1 320px;
	min-width: 280px;
}

.mcm-col-verse {
	border-right: 1px solid #e6e2d8;
	padding-right: 24px;
}

@media (max-width: 720px) {
	.mcm-col-verse {
		border-right: none;
		border-bottom: 1px solid #e6e2d8;
		padding-right: 0;
		padding-bottom: 24px;
	}
}

.mcm-col-title {
	font-size: 1.1rem;
	font-weight: normal;
	font-style: italic;
	letter-spacing: 0.02em;
	margin: 0 0 16px;
	text-align: center;
	color: #6b6455;
}

/* Verse carousel */
.mcm-verse-display {
	min-height: 260px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	padding: 12px 6px;
}

.mcm-verse-title {
	font-weight: bold;
	font-style: italic;
	font-size: 1.15rem;
	margin: 0 0 14px;
}

.mcm-verse-text {
	font-style: italic;
	line-height: 1.7;
	white-space: pre-line;
	margin: 0 0 14px;
	color: #333;
}

.mcm-verse-attribution {
	font-style: italic;
	color: #6b6455;
	margin: 0;
}

.mcm-verse-controls {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	margin-top: 10px;
}

.mcm-arrow {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #cfc9ba;
	background: #faf9f5;
	font-size: 1.1rem;
	cursor: pointer;
	transition: background 0.15s ease;
}

.mcm-arrow:hover {
	background: #f0ede2;
}

.mcm-select-btn {
	border: 1px solid #8a7f63;
	background: #8a7f63;
	color: #fff;
	padding: 10px 18px;
	border-radius: 4px;
	cursor: pointer;
	font-family: inherit;
	font-size: 0.95rem;
}

.mcm-select-btn:hover {
	background: #75694f;
}

.mcm-select-btn.mcm-selected {
	background: #4c7a4f;
	border-color: #4c7a4f;
}

.mcm-verse-status {
	text-align: center;
	font-size: 0.85rem;
	color: #7a7568;
	margin-top: 8px;
}

/* Form fields */
.mcm-field {
	display: block;
	margin-bottom: 14px;
}

.mcm-field span {
	display: block;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	color: #6b6455;
	margin-bottom: 4px;
}

.mcm-field input[type="text"],
.mcm-field input[type="date"],
.mcm-field input[type="file"],
.mcm-field select {
	width: 100%;
	box-sizing: border-box;
	padding: 8px 10px;
	border: 1px solid #cfc9ba;
	border-radius: 4px;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	font-size: 0.92rem;
}

.mcm-row {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.mcm-row .mcm-field {
	flex: 1 1 140px;
}

.mcm-fieldset {
	border: 1px solid #e6e2d8;
	border-radius: 4px;
	padding: 14px 16px 4px;
	margin: 0 0 18px;
}

.mcm-fieldset legend {
	font-style: italic;
	color: #6b6455;
	padding: 0 6px;
}

.mcm-photo-preview {
	margin: -6px 0 16px;
	text-align: center;
}

.mcm-photo-preview img {
	max-width: 140px;
	max-height: 170px;
	border: 1px solid #cfc9ba;
	border-radius: 3px;
}

.mcm-submit-btn {
	width: 100%;
	padding: 14px;
	background: #4c7a4f;
	color: #fff;
	border: none;
	border-radius: 4px;
	font-size: 1rem;
	cursor: pointer;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.mcm-submit-btn:disabled {
	background: #b7b7ac;
	cursor: not-allowed;
}

.mcm-submit-hint {
	text-align: center;
	font-size: 0.82rem;
	color: #7a7568;
	margin-top: 8px;
}

.mcm-error-banner {
	background: #fbeaea;
	border: 1px solid #dba3a3;
	color: #7a2222;
	padding: 10px 14px;
	border-radius: 4px;
	margin-bottom: 16px;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	font-size: 0.9rem;
}
