.v-row #aigc-also-ask ul {
	flex-direction: row;
	align-items: stretch;
}

.v-row #aigc-also-ask ul li {
	flex: 1;
}

.v-row .question-link {
	height: 100%;
	color: #999;
}

.v-row .question-text {
	font-size: 14px;
}

.no-badge {

}

.ai-badge #aigc-also-ask:after {
	content: 'Generated by Mlytics AI';
	font-size: 12px;
	background-color: #222;
	color: white;
	padding: 4px 12px;
	border-radius: 8px;
	margin-top: 12px;
	display: inline-block;
}