.fr-logo-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	line-height: 0;
	user-select: none;
}

.fr-logo-mark--md {
	width: 3rem;
	height: 3rem;
}

.fr-logo-mark--sm {
	width: 2.5rem;
	height: 2.5rem;
}

.fr-logo-mark__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
