.plastyverg-honeypot {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	opacity: 0;
}

.plastyverg-form {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-top: 1.5rem;
}

.plastyverg-form label {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	font-weight: 600;
	color: var(--wp--preset--color--contrast);
}

.plastyverg-form-campo {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
}

.plastyverg-form input[type="text"],
.plastyverg-form input[type="email"],
.plastyverg-form input[type="tel"],
.plastyverg-form textarea {
	font: inherit;
	padding: 0.75rem 0.9rem;
	background-color: var(--wp--preset--color--base);
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 10px;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.plastyverg-form input[type="text"]:focus,
.plastyverg-form input[type="email"]:focus,
.plastyverg-form input[type="tel"]:focus,
.plastyverg-form textarea:focus {
	outline: none;
	border-color: var(--wp--preset--color--primary);
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--wp--preset--color--primary) 18%, transparent);
}

.plastyverg-form input[type="checkbox"] {
	width: 1.15em;
	height: 1.15em;
	accent-color: var(--wp--preset--color--primary);
	flex-shrink: 0;
}

.js .plastyverg-form-step {
	display: none;
}

.plastyverg-form-step {
	flex-direction: column;
	gap: 1rem;
}

.plastyverg-form-step.is-active {
	display: flex;
}

.plastyverg-form-step-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.75rem;
	height: 1.75rem;
	border-radius: 50%;
	background: var(--wp--preset--color--primary);
	color: var(--wp--preset--color--base);
	font-weight: 700;
	margin: 0;
}

.plastyverg-form label.plastyverg-form-opcion,
.plastyverg-form label.plastyverg-form-consentimiento {
	flex-direction: row;
	align-items: flex-start;
	gap: 0.5rem;
}

.plastyverg-form label.plastyverg-form-consentimiento {
	font-weight: 400;
}

.plastyverg-form-error {
	color: #b3261e;
	font-weight: 600;
}

.plastyverg-form-confirmacion {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 1rem;
	margin-top: 1.5rem;
}

.plastyverg-form-step h2,
.plastyverg-form-step h3 {
	font-size: var(--wp--preset--font-size--large);
}

.plastyverg-form-step > p:not(.plastyverg-form-step-badge) {
	font-size: var(--wp--preset--font-size--small);
	color: var(--wp--preset--color--contrast);
}

.plastyverg-form label {
	font-size: var(--wp--preset--font-size--medium);
}

.plastyverg-form-consentimiento {
	font-size: var(--wp--preset--font-size--small);
}
