.rsvp-boda-form-wrap {
	max-width: 560px;
	margin: 0 auto;
}

.rsvp-boda-form .rsvp-boda-campo {
	margin-bottom: 1.25em;
}

.rsvp-boda-form label {
	display: block;
	font-weight: 600;
	margin-bottom: 0.35em;
}

.rsvp-boda-form fieldset {
	border: none;
	padding: 0;
	margin: 0 0 1.25em;
}

.rsvp-boda-form fieldset label {
	display: inline-flex;
	align-items: center;
	gap: 0.4em;
	font-weight: 400;
	margin-right: 1.5em;
}

.rsvp-boda-form input[type="text"],
.rsvp-boda-form input[type="tel"],
.rsvp-boda-form input[type="email"],
.rsvp-boda-form select,
.rsvp-boda-form textarea {
	width: 100%;
	padding: 0.6em 0.75em;
	border: 1px solid #b8b8b8;
	border-radius: 6px;
	font-size: 1rem;
	box-sizing: border-box;
}

.rsvp-boda-form input:focus,
.rsvp-boda-form select:focus,
.rsvp-boda-form textarea:focus {
	outline: 3px solid #1f3a6e;
	outline-offset: 1px;
}

.rsvp-boda-obligatorio {
	color: #a02622;
}

.rsvp-boda-opcional {
	font-weight: 400;
	font-size: 0.85em;
	color: #646970;
}

.rsvp-boda-honeypot {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.rsvp-boda-boton-enviar {
	background: #d9a441;
	color: #1f3a6e;
	border: none;
	border-radius: 6px;
	padding: 0.85em 1.75em;
	font-size: 1.05rem;
	font-weight: 700;
	cursor: pointer;
}

.rsvp-boda-boton-enviar:disabled {
	opacity: 0.6;
	cursor: default;
}

.rsvp-boda-mensaje-exito {
	background: #edfaef;
	color: #1e7e34;
	border-radius: 6px;
	padding: 0.75em 1em;
	margin-bottom: 1em;
}

.rsvp-boda-mensaje-error {
	background: #fdeceb;
	color: #a02622;
	border-radius: 6px;
	padding: 0.75em 1em;
	margin-bottom: 1em;
}

.rsvp-boda-aviso-previo,
.rsvp-boda-cerrado {
	background: #fff8e5;
	color: #8a6d00;
	border-radius: 6px;
	padding: 0.75em 1em;
	margin-bottom: 1.25em;
}
