/* Utilidades reutilizables para clases personalizadas en Elementor */
.hello-child-stack-sm > * + * {
	margin-top: 0.75rem;
}

.hello-child-stack-md > * + * {
	margin-top: 1.5rem;
}

.hello-child-stack-lg > * + * {
	margin-top: 2.5rem;
}

.hello-child-contrast {
	color: #ffffff;
}

.hello-child-surface {
	background-color: #ffffff;
	border: 1px solid #e2e8f0;
}

.hello-child-visual-balance {
	margin-inline: auto;
	max-width: 1200px;
}
