/* Isolated CSS for lp-testimonials-wrapper. Source: business-theme.css. */
.lp-testimonials { --lp-primary: #ed1a3b;
  --lp-primary-dark: #D93A57;
  --lp-foreground: #2B3040;
  --lp-muted: #6B7280;
  --lp-border: #E5E7EB;
  --lp-white: #ffffff;
  --lp-card-bg: #ffffff;
  --lp-font-body: 'Inter', sans-serif;
  --lp-font-display: 'Plus Jakarta Sans', 'Inter', sans-serif;

  padding: 20px 0 0px !important;
  background: #ffffff !important;
  font-family: var(--lp-font-body) !important; }
.lp-testimonials .lp-testimonials-inner { max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0 20px !important; }
.lp-testimonials .lp-testimonials-title { font-family: var(--lp-font-display) !important;
  font-size: 36px !important;
  font-weight: 700 !important;
  color: var(--lp-foreground) !important;
  max-width: 700px !important;
  margin: 0 auto 12px !important;
  line-height: 1.25 !important; }
.lp-testimonials .lp-testimonials-desc { font-size: 14px !important;
  color: var(--lp-muted) !important;
  margin-bottom: 40px !important;
  margin-top: 0 !important;
  line-height: 1.6 !important; }
.lp-testimonials .lp-testimonials-carousel { display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 24px !important;
  max-width: 1100px !important;
  margin: 0 auto !important; }
.lp-testimonials .lp-testimonials-dots { display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important; }
.lp-testimonials .lp-testimonials-dot { width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  border: none !important;
  background: #D1D5DB !important;
  cursor: pointer !important;
  padding: 0 !important;
  transition: all 0.3s ease !important; }
.lp-testimonials .lp-testimonials-dot.lp-active { background: #ed1a3b !important;
  width: 12px !important;
  height: 12px !important; }
.lp-testimonials .lp-testimonials-dot:hover { background: #9CA3AF !important; }
.lp-testimonials .lp-testimonials-dot.lp-active:hover { background: #ed1a3b !important; }
.lp-testimonials .lp-testimonials-grid { display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 24px !important;
  flex: 1 !important; }
.lp-testimonials .lp-testimonials-card { background: #ffffff !important;
  border-radius: 16px !important;
  border: 1px solid rgba(229, 231, 235, 0.6) !important;
  padding: 24px !important;
  display: none !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  transition: all 0.3s ease !important; }
.lp-testimonials .lp-testimonials-card.lp-active { display: flex !important; }
.lp-testimonials .lp-testimonials-card:hover { box-shadow: 0 8px 24px -4px rgba(43, 48, 64, 0.1) !important; }
.lp-testimonials .lp-testimonials-quote { font-size: 13px !important;
  color: var(--lp-foreground) !important;
  line-height: 1.7 !important;
  margin-bottom: 24px !important;
  margin-top: 0 !important;
  flex: 1 !important; }
.lp-testimonials .lp-testimonials-author { display: flex !important;
  align-items: center !important;
  gap: 12px !important; }
.lp-testimonials .lp-testimonials-avatar { width: 55px !important;
  height: 55px !important;
  border-radius: 50% !important;
  background: rgba(236, 71, 100, 0.1) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-family: var(--lp-font-display) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  color: var(--lp-primary) !important;
  flex-shrink: 0 !important; }
.lp-testimonials .lp-testimonials-name-row { display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin-bottom: 2px !important; }
.lp-testimonials .lp-testimonials-name { font-size: 13px !important;
  font-weight: 600 !important;
  color: var(--lp-foreground) !important;
  margin: 0 !important;
  line-height: 1.3 !important; }
.lp-testimonials .lp-testimonials-stars { font-size: 10px !important;
  line-height: 1 !important; }
.lp-testimonials .lp-testimonials-business { font-size: 11px !important;
  color: var(--lp-muted) !important;
  margin: 0 !important;
  line-height: 1.4 !important; }
@media (max-width: 767px) {
.lp-testimonials .lp-testimonials-grid { grid-template-columns: 1fr !important; }
}
@media (max-width: 767px) {
.lp-testimonials .lp-testimonials-title { font-size: 26px !important; }
}
@media (max-width: 767px) {
.lp-testimonials { overflow-x: hidden !important;
    max-width: 100vw !important;
    box-sizing: border-box !important; }
}
@media (max-width: 767px) {
.lp-testimonials-wrapper [class*="lp-"][class$="-inner"] { max-width: 100% !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    box-sizing: border-box !important; }
}
@media (max-width: 767px) {
.lp-testimonials .wp-block-columns { flex-direction: column !important;
    flex-wrap: wrap !important; }
}
@media (max-width: 767px) {
.lp-testimonials .wp-block-column { flex-basis: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    min-width: 0 !important; }
}
@media (max-width: 767px) {
.lp-testimonials img { max-width: 100% !important;
    height: auto !important; }
}
@media (max-width: 767px) {
.lp-testimonials .lp-testimonials-carousel { gap: 16px !important; }
}
@media (max-width: 767px) {
.lp-testimonials .lp-testimonials-grid { grid-template-columns: 1fr !important;
    width: 100% !important;
    flex-basis: 100% !important; }
}
@media (max-width: 767px) {
.lp-testimonials .lp-testimonials-card { padding: 20px !important; }
}
@media (max-width: 767px) {
.lp-testimonials .lp-testimonials-dots { gap: 8px !important; }
}
@media (max-width: 767px) {
.lp-testimonials .lp-testimonials-dot { width: 8px !important;
    height: 8px !important; }
}
@media (max-width: 767px) {
.lp-testimonials .lp-testimonials-dot.lp-active { width: 10px !important;
    height: 10px !important; }
}
