.home-reviews {
  background: #f5f7f0;
  border-bottom: 1px solid var(--line);
}

.home-reviews .textlink {
  white-space: normal;
}

.home-reviews-widget {
  min-width: 0;
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 3px solid var(--red);
  border-radius: 8px;
}

.home-reviews-widget > [data-elfsight-app-lazy] {
  max-width: 100%;
}

.home-reviews-direct {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.home-reviews-direct p {
  margin: 0;
  color: var(--muted);
}

.home-reviews-direct .button {
  flex-shrink: 0;
}

@media (max-width: 800px) {
  .home-reviews-widget {
    padding: 18px 12px;
  }

  .home-reviews-direct {
    align-items: flex-start;
    flex-direction: column;
  }
}
