.rate-container {
  position: relative;
  padding-bottom: 10px;
  width: fit-content;
  margin: 0 auto;
}
.star-active {
  position: absolute;
  top: 0;
  left: 0;
}
.review-item {
  border: 1px solid;
  padding: 15px;
  border-radius: 5px !important;
}
.review-content {
  color: var(--text-color);
  overflow: hidden;
  transition: all 0.3s;
  font-size: 14px;
}
.review-content.hide {
  max-height: 66px;
  min-height:66px !important;
  display: block !important;
}
.author-name {
  margin-top: 10px;
  color: black;
}
.author-name a {
  color: black;
}
.reviews-table .review-button-next,
.reviews-table .review-button-prev {
  background: #808080da;
  border-radius: 5px;
  width: 35px;
  height: 35px;
  text-align: center;
}
.reviews-table .review-button-next.swiper-button-next:after,
.reviews-table .review-button-prev.swiper-button-prev:after {
  color: white;
  font-size: 17px;
  font-weight: 800;
}
.reviews-head .google-logo {
  object-fit: contain;
}
.reviews-head .label-google {
  color: white;
  font-size: 20px;
  vertical-align: middle;
}
.reviews-head {
  padding: 25px 10px;
  margin-bottom: 20px;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px !important;
}
.reviews-head .linbk-container {
  width: fit-content;
  margin-top: 20px;
}
@media only screen and (min-width: 600px) {
  .reviews-head .linbk-container {
    margin-top: 0;
  }
}
.reviews-head .linbk-container a {
  color: white;
  border-radius: 5px !important;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.4);
  transition: all 0.3s;
  padding: 15px;
  font-size:16px;
}
.reviews-head .linbk-container a:hover {
  background: rgba(255, 255, 255, 0.1);
  text-decoration: none;
}
.logo-container {
  width: fit-content;
  margin-bottom: 5px;
}
.review-item .more {
  cursor: pointer;
  font-size: 16px;
  color: rgb(29 71 145 / 89%);
  text-align: center;
}
.review-item .more:hover {
  text-decoration: underline;
}
.more-close {
  display: none;
}
.reviews-head {
  display: flex;
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
  flex-wrap: wrap;
}
.reviews-container {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media only screen and (max-width: 600px) {
  .logo-container {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
  .label-google.star{
    margin-left: 5vw;
  }
}