/* Local customizations on top of the uranus look (loaded after all other template CSS) */

/* ChronoForms 8 free-version credit link — live (FormMaker) had no branding */
a.chronocredits { display: none; }

/* Deposit form: approximate the original FormMaker compact field layout */
#chronoform-formulario-de-deposito input[type="text"],
#chronoform-formulario-de-deposito select {
	max-width: 220px;
}

/* J4's pagination limit box uses BS5 class "form-select" that the BS3-era template CSS
   doesn't know; approximate J3's compact "input-mini" look on category pages. */
select#limit.form-select {
	width: auto;
	display: inline-block;
	height: 30px;
	padding: 2px 6px;
	font-size: 14px;
}

/* Vertically center the top-bar items (logo, social icons, phone, painel button).
   Desktop only: on xs the hidden-xs columns collapse and the remaining two stack,
   which flex would put side by side, so keep the stock float layout there. */
@media (min-width: 768px) {
	#sp-top-bar > .container > .row {
		display: flex;
		align-items: center;
	}
	#sp-top-bar .sp-module,
	#sp-top-bar .custom,
	#sp-top-bar .custom > p {
		margin-bottom: 0;
	}
}
