body.widget-snippet {
    padding: 40px;
}
.wc-snippet-review-ratting {
  padding: 0 15px;
  margin: 40px 0;
  max-width: 800px;
}
.wc-snippet-review-ratting .top-part {
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
}
.wc-snippet-review-ratting .text-box.item h4,
.wc-snippet-review-ratting .top-part .text-wrapper h4 {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.4;
}
.wc-snippet-review-ratting .review-star {
    font-size: 0;
}
.wc-snippet-review-ratting .top-part .text-wrapper p {
  font-size: 12px;
  max-width: 250px;
  color: #666;
  line-height: normal;
  margin: 0;
}
.wc-snippet-review-ratting .text-box.item .name-date {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 400;
    margin-bottom: 10px;
}
.wc-snippet-review-ratting .text-box.item .name-date .name {
    color: #000;
    font-weight: 600;
}
.wc-snippet-review-ratting .text-box.item p {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
}
.wc-snippet-review-ratting .text-box.item {
    border-bottom: 1px solid #e6e6e6;
    padding: 20px 0;
}
.wc-snippet-review-ratting .read-more{
    margin: 30px 0;
}
.wc-snippet-review-ratting .read-more a {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #000;
    transition: all 300ms ease 0s;
    line-height: normal;
    text-decoration: underline;
}
.wc-snippet-review-ratting .read-more a:hover{
    color: var(--bk-color-secondary, #E8631E);
}
