.mcreate-sr-wrap {
	max-width: 760px;
	margin: 0 auto;
}

.mcreate-sr-intro {
	margin-bottom: 26px;
}

.mcreate-sr-intro > *:first-child {
	margin-top: 0;
}

.mcreate-sr-intro > *:last-child {
	margin-bottom: 0;
}

.mcreate-sr-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 18px;
}

.mcreate-sr-field {
	margin: 0;
}

.mcreate-sr-field label {
	display: block;
	margin-bottom: 8px;
	font-weight: 600;
}

.mcreate-sr-field input,
.mcreate-sr-field textarea {
	width: 100%;
}

.mcreate-sr-field textarea {
	min-height: 92px;
	resize: vertical;
}

.mcreate-sr-field--wide {
	grid-column: 1 / -1;
}

.mcreate-sr-submit {
	margin-top: 22px;
}

.mcreate-sr-message {
	padding: 14px 16px;
	border-radius: 8px;
	margin-bottom: 18px;
}

.mcreate-sr-message strong {
	display: block;
	margin-bottom: 6px;
}

.mcreate-sr-message__text {
	line-height: 1.6;
}

.mcreate-sr-message--success {
	background: #eaf8ef;
	color: #165b2a;
}

.mcreate-sr-message--error {
	background: #fdecec;
	color: #8a1f1f;
}

.mcreate-sr-message--info {
	background: #eef5fb;
	color: #17476d;
}

.mcreate-sr-message--locked {
	background: #fff4e8;
	color: #8a4b00;
	border: 1px solid #f0c48a;
}

.mcreate-sr-capacity {
	margin-top: 10px;
	font-weight: 600;
}

.mcreate-sr-capacity-note {
	margin-top: 12px;
	font-size: 0.95rem;
	opacity: 0.9;
}

@media (max-width: 640px) {
	.mcreate-sr-grid {
		grid-template-columns: 1fr;
	}
}
