.dt-quote {
  font-size: clamp(1.625rem, 0.343rem + 2.675vw, 2.75rem);
  line-height: 1.2;
  display: block;
}

.dt-quote-icon {
  font-family: monospace;
  font-size: clamp(2rem, -2.131rem + 8.618vw, 5.625rem);
  display: block;
}

/* .dt-slider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
} */

.dt-author-pagination {
  border-top: 1px solid #3284FB;
  margin-top: 30px;
}

.dt-author-pagination::-webkit-scrollbar {
  display: none;
}

.dt-author-item {
  display: flex;
  gap: 12px;
  cursor: pointer;
  padding-top: 12px;
  border-top: 3px solid transparent;
  transition: all 0.3s ease;
}

.dt-author-item.active {
  border-top-color: #2563eb; /* blue highlight */
}

.dt-author-item img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
}
.dt-author-meta{
  font-size: 16px;
  line-height: 1.5;
}
.dt-author-meta strong {
  display: block;
}

.dt-author-meta span {
  color: #6b7280;
}
