/*
Theme Name: Estrella Inversiones
Theme URI: https://estrellainv.com
Author: Estrella Inversiones
Description: Custom WordPress theme for Estrella Inversiones, adapted from the HM Inmobiliaria Webflow conversion with the Estrella red-orange brand palette. Static marketing pages with loan-application and contact forms stored as admin-reviewable submissions.
Version: 2.0.0
Requires PHP: 8.1
License: Proprietary
Text Domain: estrella-inversiones
*/

/* 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;
}
