<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.atsiliepimai-wrapper .splide__slide {
  background: #FBFBF8;
  border-radius: 10px;
  padding: 24px;
  height: 100%;
  display: flex;
}

.atsiliepimai-wrapper .splide {
  padding-bottom: 30px;
}

.atsiliepimai-wrapper .splide__track,
.atsiliepimai-wrapper .splide__list {
  height: 100%;
}

.atsiliepimai-wrapper .testimonial-card {
  display: flex;
  flex-direction: column;
}

.atsiliepimai-wrapper .testimonial-text-scrollable {
  height: 150px !important;
  overflow-y: auto;
  padding-right: 8px;
}

.atsiliepimai-wrapper .testimonial-text-scrollable::-webkit-scrollbar {
  width: 6px;
}

.atsiliepimai-wrapper .testimonial-text-scrollable::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 3px;
}

.atsiliepimai-wrapper .testimonial-text {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  color: #000;
  line-height: 1.6;
  position: relative;
  padding-left: 20px;
}

.atsiliepimai-wrapper .testimonial-text::before {
  content: "â€œ";
  font-size: 40px;
  color: #024268;
  position: absolute;
  top: -10px;
  left: 0;
}

.atsiliepimai-wrapper .testimonial-author {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #024268;
}

.atsiliepimai-wrapper .testimonial-author img {
  width: auto;
  height: 70px;
  max-width: 140px;
  object-fit: contain;
}

.atsiliepimai-wrapper h2 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  color: #024268;
  font-size: 28px;
}

.atsiliepimai-wrapper p {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  color: #024268;
}

.atsiliepimai-wrapper .splide__arrow {
  display: none !important;
}

.atsiliepimai-wrapper .splide__pagination {
  display: flex !important;
  justify-content: center;
  margin-top: 1.5rem;
  gap: 8px;
}

.atsiliepimai-wrapper .splide__pagination__page {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #d6d6d6;
  transition: background-color 0.3s;
}

.atsiliepimai-wrapper .splide__pagination__page.is-active {
  background-color: #024268;
}

@media (max-width: 768px) {
  .testimonial-text-scrollable p{
    font-size: 12px;
  }

  .atsiliepimai-wrapper .testimonial-author {
    font-size: 11px;
  }
}

</pre></body></html>