/*******************************************************************************
JUDGE ME WIDGET
*******************************************************************************/
#judgeme_product_reviews {
  &.jdgm-review-widget {
    font-family: Arial, sans-serif;
    margin: 0 auto;

    .jdgm-rev-widg__title {
      text-align: center;
      margin-bottom: 20px;
      font-family: "Perfectly Nineties";
      font-style: normal;
      font-weight: 400;
      font-size: 55px;
      line-height: 75px;
      text-align: center;
    }

    .jdgm-row-stars {
      margin: 0 auto;
      font-size: 16px;
      color: #000;
      border: 1px solid;
      gap: 1rem;
      justify-content: space-between;
      align-items: center;
      padding: 20px;

      .jdgm-rev-widg__summary {
        text-wrap: nowrap;
        width: unset;

        .jdgm-rev-widg__summary-stars {
          position: relative;
          padding-right: 1rem;
          margin-right: 1rem;

          &::after {
            content: "";
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            width: 1px;
            background: #1f1209;
          }

          .jdgm-star {
            display: none !important;
          }
        }

        .jdgm-rev-widg__summary-inner {
          display: flex;
        }
      }

      .jdgm-histogram {
        display: none;
      }

      .jdgm-widget-actions-wrapper {
        border: none;

        .jdgm-write-rev-link {
          color: #1f1209;
          font-weight: normal;
        }
      }
    }

    .jdgm-row-actions {
      border-top: unset;
      border-left: 1px solid #1f1209;
      border-right: 1px solid #1f1209;
      border-bottom: 1px solid #1f1209;
      padding: 20px;

      .jdgm-sort-dropdown, .jdgm-sort-dropdown-arrow {
        color: #1f1209;
      }
    }

    .jdgm-rev-widg__body {
      border-left: 1px solid #1f1209;
      border-right: 1px solid #1f1209;
      border-bottom: 1px solid #1f1209;

      .jdgm-rev {
        border-top: unset;
        border-bottom: 1px solid #1f1209;
        padding-inline: 20px;

        .jdgm-rev__header {
          display: flex;
          flex-direction: column-reverse;
          
          .jdgm-rev__icon {
            display: none;
          }

          .jdgm-star {
            font-size: 12px;
          }

          .jdgm-rev__author-wrapper {
            display: flex;
            align-items: center;
            column-gap: 1rem;
            .jdgm-rev__author {
              color: #1f1209;
              font-weight: bold;
            }

            .jdgm-rev__buyer-badge {
              padding-inline: 10px;
              padding-block: 4px;
              border-radius: 29px;
              font-weight: 450;
              font-size: 13px;
              color: #1f1209;
            }
          }
        }

        .jdgm-rev__content {
          font-size: 14px;
        }
      }
    }

    .jdgm-paginate {
      border-top: unset;

      .jdgm-paginate__page {
        color: #333;
        font-size: 1rem;
        border-bottom-color: transparent;
        border-bottom-width: 2px;
        border-bottom-style: solid;
        text-decoration: none;
        margin-inline: 4px;
      }

      .jdgm-curt {
        color: black;
        font-weight: bold;
        font-size: 1rem;
        border-bottom-color: black;
      }
    }

    .jdgm-row-media {
      display: none;
    }
  }
}
