<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.tab-box{
	background:#e0dfe4;
	flex-wrap: nowrap;
	overflow: scroll;
}
.tab{
	text-align: center;
	line-height: 3;
	font-size: .52rem;
	font-weight: 500;
	flex:1 0 auto;
	padding:0 .2rem;
}
.tab.small-font-size{
	font-size: .4rem;
}
.tab.active{
	color:#f3309d;
}</pre></body></html>