/*
Theme Name: Miami Wine Service
Theme URI: https://miamiwineservice.com/
Author: Miami Wine Service
Description: Custom theme based on the supplied Miami Wine Service layouts.
Version: 1.0.0
Requires at least: 6.5
Requires PHP: 7.4
Text Domain: miami-wine-service
*/

/* The compiled project stylesheet is loaded from assets/styles/main.min.css. */

.mws-honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.mws-form-status {
	margin-top: 18px;
}

.mws-form-status.is-success {
	color: #2e6e44;
}

.mws-form-status.is-error {
	color: #a02929;
}

.mws-page-content > * + * {
	margin-top: 1em;
}

.accordion--text > p {
	margin: 0;
}
