.reviews-drawer {
  & .side-panel-header {
    border-bottom: 0;
  }
  & .yotpo-base-layout {
    width: 85% !important;

    & .yotpo-header-container {
      margin-top: 20px;
    }

    & .yotpo-review {
        position: relative;
    }
    & .yotpo-review-border-dashed:first-child {
      display: none !important;
    }

    & .yotpo-review-center-panel {
      padding: 0 !important;
    }

    & .yotpo-review-left-panel {
      margin-bottom: 20px;
    }

    & .yotpo-review-rating-title {
      flex-direction: column !important;
      gap: 20px;
    }

    & .yotpo-review-title {
      margin-left: 0 !important;
    }

    & .yotpo-date-format {
        position: absolute;
        right: 0;
        top: 0;
    }
  }
}

.review-accordion {
  margin-top: -25px;
  border-top: 0;
}

.no-highlight-review-container {
  border-bottom: 1px solid var(--color-border);
  padding: 12px 12px 12px 0;
  display: flex;
  margin-top: -25px;
  margin-bottom: 10px;
  display: none;
  & .title {
    width: 50%;
    list-style: none;
    position: relative;
    font-weight: var(--font-body-bold-weight, 600);
    font-size: 1rem;
    letter-spacing: .02em;
    cursor: pointer;
  }

  .product__accordion:last-child {
    border: 0;
    margin-top: -25px;
  }

  & .yotpo-widget-instance {
    height: 30px;
  }
  & a {
    width: 50%;
    text-align: right;
    font-size: 14px;
  }
  & .star-rating {
    font-size: 1.2rem;
  }
  & .all-reviews-button {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  & .yotpo-reviews-star-ratings-widget {
    margin-right: 5px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
.no-highlight-review-container {
    & a {
        width: 80%;
        text-align: right;
        font-size: 11px;
    }
      & .all-reviews-button {
        display: flex;
        justify-content: flex-end !important;
        align-items: center;
    }
  }
}