/**
 * Public UGC form — MosStroy.News
 * Brand: #082B52 #151515 #E31C3D
 */

.msn-form {
	max-width: 40rem;
	margin: 0 auto 2rem;
	padding: 1.5rem 1.25rem 2rem;
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 0;
	color: #151515;
}

.msn-form__live:empty {
	display: none;
}

.msn-form__success {
	padding: 1rem 1.1rem;
	margin-bottom: 1rem;
	background: #e8f6ee;
	border-left: 4px solid #1a7f4b;
}

.msn-form__error {
	padding: 1rem 1.1rem;
	margin-bottom: 1rem;
	background: #fde8ec;
	border-left: 4px solid #e31c3d;
}

.msn-form__context {
	margin: 0 0 1rem;
	padding: 0.75rem 1rem;
	background: #e8eef5;
	border-radius: 0;
	font-size: 0.95rem;
}

.msn-form__field {
	margin: 0 0 1rem;
}

.msn-form__field label {
	display: block;
	font-weight: 600;
	margin-bottom: 0.35rem;
	color: #082b52;
}

.msn-form__field input[type="text"],
.msn-form__field input[type="url"],
.msn-form__field input[type="date"],
.msn-form__field input[type="email"],
.msn-form__field select,
.msn-form__field textarea,
.msn-form__input {
	width: 100%;
	max-width: 100%;
	padding: 0.55rem 0.65rem;
	border: 1px solid #c5d0dc;
	border-radius: 0;
	font: inherit;
	color: #151515;
	background: #fff;
}

.msn-form__field input:focus,
.msn-form__field select:focus,
.msn-form__field textarea:focus {
	outline: 2px solid #e31c3d;
	outline-offset: 1px;
	border-color: #082b52;
}

.msn-form__hint {
	display: block;
	margin-top: 0.25rem;
	font-size: 0.85rem;
	color: #5c6b7a;
}

.msn-form__check {
	margin: 0 0 0.65rem;
	font-size: 0.95rem;
}

.msn-form__check label {
	display: flex;
	gap: 0.5rem;
	align-items: flex-start;
	cursor: pointer;
}

.msn-form__check input {
	margin-top: 0.25rem;
}

.msn-form__actions {
	margin: 1.25rem 0 0;
}

.msn-form__submit {
	display: inline-block;
	padding: 0.7rem 1.35rem;
	border: 0;
	border-radius: 2px;
	background: #e31c3d;
	color: #fff;
	font: inherit;
	font-weight: 600;
	cursor: pointer;
}

.msn-form__submit:hover {
	background: #c41834;
}

.msn-form__hp {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.msn-thanks {
	margin: 0 0 1.25rem;
	padding: 0.85rem 1rem;
	background: #e8eef5;
	border-left: 4px solid #082b52;
	font-size: 0.95rem;
}
