/* Site Tagline widget. */

.vora-tagline {
	display: flex;
	margin: 0;
	line-height: 1.5;
}

.vora-tagline a {
	color: inherit;
	text-decoration: none;
}

.vora-tagline a:hover,
.vora-tagline a:focus-visible {
	text-decoration: underline;
	text-underline-offset: 2px;
}
