.yandex-reviews-container {
  display: flex;
  justify-content: center;
  padding: 0 16px;
  box-sizing: border-box;
}

.yandex-reviews-wrapper {
  width: 100%;
  max-width: 560px;
  height: 1000px; /* десктопная высота */
  position: relative;
  overflow: hidden;
}

.yandex-reviews-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  box-sizing: border-box;
}

.yandex-reviews-wrapper a {
  display: block;
  text-align: center;
  font-size: 10px;
  color: #b3b3b3;
  text-decoration: none;
  font-family: "YS Text", sans-serif;
  margin-top: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 📱 На мобильных делаем виджет выше — чтобы влезало больше отзывов */
@media screen and (max-width: 767px) {
  .yandex-reviews-wrapper {
    height: 1000px;
  }
}

@media (max-width: 640px) {
  .t228__img {
    max-width: 80px !important; /* Уменьшает логотип */
  }

  .t228 {
    background-color: transparent !important;
  }
}

.t209__line {
    display: none !important;
}

