/*	–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
	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;
}

.copyright-bar--separator {
	margin	: 0 .1rem;
}

/*	No config route for this: box__padding_vertical holds one PaddingVertical, and pt-3 + pb-4 are
	two cases. Needs !important because every site declares py-3 on this box and Bootstrap's utility
	carries it — this file loads after bootstrap, so it wins on source order. */
.copyright-bar--box {
	padding-top		: 1rem		!important;
	padding-bottom	: 1.5rem	!important;
}