/**
 * Site Logo fallback typography defaults.
 */
.lpt-site-logo__fallback-wrap {
	display: block;
	width: 100%;
}

.lpt-site-logo__fallback {
	display: inline-block;
	font-size: 1.35rem;
	font-weight: 700;
	line-height: 1.2;
	color: #0f172a !important;
	text-decoration: none !important;
}

a.lpt-site-logo__fallback:hover {
	opacity: 0.85;
	color: #0f172a !important;
}
