/**
 * ChipWeb Dedicatoria Producto - frontend.
 * Estilos neutros pensados para heredar la tipografía y colores del tema.
 *
 * @author Lolo Marchal <https://lolomarchal.com> - ChipWeb <https://chipweb.es>
 */

.cwdp-dedication {
	margin: 0 0 1em;
}

.cwdp-dedication__toggle {
	display: inline-flex;
	align-items: center;
	gap: 0.5em;
	cursor: pointer;
}

.cwdp-dedication__toggle input[type="checkbox"] {
	margin: 0;
}

.cwdp-dedication__field {
	margin-top: 0.5em;
}

.cwdp-dedication__field textarea {
	width: 100%;
	max-width: 100%;
	resize: vertical;
}

.cwdp-dedication__counter {
	display: block;
	font-size: 0.85em;
	opacity: 0.7;
	text-align: right;
}
