.aes-rv-single,
.aes-rv-modal {
  --rv-wine: #571010;
  --rv-cream: #f6dfb4;
  --rv-gold: #d89b28;
  --rv-line: rgba(87, 16, 16, 0.17);
  font-family: inherit;
  color: var(--rv-wine);
}
.aes-rv-single {
  width: 100%;
  max-width: 1240px;
  margin: 36px auto 22px;
}
.aes-rv-fallback-shell {
  display: contents;
}
.aes-rv-carousel {
  padding: 28px;
  border-top: 1px solid var(--rv-line);
  border-bottom: 1px solid var(--rv-line);
  background: linear-gradient(135deg, #fff 0%, #fffaf3 100%);
  border-radius: 24px;
  box-shadow: 0 16px 45px rgba(57, 14, 14, 0.07);
  overflow: hidden;
}
.aes-rv-carousel-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}
.aes-rv-carousel-head h2 {
  margin: 0 0 9px;
  color: var(--rv-wine);
  font-size: 30px;
  line-height: 1.15;
}
.aes-rv-carousel-rating {
  display: flex;
  align-items: center;
  gap: 9px;
}
.aes-rv-carousel-rating strong {
  font-size: 17px;
}
.aes-rv-carousel-rating > span:last-child {
  font-size: 13px;
  color: #7b6767;
}
.aes-rv-carousel-actions {
  display: flex;
  gap: 9px;
}
.aes-rv-all,
.aes-rv-write {
  border: 1px solid var(--rv-wine) !important;
  border-radius: 999px !important;
  padding: 10px 19px !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  cursor: pointer !important;
}
.aes-rv-all {
  background: #fff !important;
  color: var(--rv-wine) !important;
  box-shadow: none !important;
}
.aes-rv-write {
  background: var(--rv-wine) !important;
  color: #fff !important;
  box-shadow: 0 4px 0 #310606 !important;
}
.aes-rv-carousel-window {
  overflow-x: auto;
  overflow-y: hidden;
  direction: ltr;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: rgba(87, 16, 16, 0.3) transparent;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 8px;
}
.aes-rv-carousel-window::-webkit-scrollbar {
  height: 5px;
}
.aes-rv-carousel-window::-webkit-scrollbar-thumb {
  background: rgba(87, 16, 16, 0.3);
  border-radius: 99px;
}
.aes-rv-carousel-track {
  display: flex;
  direction: ltr;
  gap: 16px;
}
.aes-rv-slide {
  direction: rtl;
  flex: 0 0 calc((100% - 32px) / 3);
  min-height: 175px;
  border: 1px solid var(--rv-line);
  border-radius: 18px;
  padding: 18px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(57, 14, 14, 0.05);
  scroll-snap-align: start;
}
.aes-rv-slide-top {
  display: flex;
  align-items: center;
  gap: 10px;
}
.aes-rv-slide-avatar {
  width: 41px;
  height: 41px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--rv-wine);
  color: #fff;
  font-size: 18px;
  font-weight: 900;
}
.aes-rv-slide-top > div {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.aes-rv-slide-top strong {
  font-size: 15px;
}
.aes-rv-slide-top small {
  font-size: 11px;
  color: #887373;
}
.aes-rv-slide-top .aes-rv-stars {
  font-size: 15px;
}
.aes-rv-slide > p {
  margin: 16px 0 0;
  color: #4c3838;
  line-height: 1.7;
  font-size: 14px;
}
.aes-rv-carousel-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 18px;
  direction: ltr;
}
.aes-rv-carousel-nav > button {
  appearance: none !important;
  width: 34px !important;
  height: 34px !important;
  border: 1px solid var(--rv-line) !important;
  border-radius: 50% !important;
  background: #fff !important;
  color: var(--rv-wine) !important;
  padding: 0 !important;
  font-size: 24px !important;
  line-height: 1 !important;
  box-shadow: none !important;
  cursor: pointer !important;
}
.aes-rv-carousel-dots {
  display: flex;
  gap: 6px;
}
.aes-rv-carousel-dots button {
  appearance: none;
  border: 0;
  padding: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #dbcaca;
  cursor: pointer;
}
.aes-rv-carousel-dots button.is-active {
  width: 22px;
  border-radius: 999px;
  background: var(--rv-wine);
}
.aes-rv-carousel-empty {
  width: 100%;
  min-height: 170px;
  border: 1px dashed rgba(87, 16, 16, 0.28) !important;
  border-radius: 18px !important;
  background: #fffaf3 !important;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: var(--rv-wine) !important;
  cursor: pointer !important;
  box-shadow: none !important;
}
.aes-rv-carousel-empty > span {
  color: var(--rv-gold);
  font-size: 27px;
  letter-spacing: 3px;
}
.aes-rv-carousel-empty strong {
  font-size: 19px;
}
.aes-rv-carousel-empty small {
  font-size: 13px;
  color: #826c6c;
}
.aes-rv-summary {
  width: 100%;
  border: 1px solid var(--rv-line) !important;
  border-radius: 20px !important;
  background: #fff !important;
  box-shadow: 0 12px 32px rgba(48, 13, 13, 0.07) !important;
  padding: 18px 22px !important;
  display: none !important;
  align-items: center;
  gap: 14px;
  color: var(--rv-wine) !important;
  text-align: right;
  cursor: pointer;
}
.aes-rv-summary-copy {
  display: flex;
  flex-direction: column;
  gap: 3px;
  flex: 1;
}
.aes-rv-summary-copy strong {
  font-size: 18px;
}
.aes-rv-summary-copy span {
  font-size: 13px;
  opacity: 0.68;
}
.aes-rv-summary-rating {
  display: flex;
  align-items: center;
  gap: 8px;
}
.aes-rv-summary-rating b {
  font-size: 15px;
}
.aes-rv-summary-plus {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--rv-wine);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 23px;
  line-height: 1;
}
.aes-rv-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--rv-line);
  border-radius: 20px;
  background: #fff;
  padding: 18px 22px;
  box-shadow: 0 12px 32px rgba(48, 13, 13, 0.07);
}
.aes-rv-inline-rating {
  display: flex;
  align-items: center;
  gap: 12px;
}
.aes-rv-inline-rating > span {
  font-weight: 700;
  color: #4d3030;
}
.aes-rv-write,
.aes-rv-submit {
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--rv-wine) !important;
  color: #fff !important;
  padding: 12px 24px !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  cursor: pointer;
  box-shadow: 0 4px 0 #310606 !important;
}
.aes-rv-write:hover,
.aes-rv-submit:hover {
  background: #701616 !important;
  transform: translateY(-1px);
}
.aes-rv-stars {
  display: inline-flex !important;
  align-items: center !important;
  direction: ltr !important;
  gap: 2px !important;
  white-space: nowrap !important;
  line-height: 1 !important;
}
.aes-rv-stars svg {
  display: block !important;
  width: 19px !important;
  height: 19px !important;
  min-width: 19px !important;
  fill: #ded6d0 !important;
  stroke: none !important;
}
.aes-rv-stars svg.is-filled {
  fill: var(--rv-gold, #d89b28) !important;
}
.aes-rv-loop {
  --rv-wine: #571010;
  --rv-gold: #d89b28;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 9px !important;
  flex-wrap: wrap !important;
  margin: 8px 0 4px !important;
  position: relative;
  z-index: 3;
}
.aes-rv-loop button {
  appearance: none !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  min-width: 0 !important;
  width: auto !important;
  min-height: 0 !important;
  height: auto !important;
  line-height: 1.2 !important;
  cursor: pointer !important;
}
.aes-rv-loop-rating {
  display: inline-flex !important;
  align-items: center;
  gap: 5px;
  color: #655050 !important;
  font-size: 12px !important;
}
.aes-rv-loop-write {
  color: var(--rv-wine) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  text-decoration: underline !important;
  text-underline-offset: 3px;
}
.aes-rv-loop .aes-rv-stars svg {
  width: 15px !important;
  height: 15px !important;
  min-width: 15px !important;
}
.aes-rv-modal {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
}
.aes-rv-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(20, 4, 4, 0.67);
  backdrop-filter: blur(5px);
}
.aes-rv-panel {
  position: relative;
  width: min(1080px, 100%);
  max-height: min(850px, 92vh);
  overflow: auto;
  background: #fff;
  border-radius: 26px;
  padding: 30px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
}
.aes-rv-close {
  position: sticky;
  top: 0;
  margin-right: auto;
  z-index: 3;
  width: 42px !important;
  height: 42px !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: var(--rv-wine) !important;
  color: #fff !important;
  font-size: 30px !important;
  line-height: 1 !important;
  padding: 0 !important;
  display: grid !important;
  place-items: center;
  cursor: pointer;
  box-shadow: none !important;
}
.aes-rv-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  border-bottom: 1px solid var(--rv-line);
  padding: 0 4px 22px;
  margin-top: -26px;
}
.aes-rv-head h2 {
  font-size: 32px;
  margin: 0 0 4px;
  color: var(--rv-wine);
}
.aes-rv-head p {
  margin: 0;
  color: #765f5f;
}
.aes-rv-total {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}
.aes-rv-notice {
  margin: 18px 0 0;
  padding: 13px 16px;
  border-radius: 12px;
  background: #eaf8ee;
  color: #19682c;
  font-weight: 700;
}
.aes-rv-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.85fr);
  gap: 28px;
  padding-top: 25px;
}
.aes-rv-grid h3 {
  font-size: 21px;
  margin: 0 0 17px;
  color: var(--rv-wine);
}
.aes-rv-list-scroll {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-height: 550px;
  overflow: auto;
  padding-left: 7px;
}
.aes-rv-item {
  border: 1px solid var(--rv-line);
  border-radius: 17px;
  padding: 17px;
  background: #fffaf4;
}
.aes-rv-item-top {
  display: flex;
  align-items: center;
  gap: 11px;
}
.aes-rv-avatar img {
  display: block;
  border-radius: 50%;
}
.aes-rv-author {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.aes-rv-author strong {
  font-size: 15px;
}
.aes-rv-author span {
  font-size: 12px;
  color: #7e6969;
}
.aes-rv-item .aes-rv-stars {
  font-size: 16px;
}
.aes-rv-content {
  margin-top: 12px;
  color: #392c2c;
  line-height: 1.65;
}
.aes-rv-content p {
  margin: 0;
}
.aes-rv-empty {
  min-height: 260px;
  border: 1px dashed rgba(87, 16, 16, 0.25);
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #fffaf4;
}
.aes-rv-empty > span {
  font-size: 52px;
  color: var(--rv-gold);
}
.aes-rv-empty strong {
  font-size: 20px;
}
.aes-rv-empty p {
  margin: 5px 0 0;
  color: #765f5f;
}
.aes-rv-form-wrap {
  border-radius: 20px;
  background: #fff7ea;
  padding: 22px;
  border: 1px solid rgba(87, 16, 16, 0.12);
  align-self: start;
}
.aes-rv-label,
.aes-rv-comment,
.aes-rv-fields label {
  display: flex;
  flex-direction: column;
  gap: 7px;
  font-weight: 700;
  color: var(--rv-wine);
}
.aes-rv-label em,
.aes-rv-comment em,
.aes-rv-fields em {
  color: #b40000;
  font-style: normal;
}
.aes-rv-picker {
  display: flex;
  direction: ltr;
  justify-content: flex-end;
  gap: 4px;
  margin: 7px 0 18px;
}
.aes-rv-star-choice {
  appearance: none !important;
  border: 0 !important;
  background: transparent !important;
  color: #d9d0c9 !important;
  font-size: 34px !important;
  line-height: 1 !important;
  padding: 0 !important;
  cursor: pointer !important;
  box-shadow: none !important;
}
.aes-rv-star-choice.is-active {
  color: var(--rv-gold) !important;
}
.aes-rv-rating-select {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}
.aes-rv-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 14px;
}
.aes-rv-form input,
.aes-rv-form textarea {
  width: 100% !important;
  border: 1px solid rgba(87, 16, 16, 0.24) !important;
  border-radius: 13px !important;
  background: #fff !important;
  color: #2e1818 !important;
  padding: 12px 14px !important;
  box-shadow: none !important;
  outline: 0 !important;
}
.aes-rv-form input:focus,
.aes-rv-form textarea:focus {
  border-color: var(--rv-wine) !important;
}
.aes-rv-comment {
  margin-bottom: 16px;
}
.aes-rv-logged {
  font-size: 13px;
  margin: 0 0 13px;
}
.aes-rv-disabled {
  margin: 0;
}
.aes-rv-submit {
  width: 100%;
}
.aes-rv-loading {
  position: fixed;
  inset: 0;
  z-index: 999999;
  background: rgba(20, 4, 4, 0.67);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  backdrop-filter: blur(5px);
}
body.aes-rv-no-scroll {
  overflow: hidden;
}
@media (max-width: 900px) {
  .aes-rv-slide {
    flex-basis: calc((100% - 16px) / 2);
  }
}
@media (max-width: 767px) {
  .aes-rv-single {
    margin: 24px 0 16px;
  }
  .aes-rv-carousel {
    padding: 20px 14px;
    border-radius: 19px;
  }
  .aes-rv-carousel-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }
  .aes-rv-carousel-head h2 {
    font-size: 24px;
  }
  .aes-rv-carousel-actions {
    width: 100%;
  }
  .aes-rv-carousel-actions button {
    flex: 1;
  }
  .aes-rv-carousel-rating {
    flex-wrap: wrap;
  }
  .aes-rv-slide {
    flex-basis: 100%;
    min-height: 165px;
  }
  .aes-rv-actions {
    display: none;
  }
  .aes-rv-summary {
    display: flex !important;
    padding: 15px !important;
    border-radius: 17px !important;
  }
  .aes-rv-summary-rating {
    flex-direction: column;
    gap: 3px;
  }
  .aes-rv-summary-rating .aes-rv-stars {
    font-size: 16px;
  }
  .aes-rv-summary-rating b {
    font-size: 12px;
  }
  .aes-rv-loop {
    gap: 7px;
    margin-top: 7px;
  }
  .aes-rv-loop .aes-rv-stars {
    font-size: 15px;
  }
  .aes-rv-loop-rating,
  .aes-rv-loop-write {
    font-size: 11px !important;
  }
  .aes-rv-modal {
    padding: 0;
    align-items: flex-end;
  }
  .aes-rv-panel {
    width: 100%;
    max-height: 94vh;
    border-radius: 24px 24px 0 0;
    padding: 18px 16px 25px;
  }
  .aes-rv-close {
    position: sticky;
    top: 0;
    width: 39px !important;
    height: 39px !important;
    font-size: 27px !important;
  }
  .aes-rv-head {
    align-items: flex-start;
    flex-direction: column;
    margin-top: -20px;
    padding: 0 2px 17px;
    gap: 10px;
  }
  .aes-rv-head h2 {
    font-size: 25px;
    padding-left: 48px;
  }
  .aes-rv-total {
    flex-direction: row-reverse;
  }
  .aes-rv-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-top: 20px;
  }
  .aes-rv-form-wrap {
    order: -1;
    padding: 18px;
  }
  .aes-rv-list-scroll {
    max-height: none;
    overflow: visible;
  }
  .aes-rv-fields {
    grid-template-columns: 1fr;
  }
  .aes-rv-item-top {
    flex-wrap: wrap;
  }
  .aes-rv-item .aes-rv-stars {
    margin-right: auto;
  }
  .aes-rv-picker {
    justify-content: center;
  }
  .aes-rv-star-choice {
    font-size: 38px !important;
  }
}
