/*
 * The product logo in the shell and on the authentication screens.
 *
 * The template ships no size for `.custom-logo`, so an <svg> falls back on the replaced-element
 * default of 300x150 and the lockup lands wherever its ratio takes it. The brand book asks for
 * 120 px of width at the very least on screen, and for clear space around it equal to the height
 * of the S, which is what the padding below buys.
 */
.app-logo .custom-logo {
	width: 132px;
	height: 52px;
	padding: 6px 0;
}

/*
 * The shell carries the brand colours, on every nav. The brand book reserves a white monochrome
 * version for colour flats, and `#custom-logo` in the asset is that version, kept for the day a
 * nav needs it: the theme picker offers ten of them and they are not equally kind to the blue.
 */
.auth-logo .custom-logo-full {
	width: 240px;
	height: 94px;
}
