.askaron-reviews-for-element {
	max-width: 990px;
	width: 100%;
	/*	background: #FAFAFA; */
}

.askaron-reviews-for-element .ask-add {
	margin-bottom:20px;
}

.askaron-reviews-for-element .ask-add a {
	text-decoration:none;
	color:#000;
	border-bottom:1px dotted;
	font-size:20px;
}

.askaron-reviews-for-element .ask-add a:hover {
	color: #EA0000;
}

.askaron-reviews-for-element .ask-not-active {
	background:#DEFFE6
}

.askaron-reviews-for-element .ask-review {
	margin-bottom: 7px;
	color:#000;
	padding-bottom: 7px;
	border-bottom: 1px solid #ccc;
}

.askaron-reviews-for-element .ask-review .ask-name {
	font-size: 1em;
	display: inline-block;
	color: #2b2b2b;
}


.askaron-reviews-for-element .ask-review .ask-name span {
	font-size:12px;
	color:#666;
	margin-left:9px;
}

.askaron-reviews-for-element .ask-review .ask-edit-link-block
{
	font-size:12px;
	display: inline-block;
}

.askaron-reviews-for-element .ask-review .ask-edit-link-block a
{
	text-decoration: underline;
	margin-left:9px;
	color: #000;
}

.askaron-reviews-for-element .ask-review .ask-review-item {
	margin-bottom: 10px;
}

.askaron-reviews-for-element .ask-review .ask-review-item .ask-title-wuerth  {
	vertical-align: top;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.5em;
}

.askaron-reviews-for-element .ask-review .ask-review-item .ask-text-wuerth {
	display: block;
	color: #666;
	font-size: 1em;
	line-height: 1.5em;
}

.askaron-reviews-for-element .ask-review .ask-stars {
	margin:8px 0 7px;
}

.askaron-reviews-for-element .ask-review .ask-stars-wuerth {

}

.askaron-reviews-for-element .ask-review .ask-stars img {
	border: 0;
	vertical-align: bottom;
}

.askaron-reviews-for-element .ask-review .ask-stars span {
	font-size: 13px;
	line-height: 13px;
	margin-left: 8px;
	color: #999;
	vertical-align: bottom;
}

.askaron-reviews-for-element .ask-new-interval {
	height: 30px;
	display: block;
}

/*Звезды в плашке*/
.ask-star-wuerth, .ask-star-wuerth-active {
	font-size: 18px;
	display: inline-block;
	margin-right: 3px;
}

.reviews-stars-container .ask-star-wuerth-active, .reviews-stars-container .ask-star-wuerth {
	font-size: 24px;
}

.ask-star-wuerth:before {
	content: '\2605';
	color: #ccc !important;
}
.ask-star-wuerth-active:before {
	content: '\2605';
	color: #cc0000 !important;
}

/*Звезды в отзывах*/
.ask-review .ask-star-wuerth-active, .ask-review .ask-star-wuerth {
	font-size: 24px;
}

.askaron-reviews-for-element-answer {
	margin-bottom: 10px;
	background-color: #CCC;
	padding: 10px;
	margin-left: 40px;
}

.askaron-reviews-for-element-answer__title {
	font-weight: bold;
	margin-right: 5px;
	margin-bottom: 4px;
}

.askaron-reviews-for-element-answer__text {
	color: #666;
	line-height: 18px;
	margin-right: 5px;
}

.ask-review-meta {
	margin: 7px 0px;
}

.ask-review-meta-name {
	font-weight: bold;
	display:inline-block;
	margin-right: 15px;
	font-size: 1em;
}

#reviews .reviews {
	display: flex;
	flex-direction: row;
	gap: 20px;
	justify-content: space-between;
}

.reviews-summary-block {
	width: 100%;
	max-width: 375px;
	height: fit-content;
	background-color: #FAFAFA;
	padding: 30px;
	border-radius: 5px;
}

@media (max-width: 768px) {
	.reviews-summary-block {
		padding: 20px;
	}
}

.reviews-write-btn .btn {
	background-color: #cc0000!important;
	border-color: #cc0000!important;
	width: 100%;
	margin-bottom: 30px;
}

.rating-value {
	font-weight: 700;
	font-size: 32px;
	color: #333333;
}

.rating-count {
	color: rgba(51, 51, 51, 0.7);
}

.rating-stars {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 30px;
}

.rating-group {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 10px;
}

.ask-review.hidden {
	display: none !important;
}

.rating-filter-link {
	color: rgba(51, 51, 51, 0.7);
}


.rating-filter-link.active {
	font-weight: bold;
	color: rgba(51, 51, 51, 0.7);
}

.rating-stars-small.ask-star-wuerth {

}

.sort-link.active {
	font-weight: bold;
	color: #a80606;
}

.reviews-no-results {
	text-align: center;
	padding: 20px;
	color: #666;
}

.ask-review.is-hidden{
	display:none;
}

.reviews-link {
	color: rgba(51, 51, 51, 0.7);
}

@media (max-width: 768px) {
	#reviews .reviews {
		flex-direction: column;
	}
	.reviews-summary-block {
		order: 1;
		width: 100%;
	}
	.askaron-reviews-for-element {
		order: 2;
	}
}

/* Toolbar */
.reviews-toolbar {
	display:flex;
	align-items:center;
	gap:12px;
	margin:0 0 16px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}
.reviews-toolbar .toolbar-label {
	opacity:.7
}
.reviews-toolbar .sort-link {
	color:inherit;
	text-decoration:none;
	opacity:.7;
	padding:0 4px;
	border-radius:6px
}
.reviews-toolbar .sort-link.active {
	opacity:1;
	font-weight:600
}
.reviews-toolbar .sort-link:hover {
	opacity:1;
	text-decoration:underline
}
.reviews-toolbar .toolbar-sep {
	opacity:.2
}
.reviews-toolbar .toolbar-select-wrap select{
	font:inherit;
	color:inherit;
	background:transparent;
	border:1px solid #e0e0e0;
	padding:4px 8px;
	border-radius:6px;
	outline:none;
}
.toolbar-label {
	margin-bottom: 0;
}

/* базовая сетка */
.reviews-toolbar {
	margin: 16px 0;
	font-size: 14px;
	color: #222;
}

.rt-label {
	margin: 0;
	font-weight: 600;
}

.rt-group {
	display: flex;
	align-items: center;
	gap: 15px;
}

.rt-row {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 70px;
}

.rt-col {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

/* сортировка */
.rt-sort {
	display: inline-block;
	border-radius: 10px;
	text-decoration: none;
	color: rgba(51, 51, 51, 0.7);
}

.rt-sort.active {
	color: rgba(51, 51, 51, 1);
	font-weight: 600;
}

/* кастомный select */
.cselect {
	position: relative;
	min-width: 140px;
}

.cselect--full {
	width: 100%;
}

.cselect__btn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 36px;
	padding: 0;
	border: none;
	border-radius: 8px;
	background: #fff;
	cursor: pointer;
	width: 60px;
	font-size: 14px;
	color: rgba(51, 51, 51, 0.7);
}

.cselect__value {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.cselect__chev {
	width: 5px;
	height: 5px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg);
	margin-left: 7px;
}

.cselect__menu {
	position: absolute;
	left: 0;
	right: 0;
	top: calc(100% + 6px);
	background: #fff;
	border: 1px solid #D8DCE3;
	border-radius: 10px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
	max-height: 240px;
	overflow: auto;
	padding: 6px 0;
	display: none;
	z-index: 30;
}

.cselect.is-open .cselect__menu {
	display: block;
}

.cselect__option {
	padding: 8px 12px;
	cursor: pointer;
}

.cselect__option:hover {
	background: #F4F6FA;
}

.cselect__option.is-selected {
	font-weight: 600;
}

/* нативный селект скрываем, оставляя доступность */
.cselect__native {
	position: absolute;
	inset: 0;
	opacity: 0;
	pointer-events: none;
	width: 0;
	height: 0;
}

/* responsive переключение */
.reviews-toolbar--desktop {
	display: none;
}

.reviews-toolbar--mobile {
	display: block;
}

@media (min-width: 768px) {
	.reviews-toolbar--desktop {
		display: block;
	}
	.reviews-toolbar--mobile {
		display: none;
	}
}

.cselect__option::before {
	display: none;
}