/* ↓ Обводка текста ↓ */
.txtoutline {
  text-shadow:         -0.5px -0.5px 0 black, /* Верхний левый угол */
        0.5px -0.5px 0 black,  /* Верхний правый угол */
        -0.5px 0.5px 0 black,  /* Нижний левый угол */
        0.5px 0.5px 0 black;   /* Нижний правый угол */
}
/* ↑ Конец ↑ */

.elfsight-app-11a5308c-8a3b-493b-b623-a5f2c1d15b11 {
    font-family: 'SolomonSans', sans-serif !important;
}

.ScrollableContainer__ScrollableContainerComponent-sc-838e3ab4-0 {
    font-family: 'SolomonSans', sans-serif !important;
}

.google-reviews {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: Arial, sans-serif;
}

.google-reviews h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 28px;
}

.reviews-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.review-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 20px;
  max-width: 300px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.review-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.review-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
}

.review-user {
  display: flex;
  flex-direction: column;
}

.review-name {
  font-weight: bold;
  margin-bottom: 4px;
}

.review-stars {
  color: #fbc02d;
  font-size: 18px;
}

.review-text {
  font-size: 15px;
  line-height: 1.4;
}

.uc-noopen {
    pointer-events: none !important;
    cursor: default !important;
}

.t-store__card__price-buttons::before {
    content: "від ";
    font-family: SolomonSans;
}
