/* Estilos mínimos. Tudo que é visual fica sob controle do tema ou do Elementor. */

.wclrs-switch {
	margin-top: 1.5em;
	padding-top: 1.25em;
	border-top: 1px solid rgba(0, 0, 0, .1);
}

.wclrs label {
	display: block;
}

.wclrs .woocommerce-form__label-for-checkbox,
.wclrs .wclrs-terms label {
	display: flex;
	align-items: flex-start;
	gap: .5em;
}

.wclrs .woocommerce-form__input-checkbox {
	margin-top: .25em;
	flex: 0 0 auto;
}

/* Botão de mostrar/ocultar senha */
.wclrs .wclrs-password-row {
	position: relative;
}

.wclrs .wclrs-toggle {
	position: absolute;
	right: .5em;
	bottom: .55em;
	padding: .25em .5em;
	border: 0;
	background: none;
	cursor: pointer;
	font-size: .85em;
	line-height: 1;
	color: inherit;
	opacity: .65;
}

.wclrs .wclrs-toggle:hover,
.wclrs .wclrs-toggle:focus {
	opacity: 1;
}

.wclrs .wclrs-toggle:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 2px;
}

.wclrs .wclrs-has-toggle {
	padding-right: 5.5em;
}

.wclrs-sent {
	padding: .75em 1em;
	border-left: 3px solid currentColor;
	opacity: .9;
}

@media (prefers-reduced-motion: reduce) {
	.wclrs * {
		transition: none !important;
	}
}
