.opinions_tripAdvisor {
  .text-based {
    font-size: $font-size-base;
    padding-bottom: 15px;
    border-bottom: 4px solid #e6e6e6;
  }
  ul.quality_note {
    margin:0;
    padding:30px 0 15px 0;
    border-bottom:2px solid #e6e6e6;
    li {
      line-height:25px;
      span {
        padding-left: 10px;
        font-size: $font-size-base;
        vertical-align: top;
      }
    }
  }
  a.opinions{
    text-decoration: none;
    .txt-opinions{
      border-bottom: 0;
    }
  }
  .txt-opinions{
    color:$brand-grey-dark;
    font-size:$font-size-base;
    border-bottom:2px solid #e6e6e6;
    padding-bottom: 15px;
    strong{
      color:$brand-grey-dark;
    }
  }
}
ul.user_reviews {
  margin-top:0;
  @media (max-width: $screen-sm-max) {
    margin-top: 20px;
  }
  li {
    .user {
      color: $brand-copy-light;
      font-style: italic;
    }
    .date {
      color: $brand-copy-light;
    }
    p.review{
      border-top:2px solid #e6e6e6;
      margin:6px 0 30px 0;
      padding-top:4px;
    }
  }
  & + a{
    text-decoration: none;
    svg{
      width:27px;
      height:9px;
      &, & * {
        fill: $brand-secondary;
      }
    }
  }
}
ul.TripAdvisor_final_opinions{
  clear:both;
  margin:25px 0 0 0;
  li {
    line-height:20px;
    clear: both;
    overflow:hidden;
    .TripAdvisor_calification_value{
      text-align:right;
      font-size:14px;
      font-weight:$roboto-bold;
    }
    .TripAdvisor_calification{
      font-size:$font-size-base;
      text-align: left;
    }
    .progress {
      height: 7px;
      background-color: $input-border;
      margin-bottom:10px;
      border-radius:0;
      margin-left: 0;
      .progress-bar{
        background-color:#00b087;
      }
    }
    > div{
       padding-left:0;
      &:last-child{padding:0 0 0 10px; }
     }
  }
}
.link_read_more {
  margin-top: 5px;
  @media (min-width: $grid-float-breakpoint) {
    text-align: right;
  }
}
a.txt-legal{
  color :$interactive-color;
  svg{
    &, & *, .icon-anyfill-ui-chevron-right, .icon-anyfill-ui-chevron-left  {
      fill: $interactive-color;
    }
  }
}
.txt-legal .icon-anyfill-ui-chevron-right,
.txt-legal .icon-anyfill-ui-chevron-left {
  width: 11px;
  height: 11px;
  vertical-align: middle;
}


/* tablet */

@media (min-width: $screen-sm-min) and (max-width: $screen-md-max) {
  ul.TripAdvisor_final_opinions {
    margin-top: 32px;
    .progress{
      margin-bottom: 10px
    }
  }
}

/* Mobile */

@media (min-width: $grid-float-breakpoint-max) and (max-width: 1023px) {
  .opinions_tripAdvisor {
    ul.quality_note {
      padding: 12px 0 0 0;
      border-bottom: 0;
    }
  }
  .TripAdvisor_calification_value{
    font-size:$font-size-base;
  }
}




/*rtl:ignore*/
[dir='rtl'] a.txt-legal svg{ transform: rotate(180deg);}
