/* Site Logo widget. */

.vora-logo {
	display: flex;
	align-items: center;
}

.vora-logo a {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
}

.vora-logo img {
	display: block;
	height: auto;
	max-width: 100%;
}

.vora-logo__text {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.1;
}
