/* Ticarro wordmark — always Orbitron, independent of site theme fonts */

.ticarro-brand,
.site-footer-powered .ticarro-brand,
.site-footer-powered__brand.ticarro-brand,
.admin-page-footer .ticarro-brand,
.admin-page-footer__brand.ticarro-brand {
	font-family: 'Orbitron', sans-serif !important;
	font-weight: 700 !important;
	font-style: normal !important;
	text-transform: lowercase !important;
	letter-spacing: 0.06em;
}

/*
 * Powered-by pill — inline baseline alignment (reliable for mixed fonts).
 * Flex + fixed heights caused Orbitron to sit low and the row to hug the top.
 */
.site-footer-powered {
	display: inline-block !important;
	height: auto !important;
	padding: 0.5rem 1.125rem 0.5rem !important;
	line-height: 1 !important;
	text-align: center !important;
	text-decoration: none !important;
	vertical-align: middle;
	white-space: nowrap;
}

.site-footer-powered__label,
.site-footer-powered__brand.ticarro-brand {
	display: inline !important;
	vertical-align: baseline !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1 !important;
	white-space: nowrap;
}

.site-footer-powered__label {
	font-family: var(--main-font) !important;
	font-size: 0.625rem !important;
	font-weight: 500 !important;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: color-mix(in srgb, var(--on-primary, #fff) 72%, transparent);
}

.site-footer-powered__brand.ticarro-brand {
	font-size: 0.6875rem !important;
	margin-left: 0.3rem !important;
	color: var(--on-primary, #ffffff) !important;
	text-shadow: none !important;
	position: relative;
	top: -0.5px;
}

.admin-page-footer {
	display: block !important;
	text-align: center !important;
	line-height: 1 !important;
	padding: 12px 16px !important;
	border-top: 1px solid rgba(148, 163, 184, 0.22);
	background: var(--admin-canvas, #f5f7fa);
	box-sizing: border-box;
	white-space: nowrap;
}

.admin-page-footer__label,
.admin-page-footer__brand.ticarro-brand {
	display: inline !important;
	vertical-align: baseline !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1 !important;
	white-space: nowrap;
}

.admin-page-footer__label {
	font-size: 11px !important;
	font-weight: 500;
	letter-spacing: 0.04em;
	color: #64748b;
	text-transform: none;
}

.admin-page-footer__brand.ticarro-brand {
	font-size: 12px !important;
	margin-left: 0.25rem !important;
	color: #334155 !important;
	position: relative;
	top: -0.5px;
}

.user-mgmt-aside--with-footer {
	display: flex;
	flex-direction: column;
	min-height: calc(100vh - 50px);
}

.user-mgmt-aside--with-footer > .user-mgmt-page,
.user-mgmt-aside--with-footer > section.content.user-mgmt-page {
	flex: 1 1 auto;
}

.user-mgmt-aside--with-footer > .admin-page-footer {
	flex: 0 0 auto;
	margin-top: auto;
	margin-bottom: 0;
	margin-left: -10px;
	margin-right: -10px;
	align-self: stretch;
}

@media screen and (max-width: 767px) {
	.user-mgmt-aside--with-footer > .admin-page-footer {
		margin-left: 0;
		margin-right: 0;
	}
}
