/* CSS Document */
.page-filter li {
	margin-right: 1.5rem;
}
.page-filter li a {
	position: relative;
	padding-bottom: 8px;
	color: var(--dark);
}
.page-filter li.active a:before {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background-color: var(--bg-color);
	position: absolute;
	left: 0;
	bottom: 0;
}
.page-filter li.active a, .page-filter li:hover a {
	color: var(--color-link);
}
.page-filter li.active a .st0, .page-filter li a:hover .st0 {
	fill: var(--color-link);
}

.review-summary-info-title {
	letter-spacing: 2px;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 8px;
}
.review-comment-ratings {
	position: relative;
	top: auto;
	height: auto;
	font-size: 1.25rem;
	color: #ffc600;
}
.review-level {
	width: calc(1.5rem + 10px);
}
.review-percent {
	width: calc(2.5rem + 10px);
	text-align: right;
}
.progress {
	height: 0.5rem;
	margin-top: 0.45rem;
}
.progress-bar {
	background-color: #ff8e00;
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
.comment-content .comment-author span a {
	font-style: normal;
	font-family: "Microsoft JhengHei UI", "Microsoft JhengHei UI Light", "微軟正黑體", sans-serif;
}
.commentlist li .comment-content p {
	margin: 0 0 20px 0;
}
.comment-content .review-comment-ratings {
	font-size: 0.875rem;
}