/*	–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
	CORE/COPYRIGHT-BAR/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
 */

/*	Paired on purpose: a height without a width lets the <img> width attribute
	decide how wide the box is, and the mark ends up centred in a box as wide as
	its own root declares — 567px, for a mark drawn at fifteen. */
.copyright-bar--brand {
	height	: 15px	!important;
	width	: auto	!important;
}