.tripadvisor-wrapper {
  padding: 40px;
  background: #f9f9f9;
  font-family: Arial, sans-serif;
}

.tripadvisor-card {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 25px 40px;
  border: 2px solid #00af87;
  border-radius: 12px;
  text-decoration: none;
  background: white;
  transition: 0.3s;
  max-width: 800px;
  width: 100%;
  margin: auto;
}

.tripadvisor-card:hover {
  background: #f0fffa;
}

.tripadvisor-rating {
  font-size: 36px;
  font-weight: bold;
  color: #00af87;
}

.tripadvisor-stars {
  color: #00af87;
  font-size: 30px;
}

.tripadvisor-logo {
  height: 40px;
  margin-left: auto;
}

/* 📱 Мобільна адаптація */
@media (max-width: 600px) {
  .tripadvisor-card {
    flex-direction: column;
    align-items: center;
    padding: 20px;
    text-align: center;
  }

  .tripadvisor-rating {
    font-size: 28px;
  }

  .tripadvisor-stars {
    font-size: 24px;
  }

  .tripadvisor-logo {
    margin-left: 0;
    height: 30px;
  }
}


@media (max-width: 768px) {
  .sp-slider-wrapper {
    display: none !important;
  }
}
