.ma-contact-form-wrap {
	width: 100%;
}

.ma-contact-form__notice {
	padding: 14px 18px;
	border-radius: 8px;
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 0.95rem;
}

.ma-contact-form__notice--success {
	background: #e6f4ea;
	color: #1e7a34;
}

.ma-contact-form__notice--error {
	background: #fbe7e7;
	color: #a12c2c;
}

.ma-contact-form__row {
	margin-bottom: 18px;
}

.ma-contact-form__row label {
	display: block;
	font-weight: 600;
	font-size: 0.9rem;
	color: #3d3636;
	margin-bottom: 6px;
}

.ma-contact-form__row input,
.ma-contact-form__row textarea {
	width: 100%;
	padding: 12px 14px;
	border: 1px solid #ddd;
	border-radius: 8px;
	font-size: 1rem;
	font-family: inherit;
	box-sizing: border-box;
}

.ma-contact-form__row input:focus,
.ma-contact-form__row textarea:focus {
	outline: none;
	border-color: #D2232A;
}

.ma-contact-form__honeypot {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.ma-contact-form__submit {
	background: #D2232A;
	color: #fff;
	border: none;
	padding: 14px 32px;
	border-radius: 999px;
	font-weight: 700;
	font-size: 1rem;
	cursor: pointer;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.ma-contact-form__submit:hover {
	background: #A81B22;
	transform: translateY(-2px);
}
