.rate {
  margin-bottom: 26px;
  &__container {

  }

  &__date {
    display: flex;
    align-items: flex-end;
    margin-bottom: 10px;

    img {
      margin-right: 2px;
    }

    span {
      color: $c-gray-dark;
      font-size: 12px;
      font-style: normal;
      font-weight: 500;
      line-height: 21px;
    }
  }

  &__star {
    margin-bottom: 10px;
    img  {
      max-width: 135px;
      width: 100%;
      object-fit: contain;
      display: block;
    }
  }

  &__voted {
    p {
      font-size: 12px;
      font-style: normal;
      font-weight: 500;
      line-height: 16px;
      color: $c-gray-light;
    }
  }
}