/* 毛豆社区品牌：替换原毛豆社区图片 Logo */
.md-brand-logo {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
	text-decoration: none;
	color: inherit;
	min-width: 0;
}
.md-brand-logo__icon {
	flex: 0 0 36px;
	width: 36px;
	height: 36px;
	border-radius: 8px;
	background: linear-gradient(145deg, #f9dc66, #f7b440);
	color: #1a1a1a;
	font-size: 18px;
	font-weight: 800;
	line-height: 36px;
	text-align: center;
	font-family: PingFang SC, Microsoft YaHei, sans-serif;
}
.md-brand-logo__text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	line-height: 1.2;
	min-width: 0;
}
.md-brand-logo__name {
	font-size: 18px;
	font-weight: 700;
	color: #111;
	white-space: nowrap;
}
.md-brand-logo__slogan {
	font-size: 12px;
	color: #888;
	white-space: nowrap;
	margin-top: 2px;
}
.header .el-row .el-col .logo.logo-img1,
.header .el-row .el-col > img.logo {
	display: none !important;
}
.search .md-brand-logo {
	flex-shrink: 0;
	margin-right: 0.12rem;
}
.search .md-brand-logo__icon {
	flex: 0 0 0.72rem;
	width: 0.72rem;
	height: 0.72rem;
	font-size: 0.4rem;
	line-height: 0.72rem;
	border-radius: 0.12rem;
}
.search .md-brand-logo__name {
	font-size: 0.4rem;
}
.search .md-brand-logo__slogan {
	display: none;
}
@media (max-width: 768px) {
	.md-brand-logo__name {
		font-size: 16px;
	}
}
