/**
 * Survey Master — default animated logo mark
 */

.sfp-brand-mark {
	display: block;
	width: 28px;
	height: 28px;
	flex-shrink: 0;
	object-fit: contain;
	transition: transform 0.25s ease, filter 0.25s ease;
}

.sfp-brand-mark--lg {
	width: 32px;
	height: 32px;
}

.sfp-hub-app__logo,
.sfp-gate__brand-logo {
	border: none;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: visible;
	flex-shrink: 0;
}

.sfp-hub-app__topbar-left:hover .sfp-brand-mark,
.sfp-gate__brand:hover .sfp-brand-mark {
	transform: scale(1.06);
	filter: drop-shadow(0 3px 10px rgba(99, 102, 241, 0.45));
}

.sfp-gate__brand-logo .sfp-brand-mark,
.sfp-gate__showcase-logo .sfp-brand-mark--inline {
	width: 32px;
	height: 32px;
}

.sfp-gate__showcase-logo .sfp-brand-mark--inline {
	width: 40px;
	height: 40px;
}
