.rodun-logo {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	text-decoration: none;
	color: inherit;
	line-height: 1;
}

.rodun-logo__img {
	height: 36px;
	width: auto;
	display: block;
	flex-shrink: 0;
}

.rodun-logo__brand {
	display: flex;
	flex-direction: column;
	min-width: 0;
	line-height: 1;
}

.rodun-logo__name {
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	color: inherit;
}

.rodun-logo__tag {
	font-style: normal;
	font-size: 8px;
	line-height: 1.1;
	margin-top: 3px;
	white-space: nowrap;
	opacity: 0.7;
	color: inherit;
}
