/*	–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
	CORE/STORYTELLER/CLASSES.CSS
	––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

/**
 * VISIOFRAMEWORK
 * This file is part of VISIOFRAMEWORK.
 * @package		visioframework
 * @author		Agência Visio <contato@agenciavisio.com.br>
 * @copyright	Copyright (c) 2023-present. M. Souza & Souza LTDA. (CNPJ: 21.284.748/0001-33). All rights reserved.
 * @license		Proprietary
 * @link		https://www.agenciavisio.com.br
 */

/*	Eyebrow and heading read as one unit, but each is its own column of the info row — Bootstrap's
	`.row > *` gutter would wedge the row's rhythm between them. Mirrors core/section/classes.css. */
.storyteller--eyebrow--wrapper + .storyteller--heading--wrapper {
	margin-top: 0;
}
