:root {
	--ie-brand-primary: #005f73;
	--ie-brand-secondary: #0a9396;
	--ie-brand-on-primary: #ffffff;
}

.page-card-head .app-logo {
	width: auto;
	height: auto;
	max-height: 72px;
	max-width: min(320px, 92vw);
	object-fit: contain;
}

.navbar-brand .app-logo {
	width: auto;
	height: auto;
	max-height: 28px;
	object-fit: contain;
}

.ie-tech-powered-badge {
	position: fixed;
	right: 12px;
	bottom: 10px;
	z-index: 1032;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 4px 8px;
	border-radius: 999px;
	background: rgba(0, 95, 115, 0.95);
	color: var(--ie-brand-on-primary);
	font-size: 11px;
	line-height: 1;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.22);
}

.ie-tech-powered-badge .ie-tech-powered-label {
	opacity: 0.88;
	font-weight: 500;
}

.ie-tech-powered-badge .ie-tech-powered-link {
	color: var(--ie-brand-on-primary);
	font-weight: 700;
	text-decoration: none;
}

.ie-tech-powered-badge .ie-tech-powered-link:hover,
.ie-tech-powered-badge .ie-tech-powered-link:focus {
	text-decoration: underline;
}

.web-footer .footer-powered a {
	font-weight: 600;
}

@media (max-width: 768px) {
	.page-card-head .app-logo {
		max-height: 60px;
		max-width: 260px;
	}

	.ie-tech-powered-badge {
		right: 8px;
		bottom: 8px;
		font-size: 10px;
		padding: 3px 7px;
	}
}
