.article-reviews-mobile {
  display: none;
  margin-top: 28px;
}

.article-reviews-mobile__box {
  padding: 22px 16px;
  background: #ffffff;
  border-radius: 16px;
}

.article-reviews-mobile__title {
  position: relative;
  margin: 0 0 26px !important;
  padding-bottom: 18px !important;
  color: #454c52;
  font-weight: 800;
  text-align: left;
}

.article-reviews-mobile__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 64px;
  height: 4px;
  border-radius: 4px;
  background: #da7d40;
}

.article-reviews-mobile__list {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  padding-bottom: 18px;
  scroll-snap-type: x mandatory;
  scrollbar-color: #c7d1dc #eef3f8;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}

.article-reviews-mobile__list::-webkit-scrollbar {
  height: 10px;
}

.article-reviews-mobile__list::-webkit-scrollbar-track {
  background: #eef3f8;
  border-radius: 999px;
}

.article-reviews-mobile__list::-webkit-scrollbar-thumb {
  background: #c7d1dc;
  border: 2px solid #eef3f8;
  border-radius: 999px;
}

.article-reviews-mobile__item {
  display: flex;
  flex-direction: column;
  flex: 0 0 88%;
  min-height: 320px;
  padding: 18px;
  background: #f2f6fb;
  border: 1px solid #dbe8f0;
  border-radius: 16px;
  scroll-snap-align: start;
}

.article-reviews-mobile__name {
  margin: 0 0 12px;
  color: #263f52;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.35;
}

.article-reviews-mobile__text {
  color: #454c52;
  font-size: 16px;
  line-height: 1.55;
}

.article-reviews-mobile__text p {
  display: -webkit-box;
  margin: 0;
  color: #454c52;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.article-reviews-mobile__item.item--more {
  height: auto;
}

.article-reviews-mobile__item.item--more .article-reviews-mobile__text p {
  display: block;
  -webkit-line-clamp: unset;
  overflow: visible;
}

.article-reviews-mobile__more {
  align-self: flex-start;
  margin-top: auto;
  padding-top: 12px;
  color: #5a9aae;
  font-size: 16px;
  line-height: 1.4;
  text-decoration: none;
}

@media (max-width: 925.98px) {
  .article-reviews-mobile {
    display: block;
  }
}
