/* Slider shortcode – complements theme .home-reviews / .review-card styles */
.heureka-reviews-block .heurekaReviewsSwiper {
	padding: 0 0 40px;
}

.heureka-reviews-block .home-reviews__brand {
	display: inline-flex;
	margin-top: 12px;
}

.heureka-reviews-block .home-reviews__brand img {
	display: block;
	width: 102px;
	height: 21px;
}

.heureka-reviews-block .home-reviews__empty {
	margin: 0;
	font-size: 15px;
	color: var(--color-muted, #6b7280);
}

.home-reviews .heureka-reviews-block .swiper-button-next,
.home-reviews .heureka-reviews-block .swiper-button-prev,
.heureka-reviews-block .swiper-button-next,
.heureka-reviews-block .swiper-button-prev {
	width: 40px;
	height: 40px;
	background-color: var(--color-white, #fff);
	border: 1px solid var(--color-border, #e5e7eb);
	border-radius: 50%;
	color: var(--color-ink, #1a1a1a);
}

.home-reviews .heureka-reviews-block .swiper-button-next::after,
.home-reviews .heureka-reviews-block .swiper-button-prev::after,
.heureka-reviews-block .swiper-button-next::after,
.heureka-reviews-block .swiper-button-prev::after {
	font-size: 14px;
	font-weight: 700;
}

/* All-reviews page layout */
.wado-heureka {
	font-family: inherit;
	color: inherit;
}

.wado-heureka * {
	box-sizing: border-box;
}

.wado-heureka__summary {
	padding: 16px;
	background: #fff;
}

.wado-heureka__summary--wide {
	padding: 16px;
	background: #fff;
}

.wado-heureka__avg {
	font-size: 42px;
	font-weight: 700;
	line-height: 1;
}

.wado-heureka__count {
	margin-top: 8px;
	opacity: .8;
	font-size: 14px;
}

.wado-heureka__brand {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: 12px;
	text-decoration: none;
	color: inherit;
	font-weight: 600;
}

.wado-heureka__brand img {
	width: 120px;
	height: auto;
}

.wado-heureka__card {
	border: 1px solid rgba(0, 0, 0, .08);
	border-radius: 12px;
	padding: 14px;
	background: #fff;
	min-height: 140px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.wado-heureka__cardhead {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.wado-heureka__avatar {
	flex: 0 0 auto;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.06);
	color: rgba(0, 0, 0, 0.42);
	display: flex;
	align-items: center;
	justify-content: center;
}

.wado-heureka__avatar-svg {
	display: block;
	width: 24px;
	height: 24px;
}

.wado-heureka__cardmeta {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 2px;
	padding-top: 2px;
}

.wado-heureka__cardstars {
	display: block;
}

.wado-heureka__text {
	font-size: 14px;
	line-height: 1.4;
}

.wado-heureka__author {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.25;
	color: inherit;
}

.wado-heureka__date {
	font-size: 12px;
	line-height: 1.3;
	opacity: 0.75;
}

.wado-heureka__shopreply {
	margin-top: 4px;
	padding: 10px 12px;
	background: rgba(139, 26, 238, 0.1);
	border-left: 3px solid rgb(139 26 238);
	color: #8B1AEE;
	font-size: 13px;
	line-height: 1.45;
}

.wado-heureka__shopreply-label {
	font-weight: 600;
	margin-bottom: 4px;
	font-size: 12px;
	opacity: .85;
}

.wado-heureka__shopreply-body {
	opacity: .95;
}

.wado-heureka__pc {
	display: grid;
	gap: 6px;
	font-size: 13px;
	opacity: .95;
}

.wado-heureka__pros,
.wado-heureka__cons {
	line-height: 1.3;
}

.wado-heureka__pros {
	color: #4da300;
}

.wado-heureka__cons {
	color: #e23a0c;
}

.wado-heureka__footer {
	margin-top: 10px;
}

.wado-heureka__loadmore {
	appearance: none;
	border: 1px solid rgba(0, 0, 0, .15);
	background: #fff;
	border-radius: 10px;
	padding: 10px 14px;
	font-weight: 600;
	cursor: pointer;
}

.wado-heureka__loadmore:disabled {
	opacity: .6;
	cursor: default;
}

.wado-heureka-stars {
	position: relative;
	display: inline-block;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 1;
}

.wado-heureka-stars__bg {
	color: rgba(0, 0, 0, .18);
}

.wado-heureka-stars__fg {
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	white-space: nowrap;
	color: #f4b400;
}

.wado-heureka--all .wado-heureka__top {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
	margin-bottom: 16px;
}

@media (min-width: 900px) {
	.wado-heureka--all .wado-heureka__top {
		grid-template-columns: 50% 50%;
	}
}

.wado-heureka__dist {
	padding: 16px;
	background: #fff;
}

.wado-heureka__distrow {
	display: grid;
	grid-template-columns: 70px 1fr 60px;
	align-items: center;
	gap: 10px;
	padding: 6px 0;
}

.wado-heureka__distbar {
	height: 10px;
	background: rgba(0, 0, 0, .08);
	border-radius: 999px;
	overflow: hidden;
}

.wado-heureka__distbar > span {
	display: block;
	height: 100%;
	background: #f4b400;
}

.wado-heureka__list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
}

@media (min-width: 900px) {
	.wado-heureka__list {
		grid-template-columns: 1fr 1fr;
	}
}
