/* RTV Form — estilos del formulario público [rtv_form] */

.rtv-form-wrap {
	max-width: 620px;
	margin: 0 auto;
}

.rtv-form-intro {
	margin: 0 0 1em;
	color: #444;
}

.rtv-form-row {
	margin-bottom: 1em;
	display: flex;
	flex-direction: column;
}

.rtv-form-row label {
	font-weight: 600;
	margin-bottom: .35em;
}

.rtv-req {
	color: #c0392b;
}

.rtv-form input[type="text"],
.rtv-form input[type="email"],
.rtv-form textarea {
	width: 100%;
	padding: .65em .8em;
	border: 1px solid #ccc;
	border-radius: 6px;
	font-size: 1rem;
	box-sizing: border-box;
	font-family: inherit;
}

.rtv-form input:focus,
.rtv-form textarea:focus {
	border-color: #2271b1;
	outline: 2px solid rgba(34, 113, 177, .2);
}

.rtv-form-btn {
	background: #2271b1;
	color: #fff;
	border: 0;
	border-radius: 6px;
	padding: .7em 1.6em;
	font-size: 1rem;
	cursor: pointer;
}

.rtv-form-btn:hover {
	background: #185a92;
}

.rtv-form-alert {
	padding: .85em 1em;
	border-radius: 6px;
	margin-bottom: 1.2em;
}

.rtv-form-ok {
	background: #e7f6e7;
	border: 1px solid #7bbf7b;
	color: #1e5b1e;
}

.rtv-form-error {
	background: #fdecea;
	border: 1px solid #e0a0a0;
	color: #8a1f1f;
}

.rtv-form-error ul {
	margin: 0;
	padding-left: 1.2em;
}

/* Honeypot: invisible para usuarios reales */
.rtv-hp {
	position: absolute !important;
	left: -9999px !important;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
