/*
Theme Name: HM Inmobiliaria
Theme URI: https://hminmobiliariard.com
Author: HM Inmobiliaria
Description: Custom WordPress theme converted from the HM Inmobiliaria Webflow site. Static marketing pages with loan-application and contact forms stored as admin-reviewable submissions.
Version: 1.0.0
Requires PHP: 8.1
License: Proprietary
Text Domain: hm-inmobiliaria
*/

/* Former Webflow .w-form wrapper (class removed so forms POST natively to WordPress) */
.hm-form-wrap {
	margin: 0 0 15px;
}

/* keep success/fail banners styled as Webflow did */
.hm-form-wrap .w-form-done,
.hm-form-wrap .w-form-fail {
	display: none;
	padding: 20px;
	text-align: center;
}
.hm-form-wrap .w-form-done {
	background-color: #dddddd;
}
.hm-form-wrap .w-form-fail {
	background-color: #ffdede;
}
