.ws-reviews,
.ws-reviews *,
.ws-rev,
.ws-rev *{
  box-sizing:border-box;
}

:root{
  --wsr-bg:#ffffff;
  --wsr-bg-soft:#fffaf1;
  --wsr-border:rgba(17,17,17,.08);
  --wsr-border-strong:rgba(17,17,17,.14);
  --wsr-text:#111216;
  --wsr-text-muted:rgba(17,17,17,.68);
  --wsr-accent:#f5a623;
  --wsr-accent-strong:#f59f00;
  --wsr-accent-soft:rgba(245,166,35,.12);
  --wsr-success:rgba(46,107,58,.12);
  --wsr-error:rgba(180,30,30,.12);
  --wsr-shadow:0 14px 34px rgba(17,17,17,.05);
  --wsr-radius-lg:22px;
  --wsr-radius-md:16px;
  --wsr-radius-sm:12px;
  --wsr-fs-body:var(--txt-size, 18px);
  --wsr-fs-body-sm:var(--txt-size-sm, 16px);
  --wsr-fs-head-lg:var(--h4-size, 26px);
  --wsr-fs-head-md:var(--h5-size, 22px);
  --wsr-lh-body:var(--txt-lh, 1.5);
}

.ws-reviews,
.ws-rev{
  display:block;
  clear:both;
  width:100%;
  max-width:1100px;
  margin:40px auto 56px;
  padding:0 16px;
  color:var(--wsr-text);
  font-family:var(--font-body, "Montserrat", sans-serif);
  font-size:var(--wsr-fs-body);
  line-height:var(--wsr-lh-body);
}

.ws-reviews__msg,
.ws-rev__msg{
  margin:0 0 16px;
  padding:10px 12px;
  border-radius:12px;
  font-size:14px;
  line-height:1.45;
}

.ws-rev__ok{
  background:var(--wsr-success);
}

.ws-rev__err{
  background:var(--wsr-error);
}

.ws-reviews__top,
.ws-rev__top{
  display:grid;
  grid-template-columns:minmax(220px, 260px) minmax(0, 1fr);
  gap:24px;
  align-items:start;
  margin:0 0 24px;
}

.ws-reviews__score,
.ws-rev__score,
.ws-reviews__bars,
.ws-rev__bars,
.ws-reviews__form,
.ws-rev__form,
.ws-reviews-filters,
.ws-revF{
  background:var(--wsr-bg);
  border:1px solid var(--wsr-border);
  border-radius:var(--wsr-radius-md);
  box-shadow:0 10px 30px rgba(0,0,0,.04);
}

.ws-reviews__score,
.ws-rev__score,
.ws-reviews__bars,
.ws-rev__bars{
  padding:18px 18px 16px;
}

.ws-reviews__num,
.ws-rev__num{
  font-family:var(--font-head, "Roboto Slab", serif);
  font-size:52px;
  line-height:1;
  font-weight:800;
  letter-spacing:-.03em;
  color:var(--wsr-text);
}

.ws-reviews__stars,
.ws-rev__stars{
  margin:0;
  color:var(--wsr-accent);
  font-size:18px;
  line-height:1;
  letter-spacing:2px;
}

/* WooCommerce product page: give stars more breathing room */
body.single-product .ws-reviews__stars,
body.single-product .ws-rev__stars{
  display:inline-block;
  margin-top:8px;
  margin-bottom:10px;
  letter-spacing:3px;
}

/* Standalone rating widget: align stars with "Ausgezeichnet" and add top space */
.ws-reviews-summary--standalone .ws-reviews__stars,
.ws-reviews-summary--standalone .ws-rev__stars{
  margin-top:10px;
}

.ws-reviews__based,
.ws-rev__based{
  margin-top:8px;
  color:var(--wsr-text-muted);
  font-size:var(--wsr-fs-body-sm);
  line-height:1.45;
}

.ws-reviews__bar,
.ws-rev__bar{
  display:grid;
  grid-template-columns:72px 1fr 56px;
  gap:12px;
  align-items:center;
  margin:12px 0;
}

.ws-reviews__bar-label,
.ws-rev__barLabel{
  color:rgba(17,17,17,.82);
  font-size:var(--wsr-fs-body-sm);
  line-height:1.3;
  font-weight:700;
}

.ws-reviews__track,
.ws-rev__track{
  height:12px;
  overflow:hidden;
  border-radius:999px;
  background:rgba(17,17,17,.08);
}

.ws-reviews__fill,
.ws-rev__fill{
  height:100%;
  background:linear-gradient(90deg, var(--wsr-accent) 0%, var(--wsr-accent-strong) 100%);
  box-shadow:0 6px 16px rgba(245,166,35,.32);
}

.ws-reviews__bar-percent,
.ws-rev__barPct{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:30px;
  padding:0 10px;
  border-radius:999px;
  background:rgba(17,17,17,.05);
  color:var(--wsr-text);
  font-size:var(--wsr-fs-body-sm);
  line-height:1;
  font-weight:800;
}

.ws-reviews__section-head,
.ws-rev__sectionHead{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:12px;
  margin:0 0 12px;
}

.ws-reviews__section-title,
.ws-rev__sectionTitle{
  margin:0;
  font-family:var(--font-head, "Roboto Slab", serif);
  font-size:var(--wsr-fs-head-lg);
  line-height:var(--h-lh, 1.05);
  font-weight:800;
  color:var(--wsr-text);
}

.ws-reviews__section-note,
.ws-rev__sectionNote{
  margin-top:6px;
  color:var(--wsr-text-muted);
  font-size:var(--wsr-fs-body);
  line-height:var(--wsr-lh-body);
}

.ws-reviews__list,
.ws-rev__list{
  display:grid;
  gap:16px;
  margin:0;
}

.ws-reviews__item,
.ws-rev__item{
  position:relative;
  display:grid;
  grid-template-columns:48px minmax(0, 1fr);
  gap:14px;
  align-items:start;
  padding:20px 18px;
  overflow:hidden;
  border:1px solid var(--wsr-border);
  border-radius:var(--wsr-radius-lg);
  background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,248,236,.82));
  box-shadow:var(--wsr-shadow);
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.ws-reviews__item::before,
.ws-rev__item::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  bottom:0;
  width:4px;
  border-radius:22px 0 0 22px;
  background:linear-gradient(180deg, #ffb21c 0%, #f59f00 100%);
  opacity:.95;
}

.ws-reviews__item:hover,
.ws-rev__item:hover{
  transform:translateY(-2px);
  border-color:rgba(245,166,35,.26);
  box-shadow:0 18px 40px rgba(17,17,17,.08);
}

.ws-reviews__avatar,
.ws-rev__ava{
  width:48px;
  height:48px;
  overflow:hidden;
  border-radius:999px;
  background:rgba(0,0,0,.08);
  flex:0 0 48px;
}

.ws-reviews__avatar img,
.ws-rev__ava img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

.ws-rev__ava--letter{
  display:flex;
  align-items:center;
  justify-content:center;
  background:hsl(var(--ava-h, 210) 55% 52%);
  color:#fff;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.18);
}

.ws-reviews__avatar-letter,
.ws-rev__avaLetter{
  display:block;
  margin:0;
  padding:0;
  font-family:var(--font-head, "Roboto Slab", serif);
  font-size:18px;
  line-height:1;
  font-weight:800;
  letter-spacing:.02em;
  text-transform:uppercase;
}

.ws-reviews__body,
.ws-rev__body,
.ws-reviews__meta,
.ws-rev__meta,
.ws-reviews__text,
.ws-rev__text{
  min-width:0;
}

.ws-reviews__meta,
.ws-rev__meta{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px 10px;
}

.ws-reviews__name,
.ws-rev__name{
  margin-right:8px;
  font-family:var(--font-head, "Roboto Slab", serif);
  font-size:var(--h6-size, 18px);
  line-height:1.1;
  font-weight:800;
}

.ws-reviews__profile-button,
.ws-rev__profileBtn{
  display:inline-flex;
  align-items:center;
  margin-left:6px;
  margin-right:10px;
  padding:6px 10px;
  border-radius:999px;
  background:#2e6b3a;
  color:#fff !important;
  font-size:12px;
  line-height:1;
  font-weight:700;
  text-decoration:none !important;
}

.ws-reviews__region,
.ws-rev__region{
  margin-right:14px;
  color:var(--wsr-text-muted);
  font-size:var(--wsr-fs-body-sm);
  line-height:1.1;
}

.ws-reviews__date,
.ws-rev__date{
  margin-right:14px;
  color:rgba(17,17,17,.6);
  font-size:14px;
  line-height:1;
}

.ws-reviews__text,
.ws-rev__text{
  font-size:var(--wsr-fs-body);
  line-height:var(--wsr-lh-body);
  color:var(--wsr-text);
}

.ws-reviews__text p,
.ws-rev__text p{
  margin:8px 0 0;
}

.ws-reviews__media,
.ws-rev__imgs{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:12px;
}

.ws-reviews__image,
.ws-rev__img,
.ws-reviews__video-thumb,
.ws-rev__videoThumb{
  position:relative;
  display:block;
  width:84px;
  height:84px;
  flex:0 0 84px;
  overflow:hidden;
  border-radius:12px;
}

.ws-reviews__image img,
.ws-rev__img img,
.ws-rev__imgs img{
  display:block;
  width:84px;
  height:84px;
  object-fit:cover;
  border-radius:12px;
}

.ws-reviews__video-thumb,
.ws-rev__videoThumb{
  cursor:pointer;
  border:1px solid rgba(0,0,0,.12);
  background:#000;
}

.ws-reviews__video-thumb img,
.ws-rev__videoThumb img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

.ws-reviews__video-play,
.ws-rev__videoPlay,
.ws-reviews__video-thumb svg,
.ws-rev__videoThumb svg,
.ws-reviews__video-thumb img.ws-rev__videoPlay,
.ws-rev__videoThumb img.ws-rev__videoPlay,
.ws-reviews__video-thumb i,
.ws-rev__videoThumb i{
  display:none !important;
  background:none !important;
}

.ws-reviews__video-thumb::before,
.ws-rev__videoThumb::before,
.ws-reviews__video-thumb::after,
.ws-rev__videoThumb::after{
  position:absolute;
  top:50%;
  left:50%;
  pointer-events:none;
  content:"";
}

.ws-reviews__video-thumb::before,
.ws-rev__videoThumb::before{
  width:44px;
  height:44px;
  transform:translate(-50%, -50%);
  border-radius:999px;
  background:rgba(0,0,0,.55);
  box-shadow:0 10px 24px rgba(0,0,0,.25);
  -webkit-backdrop-filter:blur(2px);
  backdrop-filter:blur(2px);
  z-index:5;
}

.ws-reviews__video-thumb::after,
.ws-rev__videoThumb::after{
  width:0;
  height:0;
  transform:translate(-50%, -50%);
  margin-left:2px;
  border-top:8px solid transparent;
  border-bottom:8px solid transparent;
  border-left:12px solid #fff;
  z-index:6;
  animation:ws-reviews-thumb-pulse 1.6s ease-out infinite;
}

@keyframes ws-reviews-thumb-pulse{
  0%{
    filter:drop-shadow(0 0 0 rgba(255,255,255,.55)) drop-shadow(0 0 0 rgba(255,255,255,.25));
    opacity:1;
  }
  70%{
    filter:drop-shadow(0 0 16px rgba(255,255,255,0)) drop-shadow(0 0 28px rgba(255,255,255,0));
    opacity:1;
  }
  100%{
    filter:drop-shadow(0 0 16px rgba(255,255,255,0)) drop-shadow(0 0 28px rgba(255,255,255,0));
    opacity:1;
  }
}

.ws-reviews__more-badge,
.ws-rev__more{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(0,0,0,.55);
  color:#fff;
  font-size:18px;
  font-weight:900;
  -webkit-backdrop-filter:blur(2px);
  backdrop-filter:blur(2px);
}

.ws-reviews-filters,
.ws-revF{
  margin:14px 0 16px;
  padding:12px 14px;
  border-radius:16px;
  background:rgba(0,0,0,.04);
}

.ws-reviews-filters__row,
.ws-revF__row{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:14px;
}

.ws-reviews-filters__left,
.ws-revF__left,
.ws-reviews-filters__right,
.ws-revF__right{
  display:flex;
  align-items:flex-end;
  flex-wrap:wrap;
  gap:12px;
}

.ws-reviews-filters__select,
.ws-revF__select{
  display:flex;
  flex-direction:column;
  gap:6px;
  min-width:180px;
}

.ws-reviews-filters__label,
.ws-revF__label{
  display:flex;
  align-items:flex-end;
  min-height:18px;
  color:var(--wsr-text-muted);
  font-size:12px;
  font-weight:600;
  line-height:1;
}

.ws-reviews-filters__region,
.ws-revF__region{
  height:42px;
  padding:0 12px;
  border:1px solid var(--wsr-border-strong);
  border-radius:12px;
  background:#fff;
  color:var(--wsr-text);
  font-family:var(--font-body, "Montserrat", sans-serif);
  font-size:14px;
  outline:none;
}

.ws-reviews-filters__chips,
.ws-revF__chips{
  display:flex;
  align-items:flex-end;
  flex-wrap:wrap;
  gap:10px;
}

.ws-reviews-filters__chip,
.ws-revF__chip{
  height:42px;
  padding:0 14px;
  border:1px solid var(--wsr-border-strong);
  border-radius:999px;
  background:#fff;
  color:var(--wsr-text);
  font-family:var(--font-body, "Montserrat", sans-serif);
  font-size:14px;
  font-weight:700;
  cursor:pointer;
  -webkit-tap-highlight-color:transparent;
}

.ws-reviews-filters__chip.is-on,
.ws-revF__chip.is-on{
  border-color:rgba(0,0,0,.22);
  background:rgba(0,0,0,.08);
}

.ws-reviews-filters__chip[data-k="story"],
.ws-revF__chip[data-k="story"]{
  display:none !important;
}

.ws-reviews-filters__count,
.ws-revF__count{
  display:flex;
  align-items:center;
  min-height:42px;
  color:var(--wsr-text);
  font-size:14px;
  line-height:1;
  font-weight:700;
  opacity:.75;
}

.ws-reviews-filters__reset,
.ws-revF__reset{
  height:42px;
  padding:0 14px;
  border:1px solid var(--wsr-border-strong);
  border-radius:12px;
  background:#fff;
  color:var(--wsr-text);
  font-family:var(--font-body, "Montserrat", sans-serif);
  font-size:14px;
  cursor:pointer;
}

.ws-reviews-more,
.ws-revMore{
  display:flex;
  justify-content:center;
  margin:18px 0 0;
}

.ws-reviews__button,
.ws-rev__btn,
.ws-reviews-more__button,
.ws-revMore__btn{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  min-width:220px;
  min-height:46px;
  padding:5px 5px 5px 16px;
  appearance:none;
  -webkit-appearance:none;
  text-decoration:none !important;
  border:1px solid #10294a !important;
  border-radius:8px;
  background:#10294a !important;
  color:#fff !important;
  font-family:var(--font-head, "Roboto Slab", serif);
  font-size:14px;
  line-height:1;
  font-weight:700;
  letter-spacing:-.01em;
  text-transform:uppercase;
  white-space:nowrap;
  box-shadow:0 12px 30px rgba(16,41,74,.18);
  cursor:pointer;
  transition:background-color .25s ease, color .25s ease, border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.ws-reviews__button:hover,
.ws-rev__btn:hover,
.ws-reviews-more__button:hover,
.ws-revMore__btn:hover{
  transform:translateY(-1px);
  border-color:#111216 !important;
  background:#111216 !important;
  color:#fff !important;
  box-shadow:0 10px 24px rgba(17,24,39,.24);
}

.ws-reviews__button:active,
.ws-rev__btn:active,
.ws-reviews-more__button:active,
.ws-revMore__btn:active{
  transform:translateY(0);
}

.ws-reviews__button:focus-visible,
.ws-rev__btn:focus-visible,
.ws-reviews-more__button:focus-visible,
.ws-revMore__btn:focus-visible{
  outline:2px solid rgba(16,41,74,.28);
  outline-offset:3px;
}

.ws-reviews__button::after,
.ws-rev__btn::after,
.ws-reviews-more__button::after,
.ws-revMore__btn::after{
  content:"";
  width:36px;
  height:36px;
  flex:0 0 36px;
  border-radius:7px;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 17L17 7M9 7h8v8' fill='none' stroke='%23111216' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 15px 15px no-repeat,
    #f3c847;
  background-color:#f3c847 !important;
  transition:background-color .25s ease, transform .25s ease;
}

.ws-reviews__button:hover::after,
.ws-rev__btn:hover::after,
.ws-reviews-more__button:hover::after,
.ws-revMore__btn:hover::after{
  transform:translateX(1px);
}

.ws-reviews__form,
.ws-rev__form{
  margin-top:18px;
  padding:16px;
  border-radius:18px;
}

.ws-reviews__row,
.ws-rev__row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin-bottom:6px;
}

.ws-reviews__section,
.ws-rev__section{
  margin-top:10px;
}

.ws-reviews__label,
.ws-rev__label{
  margin:0 0 6px;
  font-family:var(--font-head, "Roboto Slab", serif);
  font-size:14px;
  line-height:1.3;
  font-weight:700;
}

.ws-rev__row input,
.ws-reviews__form textarea,
.ws-rev__form textarea,
.ws-reviews__form input[type="file"],
.ws-rev__form input[type="file"],
.ws-reviews__form select,
.ws-rev__form select{
  width:100%;
  max-width:100%;
  margin:0;
  padding:12px 14px;
  border:1px solid var(--wsr-border-strong);
  border-radius:14px;
  background:#fff;
  color:var(--wsr-text);
  font-family:var(--font-body, "Montserrat", sans-serif);
  font-size:14px;
  outline:none;
}

.ws-rev__row input{
  height:44px;
}

.ws-reviews__form textarea,
.ws-rev__form textarea{
  min-height:130px;
  resize:vertical;
}

.ws-reviews__form input[type="file"],
.ws-rev__form input[type="file"]{
  min-height:52px;
  padding:8px 12px;
  line-height:1.2;
}

.ws-reviews__form input[type="file"]::file-selector-button,
.ws-rev__form input[type="file"]::file-selector-button,
.ws-reviews__form input[type="file"]::-webkit-file-upload-button,
.ws-rev__form input[type="file"]::-webkit-file-upload-button{
  height:36px;
  margin-right:12px;
  padding:0 12px;
  border:1px solid rgba(17,17,17,.10);
  border-radius:8px;
  background:#fff;
  color:#111;
  font-weight:700;
  line-height:36px;
  cursor:pointer;
}

.ws-stars{
  display:inline-flex;
  align-items:center;
  gap:8px;
  user-select:none;
}

.ws-stars::before,
.ws-stars::after{
  content:none !important;
}

.ws-stars button{
  padding:0 !important;
  border:0 !important;
  background:transparent !important;
  cursor:pointer;
  opacity:1 !important;
}

.ws-stars button .ws-stars__ico{
  color:rgba(0,0,0,.25) !important;
}

.ws-stars button.is-on .ws-stars__ico,
.ws-stars button.is-hover-on .ws-stars__ico{
  color:var(--wsr-accent) !important;
}

.ws-stars.is-hover button .ws-stars__ico{
  color:rgba(0,0,0,.25) !important;
}

.ws-reviews__badge,
.ws-rev__badge{
  display:inline-flex;
  align-items:center;
  gap:6px;
  margin-right:14px;
  padding:4px 10px;
  border:1px solid rgba(0,0,0,.12);
  border-radius:999px;
  background:#fff;
  font-size:12px;
  line-height:1;
  white-space:nowrap;
}

.ws-reviews__badge-icon,
.ws-rev__badgeIco,
img.ws-rev__badgeIco{
  width:18px !important;
  height:18px !important;
  max-width:18px !important;
  max-height:18px !important;
  flex:0 0 18px !important;
  object-fit:contain !important;
  display:block !important;
}

.ws-reviews__badge-check,
.ws-rev__badgeCheck{
  font-size:12px;
  line-height:1;
  font-weight:800;
}

.ws-reviews__badge-text,
.ws-rev__badgeText{
  font-weight:700;
  letter-spacing:.2px;
}

.ws-reviews-summary,
.ws-revSummary{
  margin:0 0 28px;
}

.ws-reviews-summary__head,
.ws-revSummary__head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:16px;
  margin:0 0 16px;
}

.ws-reviews-summary__eyebrow,
.ws-revSummary__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:6px 10px;
  border-radius:999px;
  background:var(--wsr-accent-soft);
  color:#9b6500;
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.ws-reviews-summary__title,
.ws-revSummary__title{
  margin:10px 0 0;
  font-family:var(--font-head, "Roboto Slab", serif);
  font-size:var(--wsr-fs-head-lg);
  line-height:var(--h-lh, 1.05);
  font-weight:900;
  color:var(--wsr-text);
}

.ws-reviews-summary__note,
.ws-revSummary__note{
  margin-top:8px;
  max-width:720px;
  color:var(--wsr-text-muted);
  font-size:var(--wsr-fs-body);
  line-height:var(--wsr-lh-body);
}

.ws-reviews-summary__chips,
.ws-revSummary__chips{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.ws-reviews-summary__chip,
.ws-revSummary__chip{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:0 14px;
  border:1px solid var(--wsr-border);
  border-radius:999px;
  background:#fff;
  box-shadow:0 8px 24px rgba(0,0,0,.05);
  color:var(--wsr-text);
  font-size:13px;
  font-weight:800;
}

.ws-reviews-summary__chip--tone,
.ws-revSummary__chip--tone{
  background:linear-gradient(135deg, rgba(245,166,35,.18), rgba(255,255,255,.96));
}

.ws-reviews-summary__grid,
.ws-revSummary__grid{
  margin:0 !important;
}

.ws-reviews-summary__score-card,
.ws-revSummary__scoreCard,
.ws-reviews-summary__bars-card,
.ws-revSummary__barsCard{
  position:relative;
  overflow:hidden;
  border-radius:24px !important;
  border:1px solid rgba(17,17,17,.07) !important;
  box-shadow:0 18px 40px rgba(17,17,17,.06) !important;
}

.ws-reviews-summary__score-card,
.ws-revSummary__scoreCard{
  padding:22px 22px 20px !important;
  background:
    radial-gradient(circle at top right, rgba(245,166,35,.20), transparent 42%),
    linear-gradient(180deg, #ffffff, #fffaf1) !important;
}

/* Standalone rating widget: give more bottom padding so hint text не прилипает к скруглению */
.ws-reviews-summary--standalone .ws-reviews-summary__score-card,
.ws-reviews-summary--standalone .ws-revSummary__scoreCard{
  padding-bottom:26px !important;
}

.ws-reviews-summary__bars-card,
.ws-revSummary__barsCard{
  padding:20px 20px 18px !important;
  background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,248,236,.9)) !important;
}

.ws-reviews-summary__score-label,
.ws-revSummary__scoreLabel{
  color:rgba(17,17,17,.52);
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.ws-reviews-summary__score-top,
.ws-revSummary__scoreTop{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-top:10px;
}

.ws-reviews-summary__badge,
.ws-revSummary__badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:8px 12px;
  border-radius:999px;
  background:#111;
  color:#fff;
  font-size:12px;
  line-height:1;
  font-weight:800;
  white-space:nowrap;
}

.ws-reviews-summary__score-meta,
.ws-revSummary__scoreMeta{
  margin-top:14px;
}

.ws-reviews-summary__score-hint,
.ws-revSummary__scoreHint{
  margin-top:6px;
  color:rgba(17,17,17,.56);
  font-size:13px;
}

.ws-reviews-summary__bars-head,
.ws-revSummary__barsHead{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:12px;
  margin-bottom:12px;
}

.ws-reviews-summary__bars-title,
.ws-revSummary__barsTitle{
  font-family:var(--font-head, "Roboto Slab", serif);
  font-size:var(--wsr-fs-head-md);
  line-height:1.15;
  font-weight:800;
  color:var(--wsr-text);
}

.ws-reviews-summary__bars-sub,
.ws-revSummary__barsSub{
  color:rgba(17,17,17,.58);
  font-size:var(--wsr-fs-body-sm);
  line-height:1.35;
}

.ws-reviews-summary--embedded,
.ws-revSummary--embedded{
  margin:0 0 24px;
}

.ws-reviews-summary--standalone,
.ws-revSummary--standalone{
  width:min(1180px, calc(100% - 48px));
  margin:40px auto 56px !important;
}

.ws-reviews-modal,
.ws-reviews-modal *{
  box-sizing:border-box;
}

.ws-reviews-modal{
  position:fixed;
  inset:0;
  z-index:999999;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:max(12px, env(safe-area-inset-top)) max(12px, env(safe-area-inset-right)) max(12px, env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left));
  --wsr-modal-glass-bg:rgba(255,255,255,.16);
  --wsr-modal-glass-brd:rgba(255,255,255,.28);
  --wsr-modal-glass-blur:22px;
  --wsr-modal-ratio:9/16;
}

.ws-reviews-modal[hidden]{
  display:none !important;
}

.ws-reviews-modal__backdrop{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.6);
}

.ws-reviews-modal__dialog{
  position:relative;
  width:min(380px, calc(100vw - 32px)) !important;
  max-width:380px !important;
  margin:0 !important;
  flex:0 0 auto;
}

.ws-reviews-modal__figure{
  position:relative !important;
  margin:0;
  overflow:hidden !important;
  border:1px solid rgba(255,255,255,.08);
  border-radius:14px !important;
  background:#000;
  aspect-ratio:var(--wsr-modal-ratio);
  max-height:min(88vh, 920px);
  isolation:isolate;
}

.ws-reviews-modal__topbar{
  position:absolute !important;
  top:0 !important;
  right:0 !important;
  left:0 !important;
  width:100% !important;
  max-width:100% !important;
  z-index:8 !important;
  display:flex !important;
  justify-content:flex-end !important;
  align-items:flex-start !important;
  padding-top:max(10px, env(safe-area-inset-top)) !important;
  padding-right:max(10px, env(safe-area-inset-right)) !important;
  padding-bottom:0 !important;
  padding-left:max(10px, env(safe-area-inset-left)) !important;
  pointer-events:none !important;
}

.ws-reviews-modal__video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover !important;
  background:#000;
  pointer-events:none !important;
}

.ws-reviews-modal__close{
  position:absolute !important;
  top:max(10px, env(safe-area-inset-top)) !important;
  right:max(10px, env(safe-area-inset-right)) !important;
  left:auto !important;
  bottom:auto !important;
  z-index:9999999 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  flex:0 0 auto !important;
  margin:0 !important;
  width:40px !important;
  height:40px !important;
  max-width:40px !important;
  max-height:40px !important;
  padding:0 !important;
  border:1px solid rgba(255,255,255,.30) !important;
  border-radius:999px !important;
  background:rgba(0,0,0,.55) !important;
  pointer-events:auto !important;
  cursor:pointer;
  transform:none !important;
}

.ws-reviews-modal__close svg{
  display:block !important;
  width:18px !important;
  height:18px !important;
}

.ws-reviews-modal__close svg path{
  fill:none !important;
  stroke:#fff !important;
  stroke-width:2.8 !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;
}

.ws-reviews-modal__panel{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  z-index:5;
  display:flex;
  align-items:center;
  justify-content:space-between;
  flex-wrap:nowrap;
  gap:10px;
  padding:10px 12px;
  border-top:1px solid var(--wsr-modal-glass-brd);
  border-bottom-left-radius:14px !important;
  border-bottom-right-radius:14px !important;
  background:var(--wsr-modal-glass-bg);
  -webkit-backdrop-filter:blur(var(--wsr-modal-glass-blur)) saturate(1.2);
  backdrop-filter:blur(var(--wsr-modal-glass-blur)) saturate(1.2);
  pointer-events:auto;
}

.ws-reviews-modal__panel-left,
.ws-reviews-modal__panel-right{
  display:flex;
  align-items:center;
  gap:8px;
}

.ws-reviews-modal__panel-left{
  flex:1 1 auto;
  min-width:0;
}

.ws-reviews-modal__panel-right{
  flex:0 0 auto;
  justify-content:flex-end;
  flex-wrap:nowrap;
}

.ws-reviews-modal__panel-right > *{
  flex:0 0 auto;
}

.ws-reviews-modal__button{
  all:unset;
  box-sizing:border-box;
  display:flex;
  align-items:center;
  justify-content:center;
  width:36px;
  height:36px;
  min-width:36px;
  min-height:36px;
  flex:0 0 36px;
  border:1px solid var(--wsr-modal-glass-brd);
  border-radius:999px !important;
  background:rgba(0,0,0,.4);
  color:#fff;
  cursor:pointer;
  padding:0;
}

.ws-reviews-modal__button:hover{
  background:rgba(0,0,0,.26);
}

.ws-reviews-modal__button svg{
  display:block;
  width:16px;
  height:16px;
  fill:#fff;
  stroke:#fff;
  stroke-width:2;
}

.ws-reviews-modal__icon-pause{
  display:none;
}

.ws-reviews-modal__play.is-playing .ws-reviews-modal__icon-play{
  display:none;
}

.ws-reviews-modal__play.is-playing .ws-reviews-modal__icon-pause{
  display:block;
}

.ws-reviews-modal__time{
  display:flex;
  align-items:center;
  gap:6px;
  flex:1 1 auto;
  min-width:0;
  color:#fff;
  font-size:13px;
}

.ws-reviews-modal__time-current,
.ws-reviews-modal__time-total{
  width:38px;
  flex:0 0 38px;
  color:#fff;
  text-align:center;
  opacity:.9;
  line-height:1;
}

.ws-reviews-modal__progress{
  position:relative;
  flex:1 1 auto;
  min-width:72px;
  height:4px;
  overflow:hidden;
  border-radius:999px;
  background:rgba(255,255,255,.25);
  cursor:pointer;
}

.ws-reviews-modal__progress-bar{
  position:absolute;
  top:0;
  left:0;
  bottom:0;
  width:0;
  background:#fff;
}

.ws-reviews-modal__audio{
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
}

.ws-reviews-modal__audio[hidden]{
  display:none !important;
}

.ws-reviews-modal__audio-select,
.ws-reviews-modal__lang{
  width:36px;
  min-width:36px;
  max-width:36px;
  height:36px;
  padding:0;
  border:1px solid var(--wsr-modal-glass-brd);
  border-radius:999px !important;
  background:rgba(0,0,0,.4);
  color:#fff;
  font-family:var(--font-body, "Montserrat", sans-serif);
  font-size:11px;
  font-weight:800;
  appearance:none;
  line-height:34px;
  text-align:center;
  text-align-last:center;
  flex:0 0 auto;
  text-indent:0;
}

.ws-reviews-modal__icon-speaker,
.ws-reviews-modal__icon-wave{
  fill:none;
  stroke:#fff;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.ws-reviews-modal__icon-cross{
  fill:none;
  stroke:#fff;
  stroke-width:2;
  stroke-linecap:round;
  opacity:0;
}

.ws-reviews-modal__mute.is-muted .ws-reviews-modal__icon-wave{
  opacity:0;
}

.ws-reviews-modal__mute.is-muted .ws-reviews-modal__icon-cross{
  opacity:1;
}

.ws-reviews-lightbox,
.ws-reviews-lightbox *,
#wsLb,
#wsLb *{
  box-sizing:border-box;
}

.ws-reviews-lightbox,
#wsLb{
  position:fixed !important;
  inset:0 !important;
  z-index:999999 !important;
  display:none !important;
  overflow:hidden !important;
}

.ws-reviews-lightbox.is-open,
#wsLb.is-open{
  display:block !important;
}

.ws-reviews-lightbox__backdrop,
#wsLb .ws-lb__backdrop{
  position:absolute !important;
  inset:0 !important;
  background:rgba(0,0,0,.72) !important;
}

.ws-reviews-lightbox__dialog,
#wsLb .ws-lb__dialog{
  position:absolute !important;
  inset:0 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:16px !important;
  overflow:hidden !important;
}

.ws-reviews-lightbox__close,
#wsLb .ws-lb__close{
  position:absolute !important;
  top:14px !important;
  right:14px !important;
  z-index:3 !important;
  display:flex;
  align-items:center;
  justify-content:center;
  width:42px !important;
  height:42px !important;
  border:1px solid rgba(255,255,255,.25) !important;
  border-radius:999px !important;
  background:rgba(0,0,0,.35) !important;
  color:#fff !important;
  cursor:pointer !important;
}

.ws-reviews-lightbox__swiper,
#wsLb .ws-lb__swiper{
  width:min(1200px, calc(100vw - 32px)) !important;
}

.ws-reviews-lightbox .swiper-slide,
#wsLb .swiper-slide{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
}

.ws-reviews-lightbox .swiper-slide img,
#wsLb .swiper-slide img{
  display:block;
  width:auto !important;
  height:auto !important;
  max-width:100% !important;
  max-height:88vh !important;
  border-radius:14px !important;
  object-fit:contain !important;
  user-select:none !important;
  -webkit-user-drag:none !important;
}

.ws-reviews-lightbox__prev,
.ws-reviews-lightbox__next,
#wsLb .swiper-button-prev,
#wsLb .swiper-button-next{
  color:#fff !important;
}

#wsLb .swiper-button-prev::after,
#wsLb .swiper-button-next::after{
  content:none !important;
  display:none !important;
}

#wsLb .swiper-button-prev{
  background:url("https://media.drevosbbq.com/hls/Reviews/arrow-left.svg") center / 18px 18px no-repeat !important;
}

#wsLb .swiper-button-next{
  background:url("https://media.drevosbbq.com/hls/Reviews/right-arrow.svg") center / 18px 18px no-repeat !important;
}

.ws-reviews-lightbox__count,
#wsLb .ws-lb__count{
  position:absolute !important;
  left:50% !important;
  bottom:18px !important;
  transform:translateX(-50%) !important;
  z-index:3 !important;
  color:#fff !important;
  font-size:14px !important;
  opacity:.9 !important;
}

@media (prefers-reduced-motion: reduce){
  .ws-reviews__item,
  .ws-rev__item,
  .ws-reviews__button,
  .ws-rev__btn,
  .ws-reviews-more__button,
  .ws-revMore__btn,
  .ws-reviews__video-thumb::after,
  .ws-rev__videoThumb::after{
    animation:none !important;
    transition:none !important;
  }
}

@media (max-width:1023px){
  .ws-reviews__badge-icon,
  .ws-rev__badgeIco,
  img.ws-rev__badgeIco{
    width:18px !important;
    height:18px !important;
    max-width:18px !important;
    max-height:18px !important;
    flex-basis:18px !important;
  }
}

@media (min-width:1024px){
  .ws-reviews__badge-icon,
  .ws-rev__badgeIco,
  img.ws-rev__badgeIco{
    width:20px !important;
    height:20px !important;
    max-width:20px !important;
    max-height:20px !important;
    flex-basis:20px !important;
  }
}

@media (max-width:900px){
  .ws-reviews__top,
  .ws-rev__top{
    grid-template-columns:1fr !important;
  }

  .ws-reviews-summary__title,
  .ws-revSummary__title{
    font-size:26px;
  }
}

@media (max-width:700px){
  .ws-reviews__row,
  .ws-rev__row{
    grid-template-columns:1fr;
  }
}

@media (max-width:680px){
  .ws-reviews-modal{
    --wsr-modal-ratio:9 / 16;
  }

  .ws-reviews-modal__dialog{
    width:min(420px, calc(100vw - 16px)) !important;
    max-width:100% !important;
  }

  .ws-reviews-modal__figure{
    max-height:min(90vh, 900px);
  }
}

@media (min-width:681px){
  .ws-reviews-modal{
    --wsr-modal-ratio:9 / 16 !important;
  }

  .ws-reviews-modal__dialog{
    width:min(420px, calc(100vw - 32px)) !important;
    max-width:420px !important;
  }

  .ws-reviews-modal__figure{
    aspect-ratio:9 / 16 !important;
    width:100% !important;
    max-height:min(90vh, 920px) !important;
    border-radius:14px !important;
  }

  .ws-reviews-modal__video{
    object-fit:cover !important;
  }
}

@media (max-width:640px){
  .ws-reviews,
  .ws-rev{
    margin:32px auto 48px !important;
    padding:0 10px !important;
  }

  .ws-reviews__section-title,
  .ws-rev__sectionTitle{
    font-size:var(--wsr-fs-head-lg);
  }

  .ws-reviews__section-note,
  .ws-rev__sectionNote{
    font-size:var(--wsr-fs-body-sm);
  }

  .ws-reviews__media,
  .ws-rev__imgs{
    display:grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:10px;
  }

  .ws-reviews__image,
  .ws-rev__img,
  .ws-reviews__video-thumb,
  .ws-rev__videoThumb,
  .ws-reviews__image img,
  .ws-rev__img img,
  .ws-rev__imgs img{
    width:100% !important;
    height:auto !important;
    aspect-ratio:1 / 1;
    flex-basis:auto !important;
  }

  .ws-reviews__video-thumb::before,
  .ws-rev__videoThumb::before{
    width:40px;
    height:40px;
  }

  .ws-reviews__video-thumb::after,
  .ws-rev__videoThumb::after{
    border-left-width:11px;
    border-top-width:7px;
    border-bottom-width:7px;
  }

  .ws-reviews-filters,
  .ws-revF{
    padding:10px;
    border-radius:14px;
  }

  .ws-reviews-filters__select,
  .ws-revF__select{
    min-width:160px;
  }

  .ws-reviews-filters__chip,
  .ws-revF__chip,
  .ws-reviews-filters__region,
  .ws-revF__region{
    height:40px;
  }

  .ws-reviews__button,
  .ws-rev__btn,
  .ws-reviews-more__button,
  .ws-revMore__btn{
    min-width:200px;
    padding:5px 5px 5px 14px;
  }

  .ws-reviews-modal__panel{
    gap:8px;
    padding:8px 10px;
  }

  .ws-reviews-modal__button{
    width:34px;
    height:34px;
    min-width:34px;
    min-height:34px;
    flex-basis:34px;
  }

  .ws-reviews-modal__audio-select,
  .ws-reviews-modal__lang{
    width:34px;
    min-width:34px;
    max-width:34px;
    height:34px;
    font-size:11px;
    line-height:32px;
  }

  .ws-reviews-modal__time-current,
  .ws-reviews-modal__time-total{
    width:34px;
    flex-basis:34px;
  }

  .ws-reviews-modal__close{
    width:36px !important;
    height:36px !important;
    max-width:36px !important;
    max-height:36px !important;
    border-radius:999px !important;
    transform:none !important;
  }

  .ws-reviews-modal__topbar{
    padding-top:max(8px, env(safe-area-inset-top)) !important;
    padding-right:max(8px, env(safe-area-inset-right)) !important;
    padding-bottom:0 !important;
    padding-left:max(8px, env(safe-area-inset-left)) !important;
  }

  .ws-reviews-summary__head,
  .ws-revSummary__head{
    margin-bottom:14px;
  }

  .ws-reviews-summary--standalone,
  .ws-revSummary--standalone{
    width:calc(100% - 24px);
    margin:28px auto 40px !important;
  }

  .ws-reviews-summary__title,
  .ws-revSummary__title{
    font-size:var(--wsr-fs-head-lg);
  }

  .ws-reviews-summary__score-top,
  .ws-revSummary__scoreTop{
    flex-direction:column;
    align-items:flex-start;
  }

  .ws-reviews-summary__score-card .ws-reviews__num,
  .ws-revSummary__scoreCard .ws-rev__num{
    font-size:54px !important;
  }

  .ws-reviews__bar,
  .ws-rev__bar{
    grid-template-columns:64px 1fr 50px;
    gap:10px;
  }
}

@media (max-width:520px){
  .ws-reviews__region,
  .ws-rev__region,
  .ws-reviews__badge,
  .ws-rev__badge,
  .ws-reviews__date,
  .ws-rev__date{
    margin-right:10px;
  }
}
