.tspage {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	margin: 30px 0;
	font-size: 13px;
	flex-wrap: wrap
}

.tspage {
	font-size: 14px!important;
	background: 0 0!important;
	clear: both!important;
	height: auto!important;
	overflow: hidden!important;
	line-height: 32px!important;
	padding: 0;
	text-align: center!important;
	border-radius: 12px!important;
	margin: 20px 0!important;
	box-shadow: 0 4px 15px rgba(0,0,0,.05)!important
}

.tspage i {
	font-style: normal;
	font-weight: 500
}

.tspage a {
	color: #64748b!important;
	text-decoration: none;
	padding: 12px 16px;
	margin: 0 6px;
	display: inline-block;
	border-radius: 8px;
	transition: all .3s cubic-bezier(.4, 0, .2, 1);
	font-weight: 500;
	border: 1px solid transparent
}

.tspage a:hover {
	color: #4a6cf7!important;
	background-color: #f8fafc!important;
	border-color: #e2e8f0!important;
	transform: translateY(-2px)!important;
	box-shadow: 0 2px 8px rgba(0,0,0,.05)!important
}

.tspage b {
	color: #fff!important;
	background-color: #4a6cf7!important;
	padding: 12px 16px!important;
	margin: 0 6px!important;
	display: inline-block!important;
	border-radius: 8px!important;
	font-weight: 600!important;
	box-shadow: 0 3px 12px rgba(74,108,247,.3)!important;
	transition: all .3s!important
}

.tspage b:hover {
	box-shadow: 0 4px 15px rgba(74,108,247,.4)!important
}

.tspage .tsp_change,.tspage .tsp_count,.tspage .tsp_end,.tspage .tsp_first,.tspage a.tsp_end,.tspage a.tsp_first,.tspage a.tsp_more,.tspage i:not(.tsp_next i):not(.tsp_prev i) {
	display: none!important
}

.comment-new {
	padding:0 0 15px;
}

li,ul {
	list-style: none
}

.container {
	margin: 0 auto
}

h2.section-title {
	border-left: 4px solid #2979ff;
	color: #000;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 20px;
	padding-left: 12px
}

.write-review-box {
	border-bottom: 1px solid #eee;
	border-radius: 12px;
	border-radius: 0;
	margin-bottom: 40px;
	padding: 0 0 30px
}

.write-header {
	align-items: center;
	display: flex;
	margin-bottom: 20px
}

.write-header span {
	font-size: 16px;
	font-weight: 500;
	margin-right: 12px
}

.interactive-stars {
	cursor: pointer;
	display: flex
}

.interactive-stars .i-star {
	color: #e0e0e0;
	font-size: 24px;
	margin-right: 5px;
	transition: color .2s
}

.interactive-stars .i-star.active {
	color: #f90
}

.rating-text {
	color: #999;
	font-size: 15px;
	margin-left: 10px
}

.input-wrapper {
	display: block;
	overflow: hidden;
	position: relative
}

.review-textarea {
	background-color: #f9f9f9;
	border: 1px solid #ddd;
	border-radius: 8px;
	color: #333;
	display: block;
	font-size: 14px;
	height: 120px;
	overflow: hidden;
	padding: 15px;
	resize: none;
	transition: border-color .3s,background-color .3s;
	width: 100%;
}

.review-textarea:focus {
	background-color: #fff;
	border-color: #2979ff
}

.write-footer {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-top: 15px
}

.btn-submit {
	background-color: #2979ff;
	border: none;
	border-radius: 20px;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: 700;
	padding: 10px 30px;
	transition: background-color .2s
}

.btn-submit:hover {
	background-color: #1c68eb
}

.btn-submit:disabled {
	background-color: #ccc;
	cursor: not-allowed
}

.rating-summary {
	justify-content: center;
	align-items: center;
	background-color: #f6f7f9;
	border-radius: 12px;
	display: flex;
	margin-bottom: 30px;
	padding: 20px 20px
}

.score-box {
	text-align: center
}

.score-box .score {
	color: #2979ff;
	font-size: 64px;
	font-weight: 700;
	line-height: 1
}

.score-box .count {
	color: #999;
	font-size: 12px;
	margin-top: 5px
}

.bars-box {
	flex: 1;
	max-width: 600px
}

.bar-row {
	margin-bottom: 6px
}

.bar-row,.star-label {
	align-items: center;
	display: flex
}

.star-label {
	justify-content: flex-end;
	margin-right: 15px;
	width: 80px
}

.star-label span {
	color: #ccc;
	font-size: 14px;
	margin-left: 2px
}

.progress-bg {
	background-color: #e0e0e0;
	border-radius: 4px;
	flex: 1;
	height: 8px;
	overflow: hidden
}

.progress-fill {
	background-color: #2979ff;
	border-radius: 4px;
	height: 100%
}

.filter-tabs {
	display: flex;
	gap: 15px;
	margin-bottom: 5px;
	padding-bottom: 15px
}

.filter-btn {
    background-color: #f5f5f5;
    border: none;
    border-radius: 20px;
    color: #333;
    cursor: pointer;
    font-size: 14px;
    padding: 6px 0px;
    transition: all .2s;
    flex-shrink: 0;
    flex: 1;
    max-width: 80px;
}

.filter-btn.active {
	background-color: #2979ff;
	color: #fff
}

.filter-btn:hover:not(.active) {
	background-color: #e8e8e8
}

.review-list {
	background: #f7f7f7;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 15px
}

.review-item {
	animation: fadeIn .5s ease;
	border-bottom: 1px solid #f8f8f8;
	display: flex;
	padding-bottom: 10px
}

@keyframes fadeIn {
	0% {
		opacity: 0;
		transform: translateY(10px)
	}

	to {
		opacity: 1;
		transform: translateY(0)
	}
}

.user-avatar {
	background-color: #eee;
	border-radius: 50%;
	flex-shrink: 0;
	height: 40px;
	margin-right: 10px;
	overflow: hidden;
	width: 40px
}

.user-avatar img {
	height: 100%;
	object-fit: cover;
	width: 100%
}

.review-content {
	flex: 1
}

.user-name {
	color: #000;
	font-size: 14px;
	font-weight: 500;
	line-height: 22px;
	margin-bottom: 0
}

.star-rating {
	color: #f90;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 4px 0
}

.star-rating .gray {
	color: #e0e0e0
}

.star-rating img {
	display: block;
	height: 12px
}

.user-model {
	color: #aaa;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 2px 0;
	display: flex;
	align-items: center;
	gap: 6px
}

.user-model img {
	display: block;
	height: 12px
}

.review-text {
	color: #333;
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 9px;
	margin-top: 13px;
	position: relative
}

.text-body.collapsed {
	display: block;
	overflow: hidden
}

blockquote {
	background: rgba(0,0,0,.03);
	border: 1px solid rgba(0,0,0,.01);
	border-radius: 6px;
	color: #000;
	margin: 10px 0;
	padding: 10px 12px
}

blockquote h4 {
	background: 0 0;
	color: #999;
	display: block;
	font-size: 12px;
	font-weight: 400;
	padding: 0;
	margin-top: 6px
}

blockquote h4 cite {
	font-style: normal
}

blockquote div {
	padding: 0 7px
}

.expand-btn {
	color: #2979ff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	margin-left: 5px
}

.review-footer {
	align-items: center;
	color: #999;
	display: flex;
	font-size: 12px;
	margin-bottom: 0
}

.review-footer .date {
	margin-right: auto
}

.review-footer .action {
	align-items: center;
	background: 0 0;
	cursor: pointer;
	display: flex!important;
	height: auto;
	margin-left: 20px;
	min-width: 0;
	padding: 0;
	position: relative;
	width: auto
}

.review-footer .action.liked,.review-footer .action:hover {
	color: #2979ff
}

.review-footer .action svg {
	fill: currentColor;
	height: 14px;
	margin-right: 4px;
	width: 14px
}

.reply-box {
	background-color: #efefef;
	border-radius: 6px;
	display: none;
	font-size: 14px;
	line-height: 22px;
	margin-right: 15px;
	margin-top: 10px;
	padding: 10px
}

.reply-user {
	color: rgba(0,0,0,.5);
	font-weight: 400
}

.reply-link {
	color: #2979ff;
	display: inline-block;
	font-size: 13px;
	margin-top: 5px
}

.comment-showmore {
	color: #0080ff;
	display: block;
	font-size: 12px;
	overflow: hidden;
	padding: 12px 0;
	text-align: center;
	width: 100%;
	cursor: pointer
}

.avatar-selector-box {
	align-items: center;
	display: flex;
	margin-top: 15px
}

.avatar-label {
	color: #666;
	font-size: 14px;
	margin-right: 15px
}

.avatar-list {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    flex: 1;
}

.avatar-option {
	border: 2px solid transparent;
	border-radius: 50%;
	cursor: pointer;
	height: 40px;
	object-fit: cover;
	opacity: .7;
	transition: all .2s;
	width: 40px
}

.avatar-option.selected,.avatar-option:hover {
	opacity: 1;
	transform: scale(1.1)
}

.avatar-option.selected {
	border-color: #2979ff;
	box-shadow: 0 0 0 2px rgba(41,121,255,.2)
}

.toast-message {
	background-color: rgba(0,0,0,.75);
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0,0,0,.15);
	color: #fff;
	display: none;
	font-size: 15px;
	left: 50%;
	padding: 12px 30px;
	pointer-events: none;
	position: fixed;
	text-align: center;
	top: 50%;
	transform: translate(-50%,-50%);
	white-space: nowrap;
	z-index: 9999
}

.newcommen-morelink {
	float: right;
	font-size: 12px;
	font-weight: 400;
	margin: 0 12px
}

.newcommen-morelink a {
	color: #2979ff
}

.newcommen-morelink a i {
	font-style: normal
}
