
[class^=rtrs-]:before, [class*=\ rtrs-]:before {
	speak: never;
	-webkit-text-decoration: inherit;
	text-decoration: inherit;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 1em;
	margin-left: .2em;
	margin-right: .2em;
	font-family: rtrs_fontello;
	font-style: normal;
	font-weight: 400;
	line-height: 1em;
	display: inline-block;
}

.rtrs-star:before {
	content: "";
}

.rtrs-thumbs-up:before {
	content: "";
}

.rtrs-thumbs-down:before {
	content: "";
}

.rtrs-calendar:before {
	content: "";
}

.rtrs-play:before {
	content: "";
}

.rtrs-picture:before {
	content: "";
}

.rtrs-videocam:before {
	content: "";
}

.rtrs-ok:before {
	content: "";
}

.rtrs-star-empty:before {
	content: "";
}

.rtrs-plus:before {
	content: "";
}

.rtrs-user:before {
	content: "";
}

.rtrs-twitter:before {
	content: "";
}

.rtrs-facebook:before {
	content: "";
}

.rtrs-filter:before {
	content: "";
}

.rtrs-gplus:before {
	content: "";
}

.rtrs-sort:before {
	content: "";
}

.rtrs-angle-left:before {
	content: "";
}

.rtrs-angle-right:before {
	content: "";
}

.rtrs-github:before {
	content: "";
}

.rtrs-smile:before {
	content: "";
}

.rtrs-frown:before {
	content: "";
}

.rtrs-meh:before {
	content: "";
}

.rtrs-star-half-alt:before {
	content: "";
}

.rtrs-share:before {
	content: "";
}

html.with-featherlight {
	overflow: hidden;
}

.featherlight {
	z-index: 2147483647;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	background: 0 0;
	display: none;
	position: fixed;
	inset: 0;
}

.featherlight:last-of-type {
	background: rgba(0, 0, 0, .8);
}

.featherlight:before {
	content: "";
	vertical-align: middle;
	height: 100%;
	display: inline-block;
}

.featherlight .featherlight-content {
	text-align: left;
	vertical-align: middle;
	cursor: auto;
	white-space: normal;
	background: #fff;
	border-bottom: 25px solid rgba(0, 0, 0, 0);
	max-height: 95%;
	margin-left: 5%;
	margin-right: 5%;
	padding: 25px 25px 0;
	display: inline-block;
	position: relative;
	overflow: auto;
}

.featherlight .featherlight-inner {
	display: block;
}

.featherlight link.featherlight-inner, .featherlight script.featherlight-inner, .featherlight style.featherlight-inner {
	display: none;
}

.featherlight .featherlight-close-icon {
	z-index: 9999;
	cursor: pointer;
	text-align: center;
	color: #000;
	background: rgba(255, 255, 255, .3);
	border: 0;
	width: 25px;
	padding: 0;
	font-family: Arial, sans-serif;
	line-height: 25px;
	position: absolute;
	top: 0;
	right: 0;
}

.featherlight .featherlight-close-icon::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.featherlight .featherlight-image {
	width: 100%;
}

.featherlight-iframe .featherlight-content {
	-webkit-overflow-scrolling: touch;
	border-bottom: 0;
	padding: 0;
}

.featherlight iframe {
	border: 0;
}

.featherlight * {
	box-sizing: border-box;
}

@media only screen and (width<=1024px) {
	.featherlight .featherlight-content {
		border-bottom: 10px solid rgba(0, 0, 0, 0);
		max-height: 98%;
		margin-left: 0;
		margin-right: 0;
		padding: 10px 10px 0;
	}
}

@media print {
	html.with-featherlight > * > :not(.featherlight) {
		display: none;
	}
}

*, :before, :after {
	box-sizing: border-box;
}

.rtrs-review-wrap {
	background-color: #fff;
	border-radius: 4px;
	width: auto;
}

@media only screen and (width<=991px) {
	.rtrs-review-wrap {
		width: 100%;
	}
}

@media only screen and (width<=575px) {
	.rtrs-review-wrap {
		padding: 10px;
	}
}

.rtrs-gdpr-consent-title {
	color: #444;
	background-color: #fafafa;
	border-radius: 4px;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 5px 22px;
	font-size: 16px;
	font-weight: 400;
	display: flex;
}

.rtrs-summary {
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	gap: 20px;
	display: grid;
}

@media only screen and (width<=479px) {
	.rtrs-summary {
		grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	}
}

.rtrs-summary .rtrs-rating-box {
	border: 1px solid #eaeaea;
	border-radius: 6px;
	flex: 1;
	align-items: center;
	height: 100%;
	padding: 25px 30px;
	display: flex;
}

@media only screen and (width<=575px) {
	.rtrs-summary .rtrs-rating-box {
		padding: 20px;
	}
}

.rtrs-summary .rtrs-rating-box .rtrs-rating-number {
	margin-right: 25px;
}

.rtrs-summary .rtrs-rating-box .rtrs-rating {
	color: #000;
	font-size: 48px;
	font-weight: 700;
}

.rtrs-summary .rtrs-rating-box .rtrs-rating-out {
	color: #747474;
	font-size: 36px;
	font-weight: 700;
}

.rtrs-summary .rtrs-rating-box .rtrs-rating-icon {
	flex: 1;
}

.rtrs-summary .rtrs-rating-box .rtrs-rating-icon i {
	color: #ffb300;
	font-size: 18px;
}

.rtrs-summary .rtrs-rating-box .rtrs-rating-icon i:before {
	margin: 0;
}

.rtrs-summary .rtrs-rating-box .rtrs-rating-icon .rtrs-rating-text {
	color: #646464;
	margin-top: 5px;
	font-size: 14px;
}

.rtrs-summary .rtrs-rating-box .rtrs-recomnded-icon {
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	width: 73px;
	height: 73px;
	margin-right: 15px;
	display: flex;
	position: relative;
}

.rtrs-summary .rtrs-rating-box .rtrs-recomnded-icon:before {
	content: "";
	border: 1px solid rgba(225, 225, 225, .3);
	border-radius: 50%;
	width: 100%;
	height: 100%;
	position: absolute;
}

.rtrs-summary .rtrs-rating-box .rtrs-recomnded-icon:after {
	content: "";
	border: 1px solid #e1e1e1;
	border-radius: 50%;
	width: 61px;
	height: 61px;
	position: absolute;
}

.rtrs-summary .rtrs-rating-box .rtrs-recomnded-icon i {
	background-color: #40eca9;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	width: 49px;
	height: 49px;
	display: flex;
}

.rtrs-summary .rtrs-rating-box .rtrs-recomnded-icon i:before {
	color: #fff;
	font-size: 30px;
}

.rtrs-summary .rtrs-rating-box .rtrs-recomnded-number {
	color: #646464;
	font-size: 16px;
}

.rtrs-summary .rtrs-rating-box .rtrs-recomnded-number span {
	color: #000;
	margin-right: 5px;
	font-weight: 700;
}

.rtrs-summary .rtrs-rating-box .rtrs-recomnded-text {
	color: #646464;
	margin: 5px 0 0;
	font-size: 14px;
}

.rtrs-summary .rtrs-progress-wrap {
	border: 1px solid #eaeaea;
	border-radius: 6px;
	padding: 30px;
}

.rtrs-summary .rtrs-progress-wrap .rtrs-progress {
	align-items: center;
	margin-bottom: 20px;
	display: flex;
}

.rtrs-summary .rtrs-progress-wrap .rtrs-progress:last-child {
	margin-bottom: 0;
}

.rtrs-summary .rtrs-progress-wrap .rtrs-progress label {
	color: #000;
	min-width: 88px;
	font-size: 14px;
	font-weight: 500;
}

.rtrs-summary .rtrs-progress-wrap .rtrs-progress span {
	min-width: 70px;
}

.rtrs-summary .rtrs-progress-wrap .rtrs-progress-bar {
	flex: auto;
}

.rtrs-summary .rtrs-progress-wrap progress[value] {
	appearance: none;
	border: none;
	border-radius: 4px;
	height: 5px;
}

.rtrs-summary .rtrs-progress-wrap progress[value]::-webkit-progress-bar {
	background-color: #959595;
	border-radius: 4px;
}

.rtrs-summary .rtrs-progress-wrap progress[value]::-webkit-progress-value {
	border-radius: 4px;
}

.rtrs-summary .rtrs-progress-wrap .quality-preogress[value]::-webkit-progress-value {
	background-color: #40eca9;
	box-shadow: 0 4px 8px rgba(64, 236, 169, .48);
}

.rtrs-summary .rtrs-progress-wrap .service-preogress[value]::-webkit-progress-value {
	background-color: #00b0ff;
	box-shadow: 0 4px 8px rgba(0, 176, 255, .48);
}

.rtrs-summary .rtrs-progress-wrap .starting-preogress[value]::-webkit-progress-value {
	background-color: #ffbf42;
	box-shadow: 0 4px 8px rgba(255, 191, 66, .48);
}

.rtrs-summary .rtrs-progress-wrap .delivery-preogress[value]::-webkit-progress-value {
	background-color: #ff8058;
	box-shadow: 0 4px 8px rgba(255, 128, 88, .48);
}

.rtrs-summary .rtrs-progress-wrap .progress-percent {
	text-align: right;
	color: #000;
	min-width: 40px;
	font-size: 14px;
	font-weight: 500;
}

.rtrs-summary .rtrs-summary-text {
	margin-left: 70px;
}

@media only screen and (width<=767px) {
	.rtrs-summary .rtrs-summary-text {
		margin-left: 0;
	}
}

.rtrs-summary .rtrs-summary-text .rtrs-summary-ttile {
	color: #000;
	margin: 0 0 15px;
	font-size: 22px;
	font-weight: 600;
}

.rtrs-summary .rtrs-summary-text p {
	color: #646464;
	margin: 0;
	font-size: 16px;
	line-height: 26px;
}

.rtrs-rating-icon-global {
	flex: 1;
}

.rtrs-rating-icon-global i {
	color: #ffb300;
	font-size: 18px;
}

.rtrs-rating-icon-global i:before {
	margin: 0;
}

.rtrs-rating-icon-global .rtrs-rating-text {
	color: #646464;
	margin-top: 5px;
	font-size: 14px;
}

.rtrs-sorting-bar {
	background: linear-gradient(#fff 0%, #f8fafc 100%);
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	margin: 20px 0;
	padding: 14px 20px;
	display: flex;
	box-shadow: 0 1px 2px rgba(15, 23, 42, .04);
}

@media only screen and (width<=575px) {
	.rtrs-sorting-bar {
		flex-direction: column;
		align-items: stretch;
		gap: 10px;
		padding: 14px;
	}
}

.rtrs-sorting-bar .rtrs-sorting-title {
	color: #0f172a;
	letter-spacing: -.1px;
	align-items: center;
	gap: 8px;
	margin: 0;
	font-size: 15px;
	font-weight: 600;
	display: inline-flex;
}

.rtrs-sorting-bar .rtrs-sorting-title:before {
	content: "";
	background: var(--rtrs-primary-color, #6366f1);
	border-radius: 50%;
	flex-shrink: 0;
	width: 6px;
	height: 6px;
	display: inline-block;
	box-shadow: 0 0 0 3px rgba(99, 102, 241, .18);
}

@media only screen and (width<=575px) {
	.rtrs-sorting-bar .rtrs-sorting-title {
		justify-content: center;
	}
}

.rtrs-sorting-bar .rtrs-sorting-select {
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	display: flex;
}

@media only screen and (width<=575px) {
	.rtrs-sorting-bar .rtrs-sorting-select {
		flex-direction: column;
		align-items: stretch;
		gap: 8px;
	}
}

.rtrs-sorting-bar .rtrs-sorting-select > div {
	align-items: center;
	gap: 8px;
	display: inline-flex;
}

@media only screen and (width<=575px) {
	.rtrs-sorting-bar .rtrs-sorting-select > div {
		justify-content: space-between;
		width: 100%;
	}
}

.rtrs-sorting-bar .rtrs-sorting-select label {
	color: #475569;
	align-items: center;
	gap: 6px;
	margin: 0;
	font-size: 13px;
	font-weight: 600;
	display: inline-flex;
}

.rtrs-sorting-bar .rtrs-sorting-select label i {
	color: #64748b;
	font-size: 14px;
	line-height: 1;
}

.rtrs-sorting-bar .rtrs-sorting-select select {
	appearance: none;
	color: #0f172a;
	cursor: pointer;
	background-color: #fff;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'></polyline></svg>");
	background-position: right 12px center;
	background-repeat: no-repeat;
	background-size: 12px 12px;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	min-width: 140px;
	margin: 0;
	padding: 8px 34px 8px 14px;
	font-size: 13px;
	font-weight: 500;
	transition: border-color .15s, box-shadow .15s, color .15s;
	box-shadow: 0 1px 2px rgba(15, 23, 42, .04);
}

.rtrs-sorting-bar .rtrs-sorting-select select:hover {
	color: #0f172a;
	border-color: #cbd5e1;
}

.rtrs-sorting-bar .rtrs-sorting-select select.nitro-lazy {
	background-image: none !important;
}

.rtrs-sorting-bar .rtrs-sorting-select select:focus {
	border-color: var(--rtrs-primary-color, #6366f1);
	outline: none;
	box-shadow: 0 0 0 3px rgba(99, 102, 241, .15);
}

@media only screen and (width<=575px) {
	.rtrs-sorting-bar .rtrs-sorting-select select {
		flex: 1;
		min-width: 0;
	}
}

.rtrs-sorting-select:empty {
	display: none !important;
}

.rtrs-review-box .rtrs-review-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.rtrs-review-box .rtrs-main-review {
	margin-bottom: 20px;
}

.rtrs-review-box .rtrs-each-review {
	background-color: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	align-items: flex-start;
	padding: 22px 24px 18px;
	transition: border-color .2s, box-shadow .2s;
	display: flex;
}

.rtrs-review-box .rtrs-each-review:hover {
	border-color: #d1d5db;
	box-shadow: 0 4px 16px -10px rgba(15, 23, 42, .12);
}

@media only screen and (width<=479px) {
	.rtrs-review-box .rtrs-each-review {
		border-radius: 10px;
		padding: 18px;
		display: block;
	}
}

.rtrs-review-box .rtrs-each-review.verified-user .rtrs-review-imgholder {
	position: relative;
}

.rtrs-review-box .rtrs-each-review.verified-user .rtrs-review-imgholder:after {
	content: "";
	color: #fff;
	background-color: #10b981;
	border: 2px solid #fff;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	width: 20px;
	height: 20px;
	font-family: rtrs_fontello;
	font-size: 10px;
	display: flex;
	position: absolute;
	bottom: 3px;
	right: 3px;
}

.rtrs-review-box .rtrs-top-review {
	background-color: #fffbeb;
	border-color: #fde68a;
	box-shadow: 0 4px 14px -8px rgba(251, 191, 36, .3);
}

.rtrs-review-box .rtrs-review-imgholder {
	margin-right: 16px;
	line-height: 0;
}

@media only screen and (width<=479px) {
	.rtrs-review-box .rtrs-review-imgholder {
		margin-bottom: 12px;
		margin-right: 0;
	}
}

.rtrs-review-box .rtrs-review-imgholder img {
	border: 2px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 1px #e5e7eb, 0 2px 6px -2px rgba(15, 23, 42, .15);
}

.rtrs-review-box .rtrs-review-body {
	flex: 1;
	min-width: 0;
	position: relative;
}

.rtrs-review-box .rtrs-review-body .rtrs-review-author {
	margin: 0 0 10px;
	font-size: 15px;
	display: inline-block;
}

.rtrs-review-box .rtrs-review-body .rtrs-review-author a {
	color: #0f172a;
	font-weight: 600;
	text-decoration: none;
	transition: color .2s;
}

.rtrs-review-box .rtrs-review-body .rtrs-review-author a:hover {
	color: #6366f1;
}

.rtrs-review-box .rtrs-review-body .rtrs-review-meta {
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin: 0 0 8px;
	padding: 0;
	list-style: none;
	display: flex;
}

.rtrs-review-box .rtrs-review-body .rtrs-review-meta li {
	color: #64748b;
	align-items: center;
	gap: 4px;
	margin: 0;
	font-size: 13px;
	display: inline-flex;
}

.rtrs-review-box .rtrs-review-body .rtrs-review-meta .rtrs-review-rating {
	color: #f59e0b;
	letter-spacing: 1.5px;
	font-size: 15px;
	line-height: 1;
}

.rtrs-review-box .rtrs-review-body .rtrs-review-meta .rtrs-review-rating i:before {
	margin: 0;
}

.rtrs-review-box .rtrs-review-body .rtrs-review-meta .rtrs-review-date {
	color: #94a3b8;
	font-size: 12px;
}

.rtrs-review-box .rtrs-review-body .rtrs-review-meta .rtrs-review-date i:before {
	color: #6366f1;
	opacity: .8;
	margin: 0 4px 0 0;
	font-size: 11px;
}

.rtrs-review-box .rtrs-review-body .rtrs-review-meta .rtrs-author-link {
	color: #0f172a;
	font-size: 14px;
	font-weight: 600;
}

.rtrs-review-box .rtrs-review-body .rtrs-review-meta .rtrs-author-link a {
	color: #0f172a;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	transition: color .2s;
}

.rtrs-review-box .rtrs-review-body .rtrs-review-meta .rtrs-author-link a:hover {
	color: #6366f1;
}

.rtrs-review-box .rtrs-review-body .rtrs-review-meta .rtrs-author-social label {
	color: #64748b;
	font-size: 12px;
}

.rtrs-review-box .rtrs-review-body .rtrs-review-meta .rtrs-author-social label i:before {
	color: #6366f1;
	margin: 0 4px 0 0;
}

.rtrs-review-box .rtrs-review-body .rtrs-review-meta .rtrs-author-social a {
	color: #94a3b8;
	padding: 0 3px;
	font-size: 13px;
	transition: color .2s;
	display: inline;
}

.rtrs-review-box .rtrs-review-body .rtrs-review-meta .rtrs-author-social a:hover {
	color: #6366f1;
}

.rtrs-review-box .rtrs-review-body .rtrs-review-edit-btn {
	color: #6366f1;
	cursor: pointer;
	margin-left: 4px;
	font-size: 11px;
	font-weight: 600;
}

.rtrs-review-box .rtrs-review-body .rtrs-review-edit-btn:hover {
	text-decoration: underline;
}

.rtrs-review-box .rtrs-review-body .rtrs-review-title {
	color: #0f172a;
	letter-spacing: -.2px;
	margin: 0 0 10px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
}

.rtrs-review-box .rtrs-review-body p {
	color: #334155;
	margin: 0 0 14px;
	font-size: 14px;
	line-height: 1.7;
}

.rtrs-review-box .rtrs-review-body .comment-awaiting-moderation {
	color: #b45309;
	background: #fef3c7;
	border: 1px dashed #fcd34d;
	border-radius: 6px;
	padding: 5px 10px;
	font-size: 12px;
	font-style: normal;
	display: inline-block;
}

.rtrs-review-box .rtrs-review-body .rtrs-reply-btn {
	padding: 8px 0 0;
}

.rtrs-review-box .rtrs-review-body .rtrs-reply-btn .rtrs-item-btn {
	color: #4338ca;
	box-shadow: none;
	background-color: #eef2ff;
	border: none;
	border-radius: 999px;
	align-items: center;
	gap: 4px;
	margin: 0;
	padding: 8px 16px;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	transition: background-color .2s, color .2s;
	display: inline-flex;
}

.rtrs-review-box .rtrs-review-body .rtrs-reply-btn .rtrs-item-btn:hover {
	color: #fff;
	background-color: #4338ca;
}

.rtrs-review-box .rtrs-review-body .rtrs-action-area {
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
	margin: 4px 0 12px;
	display: flex;
}

@media only screen and (width<=575px) {
	.rtrs-review-box .rtrs-review-body .rtrs-action-area {
		position: initial;
	}
}

.rtrs-review-box .rtrs-review-body .rtrs-action-area label {
	color: #64748b;
	margin-right: 6px;
	font-size: 12px;
	font-weight: 600;
}

.rtrs-review-box .rtrs-review-body .rtrs-action-area button {
	color: #475569;
	cursor: pointer;
	background-color: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 999px;
	align-items: center;
	gap: 6px;
	margin: 0;
	padding: 6px 12px;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
	transition: all .2s;
	display: inline-flex;
	position: relative;
}

.rtrs-review-box .rtrs-review-body .rtrs-action-area button:hover {
	color: #4338ca;
	background-color: #f5f7ff;
	border-color: #c7d2fe;
}

.rtrs-review-box .rtrs-review-body .rtrs-action-area button:focus {
	outline: none;
}

.rtrs-review-box .rtrs-review-body .rtrs-action-area button[data-helpful=remove] {
	color: #4338ca;
	background: #eef2ff;
	border-color: #c7d2fe;
}

.rtrs-review-box .rtrs-review-body .rtrs-action-area button[data-type=dislike][data-helpful=remove] {
	color: #b91c1c;
	background: #fef2f2;
	border-color: #fecaca;
}

.rtrs-review-box .rtrs-review-body .rtrs-action-area button[data-highlight=remove] {
	color: #b45309;
	background: #fffbeb;
	border-color: #fde68a;
}

.rtrs-review-box .rtrs-review-body .rtrs-action-area button i:before {
	color: inherit;
	margin: 0;
	font-size: 12px;
	transition: color .2s;
}

.rtrs-review-box .rtrs-review-body .rtrs-action-area button .helpful-count {
	font-variant-numeric: tabular-nums;
}

.rtrs-review-box .rtrs-review-body .rtrs-review-item-media {
	margin-bottom: 15px;
}

.rtrs-review-box .rtrs-review-body .rtrs-review-item-media .rtrs-media-item {
	margin-right: 10px;
	display: inline-block;
}

.rtrs-review-box .rtrs-review-body .rtrs-review-item-media .rtrs-media-item:last-child {
	margin-right: 0;
}

.rtrs-review-box .rtrs-review-body .rtrs-review-item-media .rtrs-media-item img {
	border-radius: 4px;
}

.rtrs-review-box .rtrs-review-body .rtrs-review-item-media .rtrs-media-item a {
	padding: 0;
}

.rtrs-review-box .rtrs-review-body .rtrs-review-item-media .rtrs-media-video {
	text-align: center;
	position: relative;
}

.rtrs-review-box .rtrs-review-body .rtrs-review-item-media .rtrs-media-video:before {
	content: "";
	background-color: rgba(0, 0, 0, .3);
	border-radius: 4px;
	width: 100%;
	height: 100%;
	margin: 0;
	position: absolute;
	inset: 0;
}

.rtrs-review-box .rtrs-review-body .rtrs-review-item-media .rtrs-media-video .rtrs-video-icon {
	text-align: center;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
}

.rtrs-review-box .rtrs-review-body .rtrs-review-item-media .rtrs-media-video .rtrs-video-icon i {
	background-color: #fff;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	line-height: 24px;
	display: inline-block;
}

.rtrs-review-box .rtrs-review-body .rtrs-review-item-media .rtrs-media-video .rtrs-video-icon i:before {
	color: #000;
	margin: 0 0 0 3px;
	font-size: 12px;
}

.rtrs-review-box .rtrs-review-body .rtrs-review-feedback {
	margin-top: 24px;
	display: flex;
}

@media only screen and (width<=767px) {
	.rtrs-review-box .rtrs-review-body .rtrs-review-feedback {
		display: block;
	}
}

.rtrs-review-box .rtrs-review-body .rtrs-review-feedback .rtrs-feedback-box {
	flex: 1;
}

.rtrs-review-box .rtrs-review-body .rtrs-review-feedback .rtrs-feedback-title {
	margin: 0 0 14px;
}

.rtrs-review-box .rtrs-review-body .rtrs-review-feedback .rtrs-feedback-title .item-icon {
	color: #fff;
	background-color: #24ecbb;
	border-radius: 4px;
	width: 29px;
	height: 28px;
	margin-right: 12px;
	font-size: 18px;
	line-height: 28px;
	display: inline-block;
}

.rtrs-review-box .rtrs-review-body .rtrs-review-feedback .rtrs-feedback-title .unlike-icon {
	background-color: #ff4242;
}

.rtrs-review-box .rtrs-review-body .rtrs-review-feedback .rtrs-feedback-title .item-text {
	color: #010101;
	font-size: 15px;
	font-weight: 600;
}

.rtrs-review-box .rtrs-review-body .rtrs-review-feedback .rtrs-feedback-list {
	margin-bottom: 10px;
	padding: 0;
	list-style: none;
}

.rtrs-review-box .rtrs-review-body .rtrs-review-feedback .rtrs-feedback-list li {
	color: #646464;
	margin-bottom: 4px;
	font-size: 15px;
	position: relative;
}

.rtrs-review-box .rtrs-review-body .rtrs-review-feedback .rtrs-feedback-list li:before {
	content: "";
	color: #000;
	margin-right: 8px;
	font-family: rtrs_fontello;
	font-size: 13px;
	font-weight: 700;
}

.rtrs-review-box .rtrs-review-body .rtrs-review-feedback .rtrs-unlike-feedback .rtrs-feedback-list li:before {
	content: "×";
	color: #ff4242;
	font-family: inherit;
	font-size: 16px;
	font-weight: 700;
}

.rtrs-pagination {
	text-align: right;
}

.rtrs-pagination ul {
	padding: 0;
	list-style: none;
}

.rtrs-pagination ul li {
	display: inline-block;
}

.rtrs-pagination ul li.active a {
	color: #fff;
	background-color: #0028ff;
}

.rtrs-pagination a {
	color: #8a8a8a;
	background-color: #efefef;
	border-radius: 4px;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	font-weight: 500;
	text-decoration: none;
	transition: all .3s ease-in-out;
	display: flex;
}

.rtrs-pagination a i:before {
	color: #fff;
	margin: 0;
}

.rtrs-pagination a:hover {
	color: #fff;
	background-color: #0028ff;
}

.rtrs-pagination .rtrs-icon-nav {
	background-color: #d0d0d0;
}

.rtrs-paginate-onscroll {
	width: 100%;
	min-height: 8px;
	margin-top: 16px;
	display: block;
}

.rtrs-paginate-onscroll.is-loading {
	justify-content: center;
	align-items: center;
	padding: 24px 0 8px;
	display: flex;
}

.rtrs-paginate-onscroll .rtrs-autoload-spinner {
	color: #64748b;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	display: inline-flex;
}

.rtrs-paginate-onscroll .rtrs-autoload-spinner svg {
	flex-shrink: 0;
	width: 22px;
	height: 22px;
	animation: .8s linear infinite rtrs-spin;
}

@keyframes rtrs-spin {
	to {
		transform: rotate(360deg);
	}
}

.rtrs-review-form {
	background-color: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	margin-top: 70px;
	padding: 32px;
	box-shadow: 0 4px 18px -10px rgba(15, 23, 42, .08);
}

@media only screen and (width<=575px) {
	.rtrs-review-form {
		border-radius: 12px;
		padding: 22px 18px;
	}
}

.rtrs-review-form .rtrs-form-title {
	color: #0f172a;
	letter-spacing: -.2px;
	margin: 0 0 6px;
	padding-bottom: 12px;
	font-size: 22px;
	font-weight: 700;
	position: relative;
}

.rtrs-review-form .rtrs-form-title:after {
	content: "";
	background: linear-gradient(90deg, #6366f1 0%, #8b5cf6 100%);
	border-radius: 3px;
	width: 44px;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.rtrs-review-form .rtrs-form-subtitle {
	color: #64748b;
	margin: 0 0 22px;
	font-size: 14px;
	line-height: 1.55;
}

.rtrs-review-form .rtrs-self-video video {
	border-radius: 10px;
	max-width: 100%;
}

.rtrs-review-form .rtrs-source-external-video, .rtrs-review-form .rtrs-source-external-image {
	padding-left: 120px;
}

@media only screen and (width<=575px) {
	.rtrs-review-form .rtrs-source-external-video, .rtrs-review-form .rtrs-source-external-image {
		padding-left: 0;
	}
}

.rtrs-review-form .rtrs-source-external-image input[type=url], .rtrs-review-form .rtrs-source-external-video input[type=url] {
	max-width: 400px;
}

.rtrs-review-form .rtrs-category-text, .rtrs-review-form .rtrs-button-label {
	min-width: 110px;
}

.rtrs-review-form .rtrs-rating-category {
	grid-template-columns: repeat(2, minmax(240px, 1fr));
	gap: 8px;
	margin: 16px 0 8px;
	padding: 0;
	list-style: none;
	display: grid;
}

@media only screen and (width<=767px) {
	.rtrs-review-form .rtrs-rating-category {
		grid-template-columns: 1fr;
	}
}

.rtrs-review-form .rtrs-rating-category li {
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	margin: 0;
	padding: 10px 0;
	display: flex;
}

@media only screen and (width<=479px) {
	.rtrs-review-form .rtrs-rating-category li {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
	}
}

.rtrs-review-form .rtrs-rating-category .rtrs-category-text {
	color: #1e293b;
	flex: auto;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
}

.rtrs-review-form .rtrs-rating-category .rtrs-rating-container {
	flex-shrink: 0;
	margin-left: auto;
}

@media only screen and (width<=479px) {
	.rtrs-review-form .rtrs-rating-category .rtrs-rating-container {
		margin-left: 0;
	}
}

.rtrs-review-form .rtrs-form-group > .rtrs-rating-container {
	padding: 8px 0;
	display: inline-flex;
}

.rtrs-review-form .rtrs-form-group {
	margin-bottom: 14px;
}

.rtrs-review-form .rtrs-form-group textarea.rtrs-form-control {
	resize: vertical;
	min-height: 130px;
	padding: 14px 18px;
	line-height: 1.6;
	display: block;
}

.rtrs-review-form .rtrs-form-group .rtrs-form-control {
	color: #0f172a;
	background-color: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 10px;
	width: 100%;
	padding: 12px 16px;
	font-size: 14px;
	transition: border-color .2s, box-shadow .2s, background .2s;
}

.rtrs-review-form .rtrs-form-group .rtrs-form-control::placeholder {
	color: #94a3b8;
}

.rtrs-review-form .rtrs-form-group .rtrs-form-control:hover {
	border-color: #cbd5e1;
}

.rtrs-review-form .rtrs-form-group .rtrs-form-control:focus {
	background-color: #fff;
	border-color: #6366f1;
	outline: none;
	box-shadow: 0 0 0 3px rgba(99, 102, 241, .15);
}

.rtrs-review-form .rtrs-form-group input {
	height: 48px;
}

.rtrs-review-form .rtrs-form-group select.rtrs-form-control {
	appearance: none;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");
	background-position: right 16px center;
	background-repeat: no-repeat;
	height: 48px;
	padding-right: 40px;
}

.rtrs-review-form .rtrs-form-group select.rtrs-form-control.nitro-lazy {
	background-image: none !important;
}

.rtrs-review-form .rtrs-form-group .rtrs-input-label {
	color: #0f172a;
	letter-spacing: -.1px;
	margin-bottom: 8px;
	padding-top: 12px;
	font-size: 14px;
	font-weight: 600;
	display: block;
}

.rtrs-review-form .rtrs-form-group .rtrs-submit-btn {
	color: #fff;
	cursor: pointer;
	letter-spacing: .2px;
	background-color: #6366f1;
	border: none;
	border-radius: 10px;
	outline: none;
	padding: 12px 28px;
	font-size: 14px;
	font-weight: 700;
	transition: background-color .2s, box-shadow .2s, transform .2s;
	box-shadow: 0 6px 16px -6px rgba(99, 102, 241, .55);
}

.rtrs-review-form .rtrs-form-group .rtrs-submit-btn:hover {
	background-color: #4f46e5;
	transform: translateY(-1px);
	box-shadow: 0 10px 22px -8px rgba(99, 102, 241, .7);
}

.rtrs-review-form .rtrs-form-group .rtrs-submit-btn:active {
	transform: translateY(0);
	box-shadow: 0 4px 10px -4px rgba(99, 102, 241, .5);
}

.rtrs-review-form .rtrs-form-group .rtrs-form-check {
	align-items: flex-start;
	margin: 20px 0;
	display: flex;
	position: relative;
}

.rtrs-review-form .rtrs-form-group .rtrs-form-check .rtrs-checkbox-label {
	color: #475569;
	cursor: pointer;
	padding-left: 12px;
	font-size: 13px;
	line-height: 1.5;
}

.rtrs-review-form .rtrs-form-group .rtrs-form-check .rtrs-checkbox-label:before {
	content: "";
	color: rgba(0, 0, 0, 0);
	text-align: center;
	background: #fff;
	border: 2px solid #cbd5e1;
	border-radius: 5px;
	width: 18px;
	height: 18px;
	margin: 0;
	font-family: rtrs_fontello;
	font-size: 12px;
	line-height: 14px;
	transition: all .2s;
	position: absolute;
	top: 1px;
	left: 0;
}

.rtrs-review-form .rtrs-form-group .rtrs-form-check:hover .rtrs-checkbox-label:before {
	border-color: #6366f1;
}

.rtrs-review-form .rtrs-form-group .rtrs-form-check input[type=checkbox] {
	cursor: pointer;
	z-index: 1;
	opacity: 0;
	width: 20px;
	height: 20px;
	margin: 0;
}

.rtrs-review-form .rtrs-form-group .rtrs-form-check input[type=checkbox]:checked + .rtrs-checkbox-label:before {
	color: #fff;
	background-color: #6366f1;
	border-color: #6366f1;
}

.rtrs-review-form .rtrs-multimedia-upload .rtrs-upload-box {
	text-align: center;
	cursor: pointer;
	background-color: #f8fafc;
	border: 2px dashed #cbd5e1;
	border-radius: 10px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	padding: 12px 22px;
	transition: all .2s;
	display: inline-flex;
}

.rtrs-review-form .rtrs-multimedia-upload .rtrs-upload-box:hover {
	background-color: #eef2ff;
	border-color: #6366f1;
}

.rtrs-review-form .rtrs-multimedia-upload .rtrs-upload-box:hover i, .rtrs-review-form .rtrs-multimedia-upload .rtrs-upload-box:hover span {
	color: #4338ca;
}

.rtrs-review-form .rtrs-multimedia-upload .rtrs-upload-box i {
	color: #64748b;
	font-size: 16px;
	line-height: 1;
	transition: color .2s;
}

.rtrs-review-form .rtrs-multimedia-upload .rtrs-upload-box i:before {
	margin: 0;
}

.rtrs-review-form .rtrs-multimedia-upload .rtrs-upload-box span {
	color: #475569;
	letter-spacing: .1px;
	font-size: 13px;
	font-weight: 600;
	transition: color .2s;
}

.rtrs-review-form .rtrs-recomnd-check {
	align-items: center;
	gap: 8px;
	display: flex;
}

.rtrs-review-form .rtrs-recomnd-check .rtrs-form-check {
	margin: 0;
}

.rtrs-review-form .rtrs-recomnd-check .rtrs-form-check input[type=radio] {
	cursor: pointer;
	opacity: 0;
	z-index: 1;
	width: 52px;
	height: 48px;
	position: relative;
	left: -5px;
}

.rtrs-review-form .rtrs-recomnd-check .rtrs-form-check .rtrs-checkbox-label:before {
	color: #94a3b8;
	text-align: center;
	background-color: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 10px;
	width: 52px;
	height: 48px;
	font-size: 26px;
	line-height: 48px;
	transition: all .2s;
}

.rtrs-review-form .rtrs-recomnd-check .rtrs-form-check .rtrs-checkbox-label:hover:before {
	color: #6366f1;
	border-color: #c7d2fe;
}

.rtrs-review-form .rtrs-recomnd-check .rtrs-form-check .check-excelent:before {
	content: "";
}

.rtrs-review-form .rtrs-recomnd-check .rtrs-form-check .check-good:before {
	content: "";
}

.rtrs-review-form .rtrs-recomnd-check .rtrs-form-check .check-bad:before {
	content: "";
}

.rtrs-review-form .rtrs-recomnd-check .rtrs-form-check input[type=radio]:checked + .rtrs-checkbox-label:before {
	color: #fff;
	background-color: #6366f1;
	border-color: #6366f1;
	box-shadow: 0 8px 18px -6px rgba(99, 102, 241, .5);
}

.rtrs-review-form .rtrs-feedback-input {
	background-color: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	display: flex;
	overflow: hidden;
}

@media only screen and (width<=575px) {
	.rtrs-review-form .rtrs-feedback-input {
		flex-direction: column;
	}
}

.rtrs-review-form .rtrs-feedback-input .rtrs-input-item {
	border-right: 1px solid #e2e8f0;
	flex: 1;
	padding: 20px 22px;
	position: relative;
}

.rtrs-review-form .rtrs-feedback-input .rtrs-input-item:last-child {
	border-right: none;
}

@media only screen and (width<=575px) {
	.rtrs-review-form .rtrs-feedback-input .rtrs-input-item {
		border-bottom: 1px solid #e2e8f0;
		border-right: none;
	}
	
	.rtrs-review-form .rtrs-feedback-input .rtrs-input-item:last-child {
		border-bottom: none;
	}
}

.rtrs-review-form .rtrs-feedback-input .rtrs-input-title {
	align-items: center;
	margin: 0 0 14px;
	display: flex;
}

.rtrs-review-form .rtrs-feedback-input .rtrs-input-title .item-icon {
	color: #fff;
	text-align: center;
	background-color: #22c55e;
	border-radius: 8px;
	justify-content: center;
	align-items: center;
	width: 28px;
	height: 28px;
	margin-right: 10px;
	font-size: 14px;
	line-height: 28px;
	display: inline-flex;
}

.rtrs-review-form .rtrs-feedback-input .rtrs-input-title .item-icon i:before {
	margin: 0;
	line-height: 1;
}

.rtrs-review-form .rtrs-feedback-input .rtrs-input-title .unlike-icon {
	background-color: #ef4444;
}

.rtrs-review-form .rtrs-feedback-input .rtrs-input-title .item-text {
	color: #0f172a;
	letter-spacing: .4px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
}

.rtrs-review-form .rtrs-feedback-input .rtrs-input-filed {
	padding-right: 32px;
	position: relative;
}

.rtrs-review-form .rtrs-feedback-input .rtrs-remove-btn {
	color: #64748b;
	cursor: pointer;
	text-align: center;
	background: #f1f5f9;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	font-size: 18px;
	line-height: 22px;
	transition: all .2s;
	display: inline-block;
	position: absolute;
	top: 8px;
	right: 0;
	transform: rotate(45deg);
}

.rtrs-review-form .rtrs-feedback-input .rtrs-remove-btn:hover {
	color: #fff;
	background-color: #ef4444;
}

.rtrs-review-form .rtrs-feedback-input .rtrs-field-add {
	cursor: pointer;
	color: #6366f1;
	align-items: center;
	margin-top: 4px;
	font-size: 13px;
	font-weight: 600;
	transition: color .2s;
	display: inline-flex;
}

.rtrs-review-form .rtrs-feedback-input .rtrs-field-add i:before {
	margin: 0 5px 0 0;
	font-size: 12px;
	font-weight: 400;
}

.rtrs-review-form .rtrs-feedback-input .rtrs-field-add:hover {
	color: #4338ca;
	text-decoration: underline;
}

.rtrs-review-form .rtrs-feedback-input .form-control {
	color: #0f172a;
	background-color: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	width: 100%;
	height: 42px;
	margin-bottom: 8px;
	padding: 8px 14px;
	font-size: 14px;
	transition: border-color .2s, box-shadow .2s;
}

.rtrs-review-form .rtrs-feedback-input .form-control::placeholder {
	color: #94a3b8;
}

.rtrs-review-form .rtrs-feedback-input .form-control:focus {
	border-color: #6366f1;
	outline: none;
	box-shadow: 0 0 0 3px rgba(99, 102, 241, .15);
}

.rtrs-summary-2 .rtrs-rating-summary {
	flex-wrap: wrap;
	align-items: flex-start;
	display: flex;
}

.rtrs-summary-2 .rtrs-rating-summary .rtrs-title h3 {
	margin-top: 0;
	line-height: 1;
}

@media only screen and (width<=767px) {
	.rtrs-summary-2 .rtrs-rating-summary {
		display: block;
	}
}

.rtrs-summary-2 .rtrs-rating-summary .rtrs-rating-item:first-child {
	margin-left: 30px;
}

@media only screen and (width<=575px) {
	.rtrs-summary-2 .rtrs-rating-summary .rtrs-rating-item:first-child {
		margin: 20px 0;
	}
}

@media only screen and (width<=767px) {
	.rtrs-summary-2 .rtrs-rating-summary .rtrs-rating-item:first-child {
		margin-left: 0;
	}
}

.rtrs-summary-2 .rtrs-rating-item {
	border-right: 1px solid #ededed;
	margin-right: 30px;
	padding-right: 25px;
}

@media only screen and (width<=991px) {
	.rtrs-summary-2 .rtrs-rating-item {
		margin-right: 15px;
		padding-right: 15px;
	}
}

@media only screen and (width<=767px) {
	.rtrs-summary-2 .rtrs-rating-item {
		border-right: none;
		margin-right: 0;
		padding-right: 0;
	}
}

.rtrs-summary-2 .rtrs-rating-item:last-child {
	border-right: none;
	flex: 1;
	margin-top: 20px;
	margin-right: 0;
	padding-right: 0;
}

@media only screen and (width<=991px) {
	.rtrs-summary-2 .rtrs-rating-item.rtrs-summery-wrapper {
		flex: 0 0 100%;
		width: 100%;
		margin-top: 40px;
	}
}

.rtrs-summary-2 .rtrs-rating-item.rtrs-criteria-wrapper li label {
	margin-right: 15px;
}

@media only screen and (width<=991px) {
	.rtrs-summary-2 .rtrs-rating-item.rtrs-criteria-wrapper {
		border: 0;
		flex: 1;
		margin: 0;
		padding-right: 0;
	}
}

.rtrs-summary-2 .rtrs-rating-category {
	margin: 0;
	padding: 0;
	list-style: none;
}

.rtrs-summary-2 .rtrs-rating-category li {
	margin-bottom: 20px;
}

.rtrs-summary-2 .rtrs-rating-category li label {
	color: #111;
	min-width: 80px;
	font-weight: 500;
	display: inline-block;
}

.rtrs-summary-2 .rtrs-rating-category li i {
	color: #ffb300;
	font-size: 18px;
}

.rtrs-summary-2 .rtrs-rating-category li i:before {
	margin: 0 2px;
}

.rtrs-summary-2 .rtrs-circle {
	max-width: 190px;
	position: relative;
}

@media only screen and (width<=767px) {
	.rtrs-summary-2 .rtrs-circle {
		margin-bottom: 20px;
	}
}

.rtrs-summary-2 .rtrs-circle-bar {
	z-index: 1;
	border-radius: 50%;
	width: 190px;
	height: 190px;
	position: relative;
}

@media only screen and (width<=991px) {
	.rtrs-summary-2 .rtrs-circle-bar {
		width: 190px;
		height: 190px;
		margin: 0 auto;
	}
}

.rtrs-summary-2 .rtrs-circle-bar svg {
	width: 100%;
	height: 100%;
	position: relative;
}

.rtrs-summary-2 .rtrs-circle-bar svg circle {
	fill: rgba(0, 0, 0, 0);
	stroke: #efefef;
	stroke-width: 12px;
	stroke-linecap: round;
	width: 100%;
	height: 100%;
	transform: translate(20px, 25px);
}

.rtrs-summary-2 .rtrs-circle-bar svg circle:nth-child(2n) {
	stroke-dasharray: 490;
	stroke-dashoffset: 147px;
	stroke: #0028ff;
}

.rtrs-summary-2 .rtrs-circle-content {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
}

.rtrs-summary-2 .rtrs-circle-content .rating-percent {
	color: #000;
	margin-bottom: 4px;
	font-size: 30px;
	font-weight: 700;
}

.rtrs-summary-2 .rtrs-circle-content .rating-text {
	color: #474747;
	margin-bottom: 4px;
	font-size: 12px;
	font-weight: 600;
}

.rtrs-summary-2 .rtrs-circle-content .rating-icon i {
	color: #ffb300;
	font-size: 13px;
}

.rtrs-summary-2 .rtrs-circle-content .rating-icon i:before {
	margin: 0;
}

.rtrs-summary-2 .rtrs-feedback-text .rtrs-feedback-ttile {
	color: #010101;
	margin: 0 0 16px;
	font-size: 22px;
	font-weight: 600;
}

.rtrs-summary-2 .rtrs-feedback-text p {
	color: #646464;
	margin: 0;
	line-height: 26px;
}

.rtrs-feedback-summary {
	border: 1px solid #ebebeb;
	border-radius: 8px;
	align-items: center;
	display: flex;
}

@media only screen and (width<=575px) {
	.rtrs-feedback-summary {
		display: block;
	}
}

.rtrs-feedback-summary .rtrs-feedback-box {
	border-right: 1px solid #ebebeb;
	flex: 1;
	padding: 20px 30px 30px;
}

@media only screen and (width<=767px) {
	.rtrs-feedback-summary .rtrs-feedback-box {
		padding: 20px 20px 10px;
	}
}

@media only screen and (width<=575px) {
	.rtrs-feedback-summary .rtrs-feedback-box {
		border-right: none;
	}
}

.rtrs-feedback-summary .rtrs-feedback-box:last-child {
	border-right: none;
}

.rtrs-feedback-summary .rtrs-feedback-box .rtrs-feedback-title {
	margin: 0 0 18px;
}

.rtrs-feedback-summary .rtrs-feedback-box .rtrs-feedback-title .item-icon {
	color: #fff;
	background-color: #24ecbb;
	border-radius: 4px;
	width: 29px;
	height: 28px;
	margin-right: 12px;
	font-size: 18px;
	line-height: 28px;
	display: inline-block;
}

.rtrs-feedback-summary .rtrs-feedback-box .rtrs-feedback-title .unlike-icon {
	background-color: #ff4242;
}

.rtrs-feedback-summary .rtrs-feedback-box .rtrs-feedback-title .item-text {
	color: #010101;
	font-size: 18px;
	font-weight: 600;
}

.rtrs-feedback-summary .rtrs-feedback-box .rtrs-feedback-list {
	padding: 0;
	list-style: none;
}

.rtrs-feedback-summary .rtrs-feedback-box .rtrs-feedback-list li {
	color: #646464;
	margin-bottom: 10px;
	padding-left: 22px;
	font-size: 15px;
	position: relative;
}

.rtrs-feedback-summary .rtrs-feedback-box .rtrs-feedback-list li:last-child {
	margin-bottom: 0;
}

.rtrs-feedback-summary .rtrs-feedback-box .rtrs-feedback-list li:before {
	content: "";
	color: #000;
	margin-right: 8px;
	font-family: rtrs_fontello;
	font-size: 13px;
	font-weight: 700;
	position: absolute;
	top: 2px;
	left: 0;
}

.rtrs-feedback-summary .rtrs-feedback-box.rtrs-unlike-feedback .rtrs-feedback-list li:before {
	content: "×";
	color: #ff4242;
	font-family: inherit;
	font-size: 18px;
	font-weight: 700;
}

.rtrs-summary-3 .rtrs-rating-summary {
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	display: grid;
}

@media only screen and (width<=767px) {
	.rtrs-summary-3 .rtrs-rating-summary {
		display: block;
	}
}

.rtrs-summary-3 .rtrs-rating-item {
	border: 1px solid #eaeaea;
	border-radius: 6px;
	flex-direction: column;
	justify-content: center;
	display: flex;
}

@media only screen and (width<=767px) {
	.rtrs-summary-3 .rtrs-rating-item {
		margin-bottom: 20px;
	}
}

.rtrs-summary-3 .grid-span-2 {
	grid-column: 1/span 2;
}

.rtrs-summary-3 .grid-span-1 {
	grid-column: 1/span 3;
}

.rtrs-summary-3 .rtrs-rating-overall {
	text-align: center;
	padding: 30px 10px;
}

.rtrs-summary-3 .rtrs-rating-overall .rating-percent {
	color: #000;
	font-size: 40px;
	font-weight: 700;
}

.rtrs-summary-3 .rtrs-rating-overall .rating-text {
	color: #474747;
	margin-bottom: 4px;
	font-size: 14px;
	font-weight: 600;
}

.rtrs-summary-3 .rtrs-rating-overall .rating-icon {
	margin-bottom: 6px;
}

.rtrs-summary-3 .rtrs-rating-overall .rating-icon i {
	color: #ffb300;
	font-size: 14px;
}

.rtrs-summary-3 .rtrs-rating-overall .rating-icon i:before {
	margin: 0;
}

.rtrs-summary-3 .rtrs-rating-overall p {
	color: #646464;
	margin: 0;
	font-size: 14px;
}

.rtrs-summary-3 .rtrs-rating-category {
	margin: 0;
	padding: 0;
}

.rtrs-summary-3 .rtrs-rating-category li {
	align-items: center;
	padding: 10px 20px;
	display: flex;
}

.rtrs-summary-3 .rtrs-rating-category li:nth-child(2n) {
	background-color: #f9f9f9;
}

.rtrs-summary-3 .rtrs-rating-category label {
	color: #111;
	flex: 1;
	margin-right: 20px;
	font-weight: 500;
}

.rtrs-summary-3 .rtrs-rating-category .rating-icon {
	margin-right: 20px;
}

.rtrs-summary-3 .rtrs-rating-category .rating-icon i {
	color: #ffb300;
	font-size: 17px;
}

.rtrs-summary-3 .rtrs-rating-category .rating-icon i:before {
	margin: 0 2px;
}

.rtrs-summary-3 .rtrs-rating-category .rating-number {
	color: #929292;
	min-width: 70px;
	margin-left: auto;
}

.rtrs-summary-3 .rtrs-rating-category .rating-number .total-number {
	color: #000;
	font-size: 18px;
	font-weight: 500;
}

.rtrs-summary-3 .rtrs-feedback-text {
	padding: 20px 30px;
}

.rtrs-summary-3 .rtrs-feedback-text .rtrs-feedback-ttile {
	color: #010101;
	margin: 0 0 15px;
	font-size: 22px;
	font-weight: 600;
}

.rtrs-summary-3 .rtrs-feedback-text p {
	color: #646464;
	margin: 0;
	font-size: 16px;
	line-height: 26px;
}

.rtrs-summary-4 {
	grid-template-columns: repeat(5, 1fr);
	column-gap: 20px;
	display: grid;
}

@media only screen and (width<=991px) {
	.rtrs-summary-4 {
		display: block;
	}
}

.rtrs-summary-4 .rtrs-rating-summary {
	grid-column: 1/span 3;
	grid-template-columns: repeat(2, 1fr);
	align-items: stretch;
	gap: 20px;
	display: grid;
}

@media only screen and (width<=991px) {
	.rtrs-summary-4 .rtrs-rating-summary {
		margin-bottom: 30px;
	}
}

@media only screen and (width<=575px) {
	.rtrs-summary-4 .rtrs-rating-summary {
		display: block;
	}
}

.rtrs-summary-4 .rtrs-rating-item {
	border: 1px solid #e5e5e5;
	margin: 0;
	padding-right: 0;
}

@media only screen and (width<=575px) {
	.rtrs-summary-4 .rtrs-rating-item {
		margin-bottom: 30px;
	}
}

.rtrs-summary-4 .rtrs-rating-item:last-child {
	border: none;
	grid-column: 1/span 2;
}

.rtrs-summary-4 .rtrs-rating-item .rtrs-circle {
	padding: 20px;
}

.rtrs-summary-4 .rtrs-product-img {
	background-color: #fafafa;
	border-radius: 4px;
	height: 100%;
}

.rtrs-summary-4 .rtrs-feedback-summary {
	grid-column: span 2;
	display: block;
}

.rtrs-summary-4 .rtrs-feedback-summary .rtrs-feedback-box {
	border-bottom: 1px solid #e5e5e5;
	border-right: none;
	padding: 25px 25px 15px;
}

.rtrs-summary-4 .rtrs-feedback-summary .rtrs-feedback-box:last-child {
	border-bottom: none;
}

.rtrs-summary-4 .rtrs-feedback-summary .rtrs-feedback-box .rtrs-feedback-list li:before {
	color: #989898;
}

.rtrs-summary-4 .rtrs-circle-bar {
	margin: 0 auto;
}

.rtrs-summary-4 .rtrs-rating-category li {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 0;
	padding: 10px 0;
}

.rtrs-summary-4 .rtrs-rating-category li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.rtrs-summary-4 .rtrs-rating-category li:nth-child(2n) {
	background-color: rgba(0, 0, 0, 0);
}

.rtrs-summary-4 .rtrs-circle-content .rating-text {
	color: #474747;
	letter-spacing: 2px;
	font-size: 14px;
}

.rtrs-summary-4 .rtrs-circle-content .rating-percent {
	font-size: 40px;
}

.rtrs-summary-4 .rtrs-circle-content .rating-icon i {
	font-size: 16px;
}

.mg-b-5 {
	margin-bottom: 5px !important;
}

.rtrs-faq-block {
	--rtrs-faq-gap: 12px;
	--rtrs-faq-section-padding: 0;
	--rtrs-faq-border-gap: 0px;
	--rtrs-faq-qa-gap: 0px;
	--rtrs-faq-border-color: #e5e7eb;
	--rtrs-faq-border-width: 1px;
	--rtrs-faq-border-radius: 8px;
	--rtrs-faq-border-style: solid;
	--rtrs-faq-q-padding: 16px;
	--rtrs-faq-a-padding: 16px;
	--rtrs-faq-container-bg: transparent;
	--rtrs-faq-container-radius: 8px;
	--rtrs-faq-grid-columns: 2;
	--rtrs-faq-icon-size: 20px;
	--rtrs-faq-icon-spacing: 12px;
	--rtrs-faq-divider-color: #e5e7eb;
	--rtrs-faq-divider-width: 1px;
	gap: var(--rtrs-faq-gap);
	max-width: var(--wp--style--global--wide-size);
	padding: var(--rtrs-faq-section-padding);
	margin: var(--rtrs-faq-section-margin);
	border-radius: var(--rtrs-faq-container-radius);
	background: var(--rtrs-faq-container-bg);
	flex-direction: column;
	display: flex;
}

.rtrs-faq-block .rtrs-faq-item {
	border: var(--rtrs-faq-border-width) var(--rtrs-faq-border-style) var(--rtrs-faq-border-color);
	border-radius: var(--rtrs-faq-border-radius);
	transition: border-color .2s, box-shadow .2s;
	overflow: hidden;
}

.rtrs-faq-block .rtrs-faq-item:hover {
	box-shadow: var(--rtrs-faq-item-hover-shadow, none);
}

.rtrs-faq-block .rtrs-faq-question {
	align-items: center;
	gap: var(--rtrs-faq-icon-spacing);
	text-align: left;
	width: 100%;
	box-shadow: none;
	cursor: pointer;
	appearance: none;
	border: none;
	outline: 0;
	margin: 0;
	padding: 0;
	text-decoration: none;
	transition: background-color .2s, color .2s;
	display: flex;
}

.rtrs-faq-block .rtrs-faq-question:hover {
	box-shadow: none;
	text-decoration: none;
}

.rtrs-faq-block .rtrs-faq-question:focus, .rtrs-faq-block .rtrs-faq-question:active {
	box-shadow: none;
	outline: 0;
}

.rtrs-faq-block .rtrs-faq-question:focus-visible {
	outline: 2px solid var(--rtrs-primary-color, #5433ff);
	outline-offset: -2px;
}

.rtrs-faq-block .rtrs-faq-question-text {
	padding: var(--rtrs-faq-q-padding, 16px);
	border: none;
	outline: 0;
	flex: 1;
	margin: 0;
}

.rtrs-faq-block .rtrs-faq-icon {
	width: var(--rtrs-faq-icon-size);
	height: var(--rtrs-faq-icon-size);
	border-radius: var(--rtrs-faq-icon-border-radius, 0);
	border: var(--rtrs-faq-icon-border-width, 0) var(--rtrs-faq-icon-border-style, solid) var(--rtrs-faq-icon-border-color, transparent);
	flex-shrink: 0;
	justify-content: center;
	align-items: center;
	transition: color .2s;
	display: inline-flex;
}

.rtrs-faq-block .rtrs-faq-icon:last-child {
	margin-right: var(--rtrs-faq-icon-spacing);
}

.rtrs-faq-block .rtrs-faq-icon:first-child {
	margin-left: var(--rtrs-faq-icon-spacing);
}

.rtrs-faq-block .rtrs-faq-icon svg {
	width: 100%;
	height: 100%;
	display: block;
}

.rtrs-faq-block .rtrs-faq-icon-expand, .rtrs-faq-block .rtrs-faq-icon-collapse {
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	display: inline-flex;
}

.rtrs-faq-block .rtrs-faq-icon-collapse, .rtrs-faq-block .rtrs-faq-item.active .rtrs-faq-icon-expand {
	display: none;
}

.rtrs-faq-block .rtrs-faq-item.active .rtrs-faq-icon-collapse {
	display: inline-flex;
}

.rtrs-faq-block .rtrs-faq-answer {
	max-height: 0;
	margin-top: var(--rtrs-faq-qa-gap, 0px);
	transition: max-height .3s;
	overflow: hidden;
}

.rtrs-faq-block .rtrs-faq-answer-inner {
	padding: var(--rtrs-faq-a-padding);
	border-top: var(--rtrs-faq-divider-width) var(--rtrs-faq-divider-style, solid) var(--rtrs-faq-divider-color);
}

.rtrs-faq-block .rtrs-faq-answer-inner p {
	margin: 0 0 1em;
}

.rtrs-faq-block .rtrs-faq-answer-inner p:last-child {
	margin-bottom: 0;
}

.rtrs-faq-block.has-q-color .rtrs-faq-question-text {
	color: var(--rtrs-faq-q-color);
}

.rtrs-faq-block.has-q-font-size .rtrs-faq-question-text {
	font-size: var(--rtrs-faq-q-font-size);
}

.rtrs-faq-block.has-q-font-weight .rtrs-faq-question-text {
	font-weight: var(--rtrs-faq-q-font-weight);
}

.rtrs-faq-block.has-q-line-height .rtrs-faq-question-text {
	line-height: var(--rtrs-faq-q-line-height);
}

.rtrs-faq-block.has-q-letter-spacing .rtrs-faq-question-text {
	letter-spacing: var(--rtrs-faq-q-letter-spacing);
}

.rtrs-faq-block.has-q-text-transform .rtrs-faq-question-text {
	text-transform: var(--rtrs-faq-q-text-transform);
}

.rtrs-faq-block.has-q-font-family .rtrs-faq-question-text {
	font-family: var(--rtrs-faq-q-font-family);
}

.rtrs-faq-block.has-q-bg .rtrs-faq-question-text {
	background: var(--rtrs-faq-q-bg);
}

.rtrs-faq-block.has-q-hover-color .rtrs-faq-question:hover .rtrs-faq-question-text {
	color: var(--rtrs-faq-q-hover-color);
}

.rtrs-faq-block.has-q-active-color .rtrs-faq-item.active .rtrs-faq-question-text {
	color: var(--rtrs-faq-q-active-color);
}

.rtrs-faq-block.has-q-active-bg .rtrs-faq-item.active .rtrs-faq-question-text {
	background: var(--rtrs-faq-q-active-bg);
}

.rtrs-faq-block.has-a-color .rtrs-faq-answer-inner {
	color: var(--rtrs-faq-a-color);
}

.rtrs-faq-block.has-a-font-size .rtrs-faq-answer-inner {
	font-size: var(--rtrs-faq-a-font-size);
}

.rtrs-faq-block.has-a-font-weight .rtrs-faq-answer-inner {
	font-weight: var(--rtrs-faq-a-font-weight);
}

.rtrs-faq-block.has-a-line-height .rtrs-faq-answer-inner {
	line-height: var(--rtrs-faq-a-line-height);
}

.rtrs-faq-block.has-a-letter-spacing .rtrs-faq-answer-inner {
	letter-spacing: var(--rtrs-faq-a-letter-spacing);
}

.rtrs-faq-block.has-a-text-transform .rtrs-faq-answer-inner {
	text-transform: var(--rtrs-faq-a-text-transform);
}

.rtrs-faq-block.has-a-font-family .rtrs-faq-answer-inner {
	font-family: var(--rtrs-faq-a-font-family);
}

.rtrs-faq-block.has-a-bg .rtrs-faq-answer-inner {
	background: var(--rtrs-faq-a-bg);
}

.rtrs-faq-layout--list .rtrs-faq-answer, .rtrs-faq-layout--grid .rtrs-faq-answer {
	max-height: none;
	overflow: visible;
}

.rtrs-faq-layout--list .rtrs-faq-question {
	cursor: default;
}

.rtrs-faq-layout--grid {
	grid-template-columns: repeat(var(--rtrs-faq-grid-columns), 1fr);
	display: grid;
}

@media (width<=768px) {
	.rtrs-faq-layout--grid {
		grid-template-columns: 1fr;
	}
}

.rtrs-faq-layout--grid .rtrs-faq-question {
	cursor: default;
}

@media (width<=1024px) {
	.rtrs-faq-layout--grid {
		grid-template-columns: repeat(var(--rtrs-faq-grid-columns), 1fr);
	}
}

@media (width<=768px) {
	.rtrs-faq-layout--grid {
		grid-template-columns: 1fr;
	}
	
	.rtrs-faq-block .rtrs-faq-tabs {
		flex-wrap: nowrap;
	}
}

:where(.dark,.is-dark-theme,[data-theme=dark],[data-color-scheme=dark],.flavor-dark,.flavor-flavor-dark) :where(.rtrs-faq-block) {
	--rtrs-faq-q-color: #f3f4f6;
	--rtrs-faq-q-bg: #1f2937;
	--rtrs-faq-a-color: #d1d5db;
	--rtrs-faq-a-bg: #111827;
	--rtrs-faq-border-color: #374151;
	--rtrs-faq-container-bg: transparent;
	--rtrs-faq-q-active-color: #fff;
	--rtrs-faq-q-active-bg: #374151;
	--rtrs-faq-divider-color: #374151;
	--rtrs-faq-search-placeholder-color: #6b7280;
}

.rtrs-faq-block .rtrs-faq-search {
	position: relative;
}

.rtrs-faq-layout--grid .rtrs-faq-block .rtrs-faq-search {
	grid-column: 1/-1;
}

.rtrs-faq-block .rtrs-faq-search-input {
	width: 100%;
	padding: var(--rtrs-faq-search-padding, 10px 16px);
	border: 1px solid var(--rtrs-faq-search-border-color, var(--rtrs-faq-border-color));
	border-radius: var(--rtrs-faq-search-border-radius, 8px);
	font-size: var(--rtrs-faq-search-font-size, 14px);
	color: var(--rtrs-faq-search-color, currentColor);
	background: var(--rtrs-faq-search-bg, transparent);
	box-shadow: none;
	appearance: none;
	outline: none;
	padding-right: 40px;
	font-family: inherit;
	line-height: 1.5;
	transition: border-color .2s, box-shadow .2s;
}

.rtrs-faq-block .rtrs-faq-search-input:focus {
	border-color: var(--rtrs-primary-color, #5433ff);
	box-shadow: 0 0 0 2px rgba(84, 51, 255, .15);
}

.rtrs-faq-block .rtrs-faq-search-input::placeholder {
	color: var(--rtrs-faq-search-placeholder-color, #9ca3af);
}

.rtrs-faq-block .rtrs-faq-search-clear {
	width: 24px;
	height: 24px;
	color: var(--rtrs-faq-search-placeholder-color, #9ca3af);
	box-shadow: none;
	cursor: pointer;
	background: 0 0;
	border: none;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	padding: 0;
	transition: color .2s, background-color .2s;
	display: none;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}

.rtrs-faq-block .rtrs-faq-search-clear.is-visible {
	display: flex;
}

.rtrs-faq-block .rtrs-faq-search-clear:hover {
	color: var(--rtrs-faq-search-color, currentColor);
	background-color: var(--rtrs-faq-search-clear-hover-bg, rgba(128, 128, 128, .12));
}

.rtrs-faq-block .rtrs-faq-search-clear svg {
	display: block;
}

.rtrs-faq-block .rtrs-faq-open-close-all {
	gap: 8px;
	display: flex;
}

.rtrs-faq-layout--grid .rtrs-faq-block .rtrs-faq-open-close-all {
	grid-column: 1/-1;
}

.rtrs-faq-block .rtrs-faq-open-close-all button {
	padding: var(--rtrs-faq-btn-padding, 6px 14px);
	border: 1px solid var(--rtrs-faq-btn-border-color, var(--rtrs-faq-border-color));
	border-radius: var(--rtrs-faq-btn-border-radius, var(--rtrs-faq-border-radius));
	background: var(--rtrs-faq-btn-bg, transparent);
	color: var(--rtrs-faq-btn-color, currentColor);
	font-size: var(--rtrs-faq-btn-font-size, 13px);
	box-shadow: none;
	cursor: pointer;
	font-family: inherit;
	transition: background-color .2s, color .2s;
}

.rtrs-faq-block .rtrs-faq-open-close-all button:hover {
	opacity: .85;
}

.rtrs-faq-block-editor {
	gap: var(--rtrs-faq-gap, 12px);
	padding: var(--rtrs-faq-section-padding);
	margin: var(--rtrs-faq-section-margin);
	border-radius: var(--rtrs-faq-container-radius);
	background: var(--rtrs-faq-container-bg);
	border: none;
	position: relative;
	flex-direction: column !important;
	grid-template-columns: none !important;
	display: flex !important;
}

.rtrs-faq-block-editor .rtrs-faq-edit-btn {
	z-index: 2;
	cursor: pointer;
	opacity: 0;
	pointer-events: none;
	background: rgba(255, 255, 255, .95);
	border: none;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
	padding: 0;
	transition: opacity .2s, transform .2s, background .15s, box-shadow .15s;
	display: flex;
	position: absolute;
	top: -16px;
	left: 50%;
	transform: translate(-50%) translateY(-8px);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .12);
}

.rtrs-faq-block-editor .rtrs-faq-edit-btn svg {
	width: 16px;
	height: 16px;
	color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
}

.rtrs-faq-block-editor .rtrs-faq-edit-btn:hover {
	background: #fff;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
}

.rtrs-faq-block-editor:hover .rtrs-faq-edit-btn {
	opacity: 1;
	pointer-events: auto;
	transform: translate(-50%) translateY(0);
}

.rtrs-faq-block-editor .rtrs-faq-items-wrapper {
	gap: var(--rtrs-faq-gap, 12px) !important;
	width: 100% !important;
	max-width: 100% !important;
}

.rtrs-faq-block-editor .rtrs-faq-items-wrapper > .block-editor-block-list__layout, .rtrs-faq-block-editor .rtrs-faq-items-wrapper > .block-editor-inner-blocks > .block-editor-block-list__layout {
	width: 100% !important;
	max-width: 100% !important;
}

.rtrs-faq-block-editor .rtrs-faq-items-wrapper .wp-block[data-type=rtrs\/faq-item] {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
}

.rtrs-faq-block-editor .rtrs-faq-item-editor {
	border: var(--rtrs-faq-border-width, 1px) var(--rtrs-faq-border-style, solid) var(--rtrs-faq-border-color, #e5e7eb);
	border-radius: var(--rtrs-faq-border-radius, 8px);
	margin-bottom: 0;
	transition: box-shadow .2s;
	position: relative;
	overflow: hidden;
}

.rtrs-faq-block-editor .rtrs-faq-item-editor:hover {
	box-shadow: var(--rtrs-faq-item-hover-shadow, none);
}

.rtrs-faq-block-editor .rtrs-faq-item-editor:focus-within {
	border-color: var(--rtrs-primary-color, #5433ff);
	box-shadow: 0 0 0 1px var(--rtrs-primary-color, #5433ff);
}

.rtrs-faq-block-editor .rtrs-faq-item-editor .rtrs-faq-question {
	align-items: center;
	gap: var(--rtrs-faq-icon-spacing, 12px);
	display: flex;
}

.rtrs-faq-block-editor .rtrs-faq-item-editor .rtrs-faq-question .rtrs-faq-question-text {
	padding: var(--rtrs-faq-q-padding, 16px);
	flex: 1;
	margin: 0;
}

.rtrs-faq-block-editor .rtrs-faq-item-editor .rtrs-faq-question .rtrs-faq-icon {
	width: var(--rtrs-faq-icon-size, 20px);
	height: var(--rtrs-faq-icon-size, 20px);
	border-radius: var(--rtrs-faq-icon-border-radius, 0);
	border: var(--rtrs-faq-icon-border-width, 0) var(--rtrs-faq-icon-border-style, solid) var(--rtrs-faq-icon-border-color, transparent);
	color: var(--rtrs-faq-icon-color);
	pointer-events: none;
	flex-shrink: 0;
	justify-content: center;
	align-items: center;
	display: inline-flex;
}

.rtrs-faq-block-editor .rtrs-faq-item-editor .rtrs-faq-question .rtrs-faq-icon:last-child {
	margin-right: var(--rtrs-faq-icon-spacing, 12px);
}

.rtrs-faq-block-editor .rtrs-faq-item-editor .rtrs-faq-question .rtrs-faq-icon:first-child {
	margin-left: var(--rtrs-faq-icon-spacing, 12px);
}

.rtrs-faq-block-editor .rtrs-faq-item-editor .rtrs-faq-question .rtrs-faq-icon .rtrs-faq-icon-expand, .rtrs-faq-block-editor .rtrs-faq-item-editor .rtrs-faq-question .rtrs-faq-icon .rtrs-faq-icon-collapse {
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	display: inline-flex;
}

.rtrs-faq-block-editor .rtrs-faq-item-editor .rtrs-faq-question .rtrs-faq-icon svg {
	width: 100%;
	height: 100%;
	display: block;
}

.rtrs-faq-block-editor .rtrs-faq-item-editor .rtrs-faq-answer {
	margin-top: var(--rtrs-faq-qa-gap, 0px);
	border-top: var(--rtrs-faq-divider-width, 1px) var(--rtrs-faq-divider-style, solid) var(--rtrs-faq-divider-color, #e5e7eb);
	background: var(--rtrs-faq-a-bg);
}

.rtrs-faq-block-editor .rtrs-faq-item-editor .rtrs-faq-answer-inner {
	padding: var(--rtrs-faq-a-padding, 16px);
}

.rtrs-faq-block-editor .rtrs-faq-item-editor .rtrs-faq-answer-inner .block-editor-block-list__layout > * {
	margin-top: 0;
	margin-bottom: 0;
}

.rtrs-faq-block-editor .rtrs-faq-item-editor .rtrs-faq-item-toolbar {
	z-index: 1;
	border-radius: 0 0 0 var(--rtrs-faq-border-radius, 8px);
	opacity: 0;
	pointer-events: none;
	background: rgba(255, 255, 255, .95);
	align-items: center;
	gap: 4px;
	padding: 4px 6px;
	transition: opacity .15s;
	display: flex;
	position: absolute;
	top: 0;
	right: 0;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .12);
}

.rtrs-faq-block-editor .rtrs-faq-item-editor .rtrs-faq-item-toolbar .components-button {
	min-width: 18px;
	height: 18px;
	color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
	padding: 0;
}

.rtrs-faq-block-editor .rtrs-faq-item-editor .rtrs-faq-item-toolbar .components-button svg {
	width: 14px;
	height: 14px;
}

.rtrs-faq-block-editor .rtrs-faq-item-editor .rtrs-faq-item-toolbar .components-button .dashicon, .rtrs-faq-block-editor .rtrs-faq-item-editor .rtrs-faq-item-toolbar .components-button .dashicons {
	width: 14px;
	height: 14px;
	font-size: 14px;
}

.rtrs-faq-block-editor .rtrs-faq-item-editor .rtrs-faq-item-toolbar .components-button:hover {
	color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
	opacity: .8;
}

.rtrs-faq-block-editor .rtrs-faq-item-editor .rtrs-faq-item-toolbar .components-button.is-destructive {
	color: #cc1818;
}

.rtrs-faq-block-editor .rtrs-faq-item-editor .rtrs-faq-item-toolbar .components-button.is-destructive:hover {
	color: #a00;
	opacity: 1;
}

.rtrs-faq-block-editor .rtrs-faq-item-editor:hover .rtrs-faq-item-toolbar {
	opacity: 1;
	pointer-events: auto;
}

.rtrs-faq-block-editor .rtrs-faq-search {
	position: relative;
}

.rtrs-faq-block-editor .rtrs-faq-search-input {
	width: 100%;
	padding: var(--rtrs-faq-search-padding, 10px 16px);
	border: 1px solid var(--rtrs-faq-search-border-color, var(--rtrs-faq-border-color, #e5e7eb));
	border-radius: var(--rtrs-faq-search-border-radius, 8px);
	font-size: var(--rtrs-faq-search-font-size, 14px);
	color: var(--rtrs-faq-search-color, var(--rtrs-faq-q-color, #1f2937));
	background: var(--rtrs-faq-search-bg, var(--rtrs-faq-a-bg, #fff));
	box-shadow: none;
	box-sizing: border-box;
	outline: none;
	padding-right: 40px;
	font-family: inherit;
	line-height: 1.5;
}

.rtrs-faq-block-editor .rtrs-faq-search-input:focus {
	border-color: var(--rtrs-primary-color, #5433ff);
	box-shadow: 0 0 0 2px rgba(84, 51, 255, .15);
}

.rtrs-faq-block-editor .rtrs-faq-search-input::placeholder {
	color: var(--rtrs-faq-search-placeholder-color, #9ca3af);
}

.rtrs-faq-block-editor .rtrs-faq-search-clear {
	width: 24px;
	height: 24px;
	color: var(--rtrs-faq-search-placeholder-color, #9ca3af);
	box-shadow: none;
	cursor: pointer;
	background: 0 0;
	border: none;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	padding: 0;
	transition: color .2s, background-color .2s;
	display: flex;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}

.rtrs-faq-block-editor .rtrs-faq-search-clear:hover {
	color: var(--rtrs-faq-search-color, var(--rtrs-faq-q-color, #1f2937));
	background-color: rgba(0, 0, 0, .06);
}

.rtrs-faq-block-editor .rtrs-faq-search-clear svg {
	display: block;
}

.rtrs-faq-block-editor .rtrs-faq-open-close-all {
	gap: 8px;
	display: flex;
}

.rtrs-faq-block-editor .rtrs-faq-open-close-all button {
	padding: var(--rtrs-faq-btn-padding, 6px 14px);
	border: 1px solid var(--rtrs-faq-btn-border-color, var(--rtrs-faq-border-color, #e5e7eb));
	border-radius: var(--rtrs-faq-btn-border-radius, var(--rtrs-faq-border-radius, 8px));
	background: var(--rtrs-faq-btn-bg, var(--rtrs-faq-a-bg, #fff));
	color: var(--rtrs-faq-btn-color, var(--rtrs-faq-q-color, #1f2937));
	font-size: var(--rtrs-faq-btn-font-size, 13px);
	box-shadow: none;
	cursor: pointer;
	font-family: inherit;
}

.rtrs-faq-block-editor .rtrs-faq-add-item {
	text-align: center;
	margin-top: 12px;
}

.rtrs-responsive-control__header {
	justify-content: space-between;
	align-items: center;
	margin-bottom: 8px;
	display: flex;
}

.rtrs-responsive-control__label {
	text-transform: uppercase;
	color: #1e1e1e;
	font-size: 11px;
	font-weight: 500;
}

.rtrs-responsive-control__devices {
	gap: 2px;
	display: flex;
}

.rtrs-responsive-control__devices .components-button {
	min-width: 24px;
	height: 24px;
	padding: 0;
}

.rtrs-responsive-control__devices .components-button.is-pressed {
	color: #fff;
	background: #1e1e1e;
}

.rtrs-spacing-control {
	align-items: center;
	gap: 4px;
	display: flex;
}

.rtrs-spacing-control__inputs {
	flex: 1;
	grid-template-columns: repeat(4, 1fr);
	gap: 4px;
	display: grid;
}

.rtrs-spacing-control__inputs input {
	text-align: center;
	padding: 4px 2px;
	font-size: 12px;
}

.rtrs-color-control {
	margin-bottom: 16px;
}

.rtrs-color-control__label {
	text-transform: uppercase;
	margin-bottom: 8px;
	font-size: 11px;
	font-weight: 500;
}

.rtrs-icon-select {
	margin-bottom: 16px;
}

.rtrs-icon-select__label {
	text-transform: uppercase;
	margin-bottom: 8px;
	font-size: 11px;
	font-weight: 500;
}

.rtrs-icon-select__grid {
	grid-template-columns: repeat(auto-fill, minmax(40px, 1fr));
	gap: 4px;
	display: grid;
}

.rtrs-icon-select__item {
	cursor: pointer;
	border: 2px solid rgba(0, 0, 0, 0);
	border-radius: 4px;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	transition: border-color .15s;
	display: flex;
}

.rtrs-icon-select__item:hover {
	border-color: #949494;
}

.rtrs-icon-select__item.is-selected {
	border-color: var(--rtrs-primary-color, #5433ff);
	background: rgba(84, 51, 255, .05);
}

.rtrs-inspector-tabs .components-tab-panel__tabs {
	border-bottom: 1px solid #e0e0e0;
	margin: 0 -16px;
	padding: 0 16px;
}

.rtrs-inspector-tabs .components-tab-panel__tabs .components-tab-panel__tabs-item {
	padding: 8px 12px;
	font-size: 12px;
	font-weight: 500;
}

.rtrs-box-shadow-control__grid {
	grid-template-columns: 1fr 1fr;
	gap: 8px;
	display: grid;
}

.rtrs-comments-rating {
	border: none;
	margin-left: 0;
	padding: 0;
}

.rtrs-comments-rating label {
	display: inline-block;
}

.rtrs-rating-container {
	direction: rtl;
	unicode-bidi: bidi-override;
	align-items: center;
	font-size: 0;
	display: inline-flex;
}

.rtrs-rating-container * {
	font-size: 1.4rem;
}

.rtrs-rating-container > input {
	display: none;
}

.rtrs-rating-container > input + label {
	text-indent: 9999px;
	white-space: nowrap;
	cursor: pointer;
	border-radius: 4px;
	width: 22px;
	margin: 0 2px 0 0;
	font-family: rtrs_fontello;
	font-size: 22px;
	line-height: 1;
	transition: transform .15s, filter .15s;
	display: inline-block;
	overflow: hidden;
}

.rtrs-rating-container > input + label:before {
	text-indent: -9999px;
	content: "";
	color: #e2e8f0;
	transition: color .15s;
	display: inline-block;
}

.rtrs-rating-container > input + label:hover {
	transform: scale(1.15);
}

.rtrs-rating-container > input:checked ~ label:before {
	content: "";
	color: #f59e0b;
}

.rtrs-rating-container > input:focus-visible + label {
	outline-offset: 2px;
	outline: 2px solid #6366f1;
}

.rtrs-rating-container:hover > input + label:before {
	color: #e2e8f0;
}

.rtrs-rating-container:hover > input + label:hover ~ label:before, .rtrs-rating-container:hover > input + label:hover:before {
	content: "";
	color: #fbbf24;
}

.rtrs-review-form .rtrs-rating-container > input + label {
	text-indent: -9999px;
	width: 28px;
	margin-right: 6px;
	font-size: 28px;
}

.rtrs-review-form .rtrs-rating-container > input + label:last-of-type {
	margin-right: 0;
}

.rtrs-review-form .rtrs-rating-container > .star-cb-clear + label, .rtrs-review-form .rtrs-rating-container > input + label:before {
	text-indent: 9999px;
}

.rtrs-paginate {
	text-align: right;
	margin: 10px 0 20px;
	padding: 5px 1px;
}

.rtrs-paginate a, .rtrs-paginate .current {
	border-radius: 4px;
	padding: 7px 14px;
}

.rtrs-paginate a {
	color: #666;
	background-color: #efefef;
	text-decoration: none;
}

.rtrs-paginate a.prev, .rtrs-paginate a.next {
	color: #fff;
	background-color: #d0d0d0;
	padding: 7px 4px;
}

.rtrs-paginate a:hover, .rtrs-paginate a:active, .rtrs-paginate a:focus, .rtrs-paginate .current {
	color: #fff;
	background-color: #646464;
}

.rtrs-review-form {
	margin-top: 0;
}

.rtrs-preview-imgs .rtrs-preview-img, .rtrs-preview-videos .rtrs-preview-video {
	display: inline;
	position: relative;
}

.rtrs-preview-imgs .rtrs-preview-img img, .rtrs-preview-imgs .rtrs-preview-img .name, .rtrs-preview-videos .rtrs-preview-video img, .rtrs-preview-videos .rtrs-preview-video .name {
	vertical-align: top;
	background: #fff;
	border: 1px solid #e1e1e1;
	width: auto;
	max-width: 130px;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 10px;
	display: inline-block;
}

.rtrs-preview-imgs .rtrs-preview-img .rtrs-file-remove, .rtrs-preview-videos .rtrs-preview-video .rtrs-file-remove {
	color: #fff;
	cursor: pointer;
	background: #af3232;
	padding: 0 6px 3px;
	line-height: 17px;
	position: absolute;
	right: 10px;
}

.rtrs-image-error, .rtrs-video-error {
	color: red;
}

.rtrs-review-wrap {
	margin: auto;
}

.rtrs-review-wrap > ul {
	border-bottom: none;
	margin: 0 !important;
	padding: 0 !important;
}

.rtrs-align-center {
	text-align: center;
}

.rtrs-review-box .rtrs-main-review {
	display: block !important;
}

.rtrs-review-box .rtrs-review-body .rtrs-action-area button[data-helpful=remove] i:before, .rtrs-review-box .rtrs-review-body .rtrs-action-area button[data-highlight=remove] i:before {
	color: #646464;
}

.rtrs-review-box .rtrs-review-body .reply-btn .rtrs-item-btn {
	background-color: #a6a6a6;
	outline: none;
	font-weight: 400;
	text-decoration: none;
}

.rtrs-review-box .rtrs-review-body .rtrs-review-author a {
	padding: 0;
}

.rtrs-review-box .rtrs-review-body .rtrs-review-item-media .rtrs-media-video .rtrs-video-icon i {
	line-height: 20px;
}

.rtrs-review-box .rtrs-review-body .rtrs-review-feedback .rtrs-feedback-list li {
	display: block !important;
}

.rtrs-review-list .rtrs-review-form .rtrs-hide-reply {
	display: none;
}

#cancel-comment-reply-link {
	margin-left: 10px;
}

.children .rtrs-main-review {
	margin-top: 20px;
}

.rtrs-main-review.depth-2 .reply-btn {
	display: none;
}

#rtrs-load-more {
	color: #fff;
	cursor: pointer;
	background-color: #444;
	border: none;
	border-radius: 4px;
	padding: 10px 24px;
	font-size: 16px;
	text-decoration: none;
	transition: all .3s ease-in-out;
}

#rtrs-load-more:hover {
	background-color: #646464;
}

.rtrs-tooltip {
	display: inline-block;
	position: relative;
}

.rtrs-tooltip .rtrs-tooltiptext {
	visibility: hidden;
	color: #fff;
	text-align: center;
	z-index: 1;
	background-color: #000;
	border-radius: 4px;
	width: max-content;
	min-width: 80px;
	max-width: 200px;
	margin-left: -60px;
	padding: 5px 10px 7px;
	font-size: 15px;
	line-height: 1;
	position: absolute;
	top: 100%;
	left: 70%;
}

.rtrs-tooltip:hover .rtrs-tooltiptext {
	visibility: visible;
}

.woocommerce-tabs ul li {
	display: auto;
}

.rtrs-main-review + .rtrs-review-form, .rtrs-form-box .logged-in-as {
	margin-bottom: 20px;
}

.rtrs-form-box .rtrs-form-group .rtrs-input-label {
	display: none;
}

.rtrs-review-form .rtrs-form-group .rtrs-submit-btn {
	float: initial !important;
}

.woocommerce-tabs #comments {
	max-width: 100%;
}

.rtrs-clearfix:after {
	content: "";
	clear: both;
	display: table;
}

.rtrs-title h3 {
	float: left;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.5;
}

.rtrs-price-area {
	float: right;
}

.rtrs-price-area .rtrs-offer-price {
	font-size: 28px;
	line-height: 1;
}

.rtrs-price-area .rtrs-regular-price {
	text-decoration: line-through;
}

.rtrs-buy-btn {
	color: #5f5b5c;
	text-align: center;
	border: 2px solid #5f5b5c;
	border-radius: 4px;
	margin: 20px auto auto;
	padding: 13px 40px;
	font-size: 16px;
	line-height: 1;
	text-decoration: none;
	display: table;
}

.rtrs-buy-btn:hover {
	color: #fff;
	background-color: #5f5b5c;
}

.rtrs-product-img img {
	width: 220px;
}

.rtrs-affiliate-wrap.rtrs-review-wrap {
	padding: 0;
}

.rtrs-affiliate-wrap .rtrs-layout-one {
	flex-direction: column;
	gap: 50px;
	display: flex;
}

.rtrs-affiliate-wrap .rtrs-layout-one .rtrs-title h3 {
	margin: 0;
}

.rtrs-affiliate-wrap .rtrs-layout-one .rtrs-image-area-wrapper {
	grid-template-columns: 45% repeat(auto-fill, 55%);
}

@media only screen and (width<=767px) {
	.rtrs-affiliate-wrap .rtrs-layout-one .rtrs-image-area-wrapper {
		display: block;
	}
}

.rtrs-affiliate-wrap .rtrs-layout-one .rtrs-title-area {
	border: 1px solid #eaeaea;
	padding: 20px 30px;
}

.rtrs-affiliate-wrap .rtrs-layout-one .rtrs-product-img {
	line-height: 0;
}

@media only screen and (width<=767px) {
	.rtrs-affiliate-wrap .rtrs-layout-one .rtrs-product-img {
		margin-bottom: 15px;
	}
}

.rtrs-affiliate-wrap .rtrs-layout-one .rtrs-product-img img {
	width: 100%;
	max-width: 100%;
}

.rtrs-affiliate-wrap .rtrs-layout-one .rtrs-summary-text {
	margin-left: 0;
}

.rtrs-affiliate-wrap .rtrs-layout-one .rtrs-rating-box-wrapper {
	flex-direction: column;
	gap: 15px;
	display: flex;
}

.rtrs-affiliate-wrap .rtrs-layout-one .rtrs-rating-box-wrapper .rtrs-rating-box {
	padding: 15px 30px;
}

.rtrs-affiliate-wrap .rtrs-layout-one .rtrs-progress-wrap {
	flex: 1;
}

.rtrs-affiliate-wrap .rtrs-layout-one .rtrs-progress {
	flex-wrap: wrap;
}

.rtrs-affiliate-wrap .rtrs-layout-one .rtrs-progress label {
	flex: 0 0 100%;
	margin-bottom: 10px;
}

.rtrs-affiliate-wrap .rtrs-affiliate-two .rtrs-rating-summary {
	margin-bottom: 30px;
}

.rtrs-modal {
	z-index: 999;
	background-color: rgba(0, 0, 0, .5);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	overflow: auto;
}

.rtrs-review-popup {
	z-index: 9999;
	width: 800px;
	max-height: 80%;
	margin: auto;
	padding-top: 20px;
	position: fixed;
	top: 10%;
	left: 0;
	right: 0;
	overflow: auto;
	max-width: 90% !important;
}

.rtrs-modal-close {
	color: #475569 !important;
	text-transform: none !important;
	width: 32px !important;
	min-width: 32px !important;
	height: 32px !important;
	min-height: 32px !important;
	box-shadow: none !important;
	cursor: pointer !important;
	z-index: 2 !important;
	background: #f1f5f9 !important;
	border: none !important;
	border-radius: 50% !important;
	justify-content: center !important;
	align-items: center !important;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 22px !important;
	font-weight: 400 !important;
	line-height: 1 !important;
	text-decoration: none !important;
	transition: background-color .15s, color .15s, transform .15s !important;
	display: inline-flex !important;
	position: absolute !important;
	top: 12px !important;
	right: 12px !important;
}

.rtrs-modal-close:hover, .rtrs-modal-close:focus, .rtrs-modal-close:active {
	color: #fff !important;
	box-shadow: none !important;
	background: #ef4444 !important;
	outline: none !important;
	transform: rotate(90deg) !important;
}

.rtrs-review-edit-btn {
	cursor: pointer;
}

.theme-twentytwenty .rtrs-review-wrap li, .theme-twentynineteen .rtrs-review-wrap li {
	margin-left: 0;
	margin-right: 0;
}

.theme-twentytwenty .rtrs-review-wrap .logged-in-as {
	text-align: left;
	margin: 0 0 15px;
}

.theme-twentytwenty .rtrs-review-list label, .theme-twentytwenty .rtrs-sorting-select label {
	display: inline;
}

.theme-twentynineteen .rtrs-review-wrap .rtrs-form-title:before {
	display: none;
}

.theme-Divi .rtrs-review-wrap ul.rtrs-review-meta, .theme-Divi .rtrs-review-list {
	padding: 0 !important;
}

.theme-Divi .rtrs-reply-btn .rtrs-item-btn:after {
	display: none;
}

.theme-Divi .rtrs-form-title small {
	display: inline-block !important;
}

.rtrs-form-box .rtrs-rating-category {
	padding: 0 !important;
}

.theme-panpie li:before {
	display: none;
}

.theme-panpie .rtrs-feedback-list li:before {
	display: inline-block;
}

.rtrs-form-check input {
	margin-right: 0 !important;
}

.rtrs_review_filter {
	width: auto;
	max-width: 100%;
}

.theme-digeco.woocommerce div.product .woocommerce-tabs .panel ul li:before {
	content: none;
}

.theme-digeco.woocommerce div.product .woocommerce-tabs .panel ul.rtrs-review-meta {
	margin-bottom: -10px;
}

.theme-digeco.woocommerce div.product .woocommerce-tabs .panel ul.rtrs-rating-category {
	margin-top: 15px;
}

.theme-digeco.woocommerce .rtrs-review-form .rtrs-rating-category li {
	margin-bottom: 0;
}

.rtrs-sort-filter {
	margin-right: 0;
}

.rtrs-media-form-group {
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	margin-top: 20px;
	display: flex;
}

.rtrs-media-form-group > div {
	margin-right: 0;
}

.rtrs-media-form-group div > label {
	color: #000;
	margin-top: 0;
	font-size: 14px;
	font-weight: 500;
	display: inline-block;
}

.rtrs-button-label label {
	color: #333;
	font-size: 14px;
	font-weight: 600;
}

.rtrs-image-source-selector select, .rtrs-video-source-selector select {
	color: #444;
	cursor: pointer;
	background-color: #fff;
	border: 1px solid #d0d0d0;
	border-radius: 4px;
	min-width: 185px;
	font-size: 13px;
}

.rtrs-image-source-selector select:focus, .rtrs-video-source-selector select:focus {
	border-color: #888;
	outline: none;
}

.rtrs-source-image .rtrs-login-message, .rtrs-source-video .rtrs-login-message {
	color: #888;
	margin: 0;
	font-size: 13px;
}

.rtrs-source-image .rtrs-login-message a, .rtrs-source-video .rtrs-login-message a {
	color: #0073aa;
	text-decoration: underline;
}

.rtrs-source-external-image, .rtrs-source-external-video {
	margin-top: 10px;
}

.rtrs-source-external-image input[type=url], .rtrs-source-external-video input[type=url] {
	border: 1px solid #d0d0d0;
	border-radius: 4px;
	width: 100%;
	max-width: 400px;
	padding: 8px 12px;
	font-size: 13px;
}

.rtrs-source-external-image input[type=url]:focus, .rtrs-source-external-video input[type=url]:focus {
	border-color: #888;
	outline: none;
}

.rtrs-external-image-preview, .rtrs-external-video-preview {
	margin-top: 8px;
}

.rtrs-external-image-preview img, .rtrs-external-video-preview img {
	border: 1px solid #e1e1e1;
	border-radius: 4px;
	max-width: 120px;
	padding: 4px;
}

.rtrs-out-of {
	color: #9e9e9e;
	font-size: 24px;
}

.rtrs-summary-4-by-user .rtrs-rating-category li {
	justify-content: flex-start;
	align-items: center;
	gap: 30px;
	padding: 5px 20px;
	display: flex;
}

@media only screen and (width<=479px) {
	.rtrs-summary-4-by-user .rtrs-rating-category li {
		gap: 15px;
	}
}

.rtrs-summary-4-by-user .rtrs-progress-wrap {
	flex: 1;
}

.rtrs-summary-4-by-user .rtrs-progress-wrap .rtrs-progress {
	align-items: center;
	display: flex;
}

.rtrs-summary-4-by-user .rtrs-progress-wrap progress[value] {
	appearance: none;
	border: none;
	width: 100%;
	height: 8px;
}

.rtrs-summary-4-by-user .rtrs-progress-wrap progress[value]::-webkit-progress-bar {
	background-color: #d6d6d6;
}

.rtrs-summary-4-by-user .rtrs-progress-wrap .starting-preogress[value]::-webkit-progress-value {
	background-color: #ffbf42;
}

.rtrs-summary-4-by-user .rtrs-rating-summary {
	grid-gap: 20px;
	grid-template-areas: "b a a";
	display: grid;
}

.rtrs-summary-4-by-user .rtrs-rating-summary > div:first-of-type {
	order: 2;
	grid-area: a;
}

.rtrs-summary-4-by-user .rtrs-rating-summary > div:nth-of-type(2) {
	order: 1;
	grid-area: b;
}

@media only screen and (width<=575px) {
	.rtrs-summary-4-by-user .rtrs-rating-summary {
		display: block;
	}
	
	.rtrs-media-form-group {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
	}
	
	.rtrs-review-form .rtrs-feedback-input {
		flex-direction: column;
	}
	
	.rtrs-source-external-image input[type=url], .rtrs-source-external-video input[type=url] {
		max-width: 100%;
	}
}

.rtrs-hidden {
	display: none !important;
}

.rtrs-multiple-comment .rtrs-review-form {
	display: none;
}

.rtrs-review-list .rtrs-review-form {
	display: block;
}

:where(.rtrs-layout-three) {
	background: #fff;
	align-items: flex-start;
	transition: border-color .2s, box-shadow .25s;
	display: flex;
}

:where(.rtrs-layout-three) .rtrs-review-imgholder {
	flex-shrink: 0;
	position: relative;
}

:where(.rtrs-layout-three) .rtrs-review-imgholder img {
	object-fit: cover;
	display: block;
}

:where(.rtrs-layout-three) .rtrs-review-body {
	flex: 1;
	min-width: 0;
	position: relative;
}

:where(.rtrs-layout-three) .rtrs-review-body > .rtrs-review-meta:not(.rtrs-meta-right) {
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin: 0 0 6px;
	padding: 0;
	list-style: none;
	display: flex;
}

:where(.rtrs-layout-three) .rtrs-review-body > .rtrs-review-meta:not(.rtrs-meta-right) li {
	align-items: center;
	gap: 4px;
	margin: 0;
	padding: 0;
	font-size: 13px;
	display: inline-flex;
}

:where(.rtrs-layout-three) .rtrs-review-body .rtrs-review-edit-btn {
	cursor: pointer;
	margin-left: 4px;
	font-size: 12px;
}

:where(.rtrs-layout-three) .rtrs-review-body .rtrs-review-edit-btn:hover {
	text-decoration: underline;
}

:where(.rtrs-layout-three) .rtrs-review-body .rtrs-review-title {
	margin: 4px 0 8px;
	font-weight: 700;
	line-height: 1.4;
}

:where(.rtrs-layout-three) .rtrs-review-body p {
	margin: 0 0 12px;
	font-size: 14px;
	line-height: 1.65;
}

:where(.rtrs-layout-three) .rtrs-review-body .comment-awaiting-moderation {
	border-radius: 6px;
	padding: 5px 10px;
	font-size: 12px;
	font-style: normal;
	display: inline-block;
}

:where(.rtrs-layout-three) .rtrs-author-social {
	align-items: center;
	gap: 6px;
	display: inline-flex;
}

:where(.rtrs-layout-three) .rtrs-author-social .rtrs-share-review {
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	width: 26px;
	height: 26px;
	font-size: 11px;
	text-decoration: none;
	transition: all .2s;
	display: inline-flex;
}

:where(.rtrs-layout-three) .rtrs-author-social .rtrs-share-review:hover {
	transform: translateY(-1px);
}

:where(.rtrs-layout-three) .rtrs-review-item-media {
	flex-wrap: wrap;
	gap: 8px;
	margin: 4px 0 14px;
	display: flex;
}

:where(.rtrs-layout-three) .rtrs-review-item-media .rtrs-media-item {
	cursor: pointer;
	border-radius: 8px;
	transition: transform .2s, box-shadow .2s;
	position: relative;
	overflow: hidden;
}

:where(.rtrs-layout-three) .rtrs-review-item-media .rtrs-media-item:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 14px -6px rgba(15, 23, 42, .25);
}

:where(.rtrs-layout-three) .rtrs-review-item-media .rtrs-media-item img {
	object-fit: cover;
	display: block;
	width: 100% !important;
	height: 100% !important;
}

:where(.rtrs-layout-three) .rtrs-review-item-media .rtrs-media-item .rtrs-attachment-img {
	width: 100%;
	height: 100%;
	display: block;
}

:where(.rtrs-layout-three) .rtrs-review-item-media .rtrs-media-video:before {
	content: "";
	z-index: 1;
	transition: background .2s;
	position: absolute;
	inset: 0;
}

:where(.rtrs-layout-three) .rtrs-review-item-media .rtrs-media-video .rtrs-video-icon {
	z-index: 2;
	justify-content: center;
	align-items: center;
	display: flex;
	position: absolute;
	inset: 0;
}

:where(.rtrs-layout-three) .rtrs-review-item-media .rtrs-media-video .rtrs-video-icon i {
	background: rgba(255, 255, 255, .95);
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	width: 26px;
	height: 26px;
	padding-left: 2px;
	display: flex;
}

:where(.rtrs-layout-three) .rtrs-review-feedback {
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin: 10px 0 12px;
	display: grid;
}

:where(.rtrs-layout-three) .rtrs-review-feedback .rtrs-feedback-title {
	letter-spacing: .4px;
	text-transform: uppercase;
	align-items: center;
	gap: 6px;
	margin: 0 0 6px;
	font-size: 11px;
	font-weight: 700;
	display: inline-flex;
}

:where(.rtrs-layout-three) .rtrs-review-feedback .rtrs-feedback-title .item-icon {
	justify-content: center;
	align-items: center;
	display: inline-flex;
}

:where(.rtrs-layout-three) .rtrs-review-feedback .rtrs-feedback-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

:where(.rtrs-layout-three) .rtrs-review-feedback .rtrs-feedback-list li {
	font-size: 13px;
	line-height: 1.5;
	position: relative;
}

:where(.rtrs-layout-three) .rtrs-review-helpful {
	cursor: pointer;
	border: 1px solid #e2e8f0;
	border-radius: 999px;
	align-items: center;
	gap: 5px;
	font-weight: 600;
	transition: all .2s;
	display: inline-flex;
	position: relative;
}

:where(.rtrs-layout-three) .rtrs-review-helpful[data-helpful=remove] {
	color: #4338ca;
	background: #eef2ff;
	border-color: #c7d2fe;
}

:where(.rtrs-layout-three) .rtrs-review-helpful[data-type=dislike][data-helpful=remove] {
	color: #b91c1c;
	background: #fef2f2;
	border-color: #fecaca;
}

:where(.rtrs-layout-three) .rtrs-review-helpful .helpful-count {
	font-variant-numeric: tabular-nums;
}

:where(.rtrs-layout-three) .rtrs-review-helpful .rtrs-tooltiptext {
	color: #fff;
	white-space: nowrap;
	z-index: 5;
	border-radius: 4px;
	padding: 4px 8px;
	font-size: 10px;
	display: none;
	position: absolute;
	bottom: calc(100% + 6px);
	left: 50%;
	transform: translate(-50%);
}

:where(.rtrs-layout-three) .rtrs-review-helpful:hover .rtrs-tooltiptext {
	display: block;
}

:where(.rtrs-layout-three) .rtrs-review-highlight {
	color: #b45309;
	cursor: pointer;
	background: #fffbeb;
	border: 1px solid #fde68a;
	border-radius: 6px;
	align-items: center;
	font-size: 12px;
	font-weight: 700;
	transition: all .2s;
	display: inline-flex;
}

:where(.rtrs-layout-three) .rtrs-review-highlight:hover {
	background: #fef3c7;
	border-color: #fbbf24;
}

:where(.rtrs-layout-three) .rtrs-reply-btn {
	margin-top: 8px;
}

:where(.rtrs-layout-three) .rtrs-reply-btn a, :where(.rtrs-layout-three) .rtrs-reply-btn .rtrs-item-btn {
	align-items: center;
	gap: 4px;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
	transition: all .2s;
	display: inline-flex;
}

:where(.rtrs-layout-three) {
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	gap: 16px;
	margin-bottom: 16px;
	padding: 22px 22px 20px;
	overflow: hidden;
}

:where(.rtrs-layout-three):hover {
	border-color: #cbd5e1;
	box-shadow: 0 4px 16px -8px rgba(15, 23, 42, .12);
}

:where(.rtrs-layout-three).rtrs-top-review {
	background: #fffbeb;
	border-color: #fde68a;
}

:where(.rtrs-layout-three) .rtrs-review-imgholder {
	margin: 4px 0 0;
}

:where(.rtrs-layout-three) .rtrs-review-imgholder img {
	border: 2px solid #fff;
	border-radius: 10px;
	width: 54px;
	height: 54px;
	box-shadow: 0 0 0 1px #e2e8f0, 0 2px 6px -2px rgba(15, 23, 42, .15);
}

:where(.rtrs-layout-three) .rtrs-review-body {
	padding: 0 96px 0 0;
}

:where(.rtrs-layout-three) .rtrs-review-body > .rtrs-review-meta:not(.rtrs-meta-right) {
	margin-bottom: 8px;
}

:where(.rtrs-layout-three) .rtrs-review-body > .rtrs-review-meta:not(.rtrs-meta-right) li {
	color: #64748b;
}

:where(.rtrs-layout-three) .rtrs-review-body > .rtrs-review-meta:not(.rtrs-meta-right) li.rtrs-review-rating {
	letter-spacing: 1.5px;
	color: #f59e0b;
	background: #fffbeb;
	border: 1px solid #fde68a;
	border-radius: 6px;
	padding: 2px 10px;
	font-size: 15px;
	line-height: 1;
}

:where(.rtrs-layout-three) .rtrs-review-body > .rtrs-review-meta:not(.rtrs-meta-right) li.rtrs-author-link {
	color: #0f172a;
	font-size: 14px;
	font-weight: 700;
}

:where(.rtrs-layout-three) .rtrs-review-body > .rtrs-review-meta:not(.rtrs-meta-right) li.rtrs-review-date {
	color: #94a3b8;
	font-size: 12px;
}

:where(.rtrs-layout-three) .rtrs-review-body > .rtrs-review-meta:not(.rtrs-meta-right) li.rtrs-review-date i {
	opacity: .65;
	margin-right: 3px;
	font-size: 11px;
}

:where(.rtrs-layout-three) .rtrs-review-body .rtrs-review-edit-btn {
	color: #6366f1;
	font-size: 11px;
	font-weight: 600;
}

:where(.rtrs-layout-three) .rtrs-review-body .rtrs-review-title {
	color: #0f172a;
	letter-spacing: -.2px;
	font-size: 16px;
}

:where(.rtrs-layout-three) .rtrs-review-body p {
	color: #334155;
}

:where(.rtrs-layout-three) .rtrs-review-body .comment-awaiting-moderation {
	color: #b45309;
	background: #fef3c7;
	border: 1px dashed #fcd34d;
}

:where(.rtrs-layout-three) .rtrs-review-body .rtrs-meta-right {
	align-items: center;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-flex;
	position: absolute;
	top: -2px;
	right: 0;
}

:where(.rtrs-layout-three) .rtrs-review-body .rtrs-meta-right > li {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

:where(.rtrs-layout-three) .rtrs-review-helpful {
	color: #475569;
	background: #f8fafc;
	padding: 5px 10px;
	font-size: 12px;
}

:where(.rtrs-layout-three) .rtrs-review-helpful:hover {
	color: #0f172a;
	background: #fff;
	border-color: #cbd5e1;
}

:where(.rtrs-layout-three) .rtrs-review-helpful i {
	font-size: 11px;
}

:where(.rtrs-layout-three) .rtrs-review-helpful .rtrs-tooltiptext {
	background: #0f172a;
}

:where(.rtrs-layout-three) .rtrs-author-social label {
	display: none;
}

:where(.rtrs-layout-three) .rtrs-author-social .rtrs-share-review {
	color: #475569;
	background: #f1f5f9;
}

:where(.rtrs-layout-three) .rtrs-author-social .rtrs-share-review:hover {
	color: #fff;
	background: #6366f1;
}

:where(.rtrs-layout-three) .rtrs-review-item-media {
	border-top: 1px dotted #e2e8f0;
	padding-top: 12px;
}

:where(.rtrs-layout-three) .rtrs-review-item-media .rtrs-media-item {
	background: #f1f5f9;
	border-radius: 8px;
	width: 68px;
	height: 68px;
}

:where(.rtrs-layout-three) .rtrs-review-item-media .rtrs-media-video:before {
	background: rgba(15, 23, 42, .4);
}

:where(.rtrs-layout-three) .rtrs-review-item-media .rtrs-media-video:hover:before {
	background: rgba(15, 23, 42, .2);
}

:where(.rtrs-layout-three) .rtrs-review-item-media .rtrs-media-video .rtrs-video-icon i {
	color: #0f172a;
	font-size: 12px;
}

:where(.rtrs-layout-three) .rtrs-review-feedback {
	border-top: 1px dotted #e2e8f0;
	padding-top: 12px;
}

:where(.rtrs-layout-three) .rtrs-review-feedback .rtrs-feedback-box {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	padding: 12px 14px;
}

:where(.rtrs-layout-three) .rtrs-review-feedback .rtrs-like-feedback {
	border-left: 3px solid #22c55e;
}

:where(.rtrs-layout-three) .rtrs-review-feedback .rtrs-like-feedback .rtrs-feedback-title {
	color: #15803d;
}

:where(.rtrs-layout-three) .rtrs-review-feedback .rtrs-like-feedback .item-icon {
	color: #15803d;
	background: #dcfce7;
}

:where(.rtrs-layout-three) .rtrs-review-feedback .rtrs-unlike-feedback {
	border-left: 3px solid #ef4444;
}

:where(.rtrs-layout-three) .rtrs-review-feedback .rtrs-unlike-feedback .rtrs-feedback-title {
	color: #b91c1c;
}

:where(.rtrs-layout-three) .rtrs-review-feedback .rtrs-unlike-feedback .item-icon {
	color: #b91c1c;
	background: #fee2e2;
}

:where(.rtrs-layout-three) .rtrs-review-feedback .rtrs-feedback-title .item-icon {
	border-radius: 4px;
	width: 18px;
	height: 18px;
	font-size: 9px;
}

:where(.rtrs-layout-three) .rtrs-review-feedback .rtrs-feedback-list li {
	color: #334155;
	padding: 2px 0 2px 16px;
}

:where(.rtrs-layout-three) .rtrs-action-area {
	border: 0;
	margin: 8px 0 0;
	padding: 0;
	position: relative;
}

:where(.rtrs-layout-three) .rtrs-action-area .rtrs-review-highlight {
	letter-spacing: .4px;
	text-transform: uppercase;
	padding: 5px 12px;
}

:where(.rtrs-layout-three) .rtrs-reply-btn a, :where(.rtrs-layout-three) .rtrs-reply-btn .rtrs-item-btn {
	color: #4338ca;
	background: #eef2ff;
	border-radius: 6px;
	padding: 5px 14px;
}

:where(.rtrs-layout-three) .rtrs-reply-btn a:hover, :where(.rtrs-layout-three) .rtrs-reply-btn .rtrs-item-btn:hover {
	color: #fff;
	background: #4338ca;
}

.rtrs-layout-three .rtrs-review-feedback .rtrs-like-feedback .rtrs-feedback-list li:before {
	content: "";
	border-bottom: 2px solid #22c55e;
	border-left: 2px solid #22c55e;
	width: 10px;
	height: 5px;
	margin-right: 0;
	font-family: inherit;
	position: absolute;
	left: 0;
	transform: rotate(-45deg);
}

.rtrs-layout-three .rtrs-review-feedback .rtrs-unlike-feedback .rtrs-feedback-list li:before {
	content: "×";
	color: #ef4444;
	border: 0;
	width: auto;
	height: auto;
	margin-right: 0;
	font-family: inherit;
	font-weight: 700;
	position: absolute;
	transform: none;
}

.rtrs-layout-three .rtrs-review-feedback .rtrs-like-feedback .rtrs-feedback-list li:before {
	top: 10px;
}

.rtrs-layout-three .rtrs-review-feedback .rtrs-unlike-feedback .rtrs-feedback-list li:before {
	font-size: 15px;
	line-height: 1.4;
	top: 2px;
	left: 1px;
}

:where(.rtrs-layout-three) + .children {
	border-left: 2px solid #e2e8f0;
	margin: -8px 0 16px 24px;
	padding-left: 28px;
}

@media (width<=640px) {
	:where(.rtrs-layout-three) {
		flex-wrap: wrap;
		gap: 12px;
	}
	
	:where(.rtrs-layout-three) .rtrs-review-imgholder img {
		width: 44px;
		height: 44px;
	}
	
	:where(.rtrs-layout-three) .rtrs-review-body .rtrs-review-title {
		font-size: 15px;
	}
	
	:where(.rtrs-layout-three) .rtrs-review-feedback {
		grid-template-columns: 1fr;
	}
	
	:where(.rtrs-layout-three) {
		padding: 20px 18px 18px;
	}
	
	:where(.rtrs-layout-three) .rtrs-review-body {
		padding-right: 0;
	}
	
	:where(.rtrs-layout-three) .rtrs-review-body .rtrs-meta-right {
		flex-wrap: wrap;
		margin-top: 10px;
		position: static;
	}
	
	:where(.rtrs-layout-three) + .children {
		margin-left: 12px;
		padding-left: 16px;
	}
}

:where(.rtrs-layout-four) {
	background: #fff;
	align-items: flex-start;
	transition: border-color .2s, box-shadow .25s;
	display: flex;
}

:where(.rtrs-layout-four) .rtrs-review-imgholder {
	flex-shrink: 0;
	position: relative;
}

:where(.rtrs-layout-four) .rtrs-review-imgholder img {
	object-fit: cover;
	display: block;
}

:where(.rtrs-layout-four) .rtrs-review-body {
	flex: 1;
	min-width: 0;
	position: relative;
}

:where(.rtrs-layout-four) .rtrs-review-body > .rtrs-review-meta:not(.rtrs-meta-right) {
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin: 0 0 6px;
	padding: 0;
	list-style: none;
	display: flex;
}

:where(.rtrs-layout-four) .rtrs-review-body > .rtrs-review-meta:not(.rtrs-meta-right) li {
	align-items: center;
	gap: 4px;
	margin: 0;
	padding: 0;
	font-size: 13px;
	display: inline-flex;
}

:where(.rtrs-layout-four) .rtrs-review-body .rtrs-review-edit-btn {
	cursor: pointer;
	margin-left: 4px;
	font-size: 12px;
}

:where(.rtrs-layout-four) .rtrs-review-body .rtrs-review-edit-btn:hover {
	text-decoration: underline;
}

:where(.rtrs-layout-four) .rtrs-review-body .rtrs-review-title {
	margin: 4px 0 8px;
	font-weight: 700;
	line-height: 1.4;
}

:where(.rtrs-layout-four) .rtrs-review-body p {
	margin: 0 0 12px;
	font-size: 14px;
	line-height: 1.65;
}

:where(.rtrs-layout-four) .rtrs-review-body .comment-awaiting-moderation {
	border-radius: 6px;
	padding: 5px 10px;
	font-size: 12px;
	font-style: normal;
	display: inline-block;
}

:where(.rtrs-layout-four) .rtrs-author-social {
	align-items: center;
	gap: 6px;
	display: inline-flex;
}

:where(.rtrs-layout-four) .rtrs-author-social .rtrs-share-review {
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	width: 26px;
	height: 26px;
	font-size: 11px;
	text-decoration: none;
	transition: all .2s;
	display: inline-flex;
}

:where(.rtrs-layout-four) .rtrs-author-social .rtrs-share-review:hover {
	transform: translateY(-1px);
}

:where(.rtrs-layout-four) .rtrs-review-item-media {
	flex-wrap: wrap;
	gap: 8px;
	margin: 4px 0 14px;
	display: flex;
}

:where(.rtrs-layout-four) .rtrs-review-item-media .rtrs-media-item {
	cursor: pointer;
	border-radius: 8px;
	transition: transform .2s, box-shadow .2s;
	position: relative;
	overflow: hidden;
}

:where(.rtrs-layout-four) .rtrs-review-item-media .rtrs-media-item:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 14px -6px rgba(15, 23, 42, .25);
}

:where(.rtrs-layout-four) .rtrs-review-item-media .rtrs-media-item img {
	object-fit: cover;
	display: block;
	width: 100% !important;
	height: 100% !important;
}

:where(.rtrs-layout-four) .rtrs-review-item-media .rtrs-media-item .rtrs-attachment-img {
	width: 100%;
	height: 100%;
	display: block;
}

:where(.rtrs-layout-four) .rtrs-review-item-media .rtrs-media-video:before {
	content: "";
	z-index: 1;
	transition: background .2s;
	position: absolute;
	inset: 0;
}

:where(.rtrs-layout-four) .rtrs-review-item-media .rtrs-media-video .rtrs-video-icon {
	z-index: 2;
	justify-content: center;
	align-items: center;
	display: flex;
	position: absolute;
	inset: 0;
}

:where(.rtrs-layout-four) .rtrs-review-item-media .rtrs-media-video .rtrs-video-icon i {
	background: rgba(255, 255, 255, .95);
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	width: 26px;
	height: 26px;
	padding-left: 2px;
	display: flex;
}

:where(.rtrs-layout-four) .rtrs-review-feedback {
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin: 10px 0 12px;
	display: grid;
}

:where(.rtrs-layout-four) .rtrs-review-feedback .rtrs-feedback-title {
	letter-spacing: .4px;
	text-transform: uppercase;
	align-items: center;
	gap: 6px;
	margin: 0 0 6px;
	font-size: 11px;
	font-weight: 700;
	display: inline-flex;
}

:where(.rtrs-layout-four) .rtrs-review-feedback .rtrs-feedback-title .item-icon {
	justify-content: center;
	align-items: center;
	display: inline-flex;
}

:where(.rtrs-layout-four) .rtrs-review-feedback .rtrs-feedback-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

:where(.rtrs-layout-four) .rtrs-review-feedback .rtrs-feedback-list li {
	font-size: 13px;
	line-height: 1.5;
	position: relative;
}

:where(.rtrs-layout-four) .rtrs-review-helpful {
	cursor: pointer;
	border: 1px solid #e2e8f0;
	border-radius: 999px;
	align-items: center;
	gap: 5px;
	font-weight: 600;
	transition: all .2s;
	display: inline-flex;
	position: relative;
}

:where(.rtrs-layout-four) .rtrs-review-helpful[data-helpful=remove] {
	color: #4338ca;
	background: #eef2ff;
	border-color: #c7d2fe;
}

:where(.rtrs-layout-four) .rtrs-review-helpful[data-type=dislike][data-helpful=remove] {
	color: #b91c1c;
	background: #fef2f2;
	border-color: #fecaca;
}

:where(.rtrs-layout-four) .rtrs-review-helpful .helpful-count {
	font-variant-numeric: tabular-nums;
}

:where(.rtrs-layout-four) .rtrs-review-helpful .rtrs-tooltiptext {
	color: #fff;
	white-space: nowrap;
	z-index: 5;
	border-radius: 4px;
	padding: 4px 8px;
	font-size: 10px;
	display: none;
	position: absolute;
	bottom: calc(100% + 6px);
	left: 50%;
	transform: translate(-50%);
}

:where(.rtrs-layout-four) .rtrs-review-helpful:hover .rtrs-tooltiptext {
	display: block;
}

:where(.rtrs-layout-four) .rtrs-review-highlight {
	color: #b45309;
	cursor: pointer;
	background: #fffbeb;
	border: 1px solid #fde68a;
	border-radius: 6px;
	align-items: center;
	font-size: 12px;
	font-weight: 700;
	transition: all .2s;
	display: inline-flex;
}

:where(.rtrs-layout-four) .rtrs-review-highlight:hover {
	background: #fef3c7;
	border-color: #fbbf24;
}

:where(.rtrs-layout-four) .rtrs-reply-btn a, :where(.rtrs-layout-four) .rtrs-reply-btn .rtrs-item-btn {
	align-items: center;
	gap: 4px;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
	transition: all .2s;
	display: inline-flex;
}

:where(.rtrs-layout-four) {
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	gap: 18px;
	margin-bottom: 20px;
	padding: 24px;
	transition: box-shadow .25s, transform .25s, border-color .25s;
}

:where(.rtrs-layout-four):hover {
	border-color: #d1d5db;
	transform: translateY(-2px);
	box-shadow: 0 10px 30px -12px rgba(17, 24, 39, .15);
}

:where(.rtrs-layout-four).rtrs-top-review {
	border-color: #fbbf24;
	box-shadow: 0 4px 14px -6px rgba(251, 191, 36, .35);
}

:where(.rtrs-layout-four) .rtrs-review-imgholder {
	margin: 0;
}

:where(.rtrs-layout-four) .rtrs-review-imgholder img {
	border: 2px solid #f3f4f6;
	border-radius: 50%;
	width: 52px;
	height: 52px;
}

:where(.rtrs-layout-four) .rtrs-review-body {
	padding: 0;
}

:where(.rtrs-layout-four) .rtrs-review-body > .rtrs-review-meta li {
	color: #6b7280;
	gap: 5px;
}

:where(.rtrs-layout-four) .rtrs-review-body > .rtrs-review-meta li.rtrs-review-rating {
	letter-spacing: 2px;
	color: #fbbf24;
	font-size: 16px;
}

:where(.rtrs-layout-four) .rtrs-review-body > .rtrs-review-meta li.rtrs-author-link {
	color: #111827;
	font-size: 14px;
	font-weight: 600;
}

:where(.rtrs-layout-four) .rtrs-review-body > .rtrs-review-meta li.rtrs-review-date i {
	opacity: .65;
	margin-right: 2px;
	font-size: 12px;
}

:where(.rtrs-layout-four) .rtrs-review-body > .rtrs-review-meta li + li:not(.rtrs-review-rating):before {
	content: "·";
	color: #d1d5db;
	margin-right: 6px;
	font-weight: 700;
}

:where(.rtrs-layout-four) .rtrs-review-body .rtrs-review-edit-btn {
	color: #3b82f6;
	margin-left: 6px;
	font-weight: 500;
}

:where(.rtrs-layout-four) .rtrs-review-body .rtrs-review-title {
	color: #111827;
	font-size: 17px;
}

:where(.rtrs-layout-four) .rtrs-review-body p {
	color: #374151;
}

:where(.rtrs-layout-four) .rtrs-review-body .comment-awaiting-moderation {
	color: #d97706;
	background: #fef3c7;
}

:where(.rtrs-layout-four) .rtrs-author-social {
	gap: 8px;
}

:where(.rtrs-layout-four) .rtrs-author-social label {
	color: #6b7280;
	align-items: center;
	gap: 4px;
	margin: 0;
	font-size: 12px;
	font-weight: 500;
	display: inline-flex;
}

:where(.rtrs-layout-four) .rtrs-author-social .rtrs-share-review {
	color: #4b5563;
	background: #f3f4f6;
}

:where(.rtrs-layout-four) .rtrs-author-social .rtrs-share-review:hover {
	color: #fff;
	background: #3b82f6;
}

:where(.rtrs-layout-four) .rtrs-review-item-media .rtrs-media-item {
	background: #f3f4f6;
	border-radius: 10px;
	width: 72px;
	height: 72px;
}

:where(.rtrs-layout-four) .rtrs-review-item-media .rtrs-media-item:hover {
	box-shadow: 0 8px 20px -6px rgba(17, 24, 39, .25);
}

:where(.rtrs-layout-four) .rtrs-review-item-media .rtrs-media-video:before {
	background: rgba(0, 0, 0, .35);
}

:where(.rtrs-layout-four) .rtrs-review-item-media .rtrs-media-video:hover:before {
	background: rgba(0, 0, 0, .15);
}

:where(.rtrs-layout-four) .rtrs-review-item-media .rtrs-media-video .rtrs-video-icon {
	color: #fff;
	font-size: 18px;
}

:where(.rtrs-layout-four) .rtrs-review-item-media .rtrs-media-video .rtrs-video-icon i {
	color: #111827;
	width: 28px;
	height: 28px;
}

:where(.rtrs-layout-four) .rtrs-review-feedback {
	gap: 12px;
	margin: 12px 0 14px;
}

:where(.rtrs-layout-four) .rtrs-review-feedback .rtrs-feedback-box {
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: 10px;
	padding: 14px 16px;
}

:where(.rtrs-layout-four) .rtrs-review-feedback .rtrs-like-feedback {
	background: #f0fdf4;
	border-color: #dcfce7;
}

:where(.rtrs-layout-four) .rtrs-review-feedback .rtrs-like-feedback .rtrs-feedback-title {
	color: #15803d;
}

:where(.rtrs-layout-four) .rtrs-review-feedback .rtrs-like-feedback .item-icon {
	color: #fff;
	background: #22c55e;
}

:where(.rtrs-layout-four) .rtrs-review-feedback .rtrs-unlike-feedback {
	background: #fef2f2;
	border-color: #fee2e2;
}

:where(.rtrs-layout-four) .rtrs-review-feedback .rtrs-unlike-feedback .rtrs-feedback-title {
	color: #b91c1c;
}

:where(.rtrs-layout-four) .rtrs-review-feedback .rtrs-unlike-feedback .item-icon {
	color: #fff;
	background: #ef4444;
}

:where(.rtrs-layout-four) .rtrs-review-feedback .rtrs-feedback-title {
	letter-spacing: .5px;
	margin-bottom: 8px;
	font-size: 12px;
}

:where(.rtrs-layout-four) .rtrs-review-feedback .rtrs-feedback-title .item-icon {
	border-radius: 50%;
	width: 20px;
	height: 20px;
	font-size: 10px;
}

:where(.rtrs-layout-four) .rtrs-review-feedback .rtrs-feedback-list li {
	color: #374151;
	padding: 3px 0 3px 18px;
}

:where(.rtrs-layout-four) .rtrs-action-area {
	border-top: 1px solid #f3f4f6;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin-top: 14px;
	padding-top: 14px;
	display: flex;
}

:where(.rtrs-layout-four) .rtrs-review-helpful {
	color: #4b5563;
	background: #fff;
	border-color: #e5e7eb;
	padding: 6px 14px;
	font-size: 13px;
}

:where(.rtrs-layout-four) .rtrs-review-helpful:hover {
	color: #111827;
	background: #f9fafb;
	border-color: #d1d5db;
}

:where(.rtrs-layout-four) .rtrs-review-helpful i {
	font-size: 13px;
}

:where(.rtrs-layout-four) .rtrs-review-helpful .helpful-count {
	font-weight: 600;
}

:where(.rtrs-layout-four) .rtrs-review-helpful .rtrs-tooltiptext {
	background: #111827;
	font-size: 11px;
}

:where(.rtrs-layout-four) .rtrs-review-highlight {
	border-style: dashed;
	border-radius: 999px;
	margin-left: auto;
	padding: 6px 14px;
	font-weight: 600;
}

:where(.rtrs-layout-four) .rtrs-review-highlight:hover {
	border-style: solid;
}

:where(.rtrs-layout-four) .rtrs-reply-btn {
	margin-top: 10px;
}

:where(.rtrs-layout-four) .rtrs-reply-btn a, :where(.rtrs-layout-four) .rtrs-reply-btn .rtrs-item-btn {
	color: #374151;
	background: #f3f4f6;
	border-radius: 999px;
	padding: 6px 14px;
	font-size: 13px;
	font-weight: 500;
}

:where(.rtrs-layout-four) .rtrs-reply-btn a:hover, :where(.rtrs-layout-four) .rtrs-reply-btn .rtrs-item-btn:hover {
	color: #fff;
	background: #111827;
}

.rtrs-layout-four .rtrs-review-feedback .rtrs-like-feedback .rtrs-feedback-list li:before {
	content: "";
	border-bottom: 2px solid #22c55e;
	border-left: 2px solid #22c55e;
	width: 10px;
	height: 5px;
	margin-right: 0;
	font-family: inherit;
	position: absolute;
	left: 0;
	transform: rotate(-45deg);
}

.rtrs-layout-four .rtrs-review-feedback .rtrs-unlike-feedback .rtrs-feedback-list li:before {
	content: "×";
	color: #ef4444;
	border: 0;
	width: auto;
	height: auto;
	margin-right: 0;
	font-family: inherit;
	font-weight: 700;
	position: absolute;
	transform: none;
}

.rtrs-layout-four .rtrs-review-feedback .rtrs-like-feedback .rtrs-feedback-list li:before {
	top: 9px;
}

.rtrs-layout-four .rtrs-review-feedback .rtrs-unlike-feedback .rtrs-feedback-list li:before {
	font-size: 16px;
	line-height: 1.4;
	top: 1px;
	left: 2px;
}

:where(.rtrs-layout-four) + .children {
	border-left: 2px solid #f3f4f6;
	margin: -12px 0 20px 32px;
	padding-left: 24px;
}

@media (width<=640px) {
	:where(.rtrs-layout-four) {
		flex-wrap: wrap;
		gap: 12px;
	}
	
	:where(.rtrs-layout-four) .rtrs-review-imgholder img {
		width: 44px;
		height: 44px;
	}
	
	:where(.rtrs-layout-four) .rtrs-review-body .rtrs-review-title {
		font-size: 15px;
	}
	
	:where(.rtrs-layout-four) .rtrs-review-feedback {
		grid-template-columns: 1fr;
	}
	
	:where(.rtrs-layout-four) {
		gap: 14px;
		padding: 18px;
	}
	
	:where(.rtrs-layout-four) .rtrs-review-helpful, :where(.rtrs-layout-four) .rtrs-review-highlight, :where(.rtrs-layout-four) .rtrs-reply-btn a {
		padding: 5px 12px;
		font-size: 12px;
	}
	
	:where(.rtrs-layout-four) .rtrs-review-highlight {
		margin-left: 0;
	}
}
