.mh-price-request {
	font-weight: 600;
	color: var(--wd-primary-color, #333);
}

.mh-ask-price-hint {
	margin-top: 8px;
	font-size: 13px;
	opacity: 0.7;
}

.mh-modal[hidden] {
	display: none;
}

.mh-modal {
	position: fixed;
	inset: 0;
	z-index: 10000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.mh-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.55);
}

.mh-modal__box {
	position: relative;
	width: 100%;
	max-width: 420px;
	max-height: 90vh;
	overflow-y: auto;
	padding: 28px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}

.mh-modal__box h3 {
	margin: 0 0 4px;
}

.mh-modal__product {
	margin: 0 0 18px;
	font-size: 14px;
	opacity: 0.7;
}

.mh-modal__close {
	position: absolute;
	top: 10px;
	right: 14px;
	padding: 4px 8px;
	border: 0;
	background: none;
	font-size: 26px;
	line-height: 1;
	cursor: pointer;
	opacity: 0.5;
}

.mh-modal__close:hover {
	opacity: 1;
}

.mh-form label {
	display: block;
	margin-bottom: 14px;
}

.mh-form label span {
	display: block;
	margin-bottom: 4px;
	font-size: 13px;
	font-weight: 600;
}

.mh-form input,
.mh-form textarea {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font: inherit;
}

.mh-form button[type="submit"] {
	width: 100%;
}

.mh-form__result {
	margin: 12px 0 0;
	font-size: 14px;
	min-height: 1.2em;
}

.mh-form__result.is-success {
	color: #1a7f37;
}

.mh-form__result.is-error {
	color: #c22;
}
