/* LG - Resident Testimonials */
.lg-resident-testimonials { color: var(--lg-testimonials-text, var(--lg-text));}
.lg-resident-testimonials__items { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: var(--lg-testimonials-gap,24px);}
.lg-resident-testimonials__card { display: flex; min-width: 0; overflow: hidden; flex-direction: column; background: var(--lg-testimonials-card,#fff); border-radius: var(--lg-testimonials-radius,5px); box-shadow: 0 12px 30px rgba(55,24,67,.05);}
.lg-resident-testimonials__media { aspect-ratio: 1.48/1; overflow: hidden;}.lg-resident-testimonials__image { display: block; width: 100%; height: 100%; object-fit: cover;}
.lg-resident-testimonials__body { display: flex; min-height: 205px; padding: 22px 24px 18px; flex: 1; flex-direction: column;}
.lg-resident-testimonials__quote { margin: 0; padding: 0; border: 0; color: var(--lg-testimonials-title,var(--lg-eggplant));}
.lg-resident-testimonials__quote > span { display: block; height: 21px; color: var(--lg-jacaranda); font-family: var(--wd-alternative-font,"Reckless",Arial,Helvetica,sans-serif); font-size: 46px; line-height: 1;}
.lg-resident-testimonials__quote p { margin: 7px 0 0; font-family: var(--wd-alternative-font,"Reckless",Arial,Helvetica,sans-serif); font-size: 20px; line-height: 1.2; font-weight: 400;}
.lg-resident-testimonials__footer { display: flex; margin-top: auto; padding-top: 17px; border-top: 1px solid var(--lg-border); align-items: center; justify-content: space-between; gap: 15px;}
.lg-resident-testimonials__footer cite { color: var(--lg-testimonials-title,var(--lg-eggplant)); font-family: var(--wd-alternative-font,"Reckless",Arial,Helvetica,sans-serif); font-size: 14px; line-height: 1.2; font-style: italic;}
.lg-resident-testimonials__footer span { color: var(--lg-jacaranda); font-family: var(--wd-text-font,Arial,Helvetica,sans-serif); font-size: 9px; line-height: 1.2; letter-spacing: .2em; text-align: right; text-transform: uppercase;}

@media (max-width:1024px) {
	.lg-resident-testimonials__items { display: flex; gap: var(--lg-testimonials-carousel-gap,24px); overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory; scrollbar-width: none; cursor: grab;}
	.lg-resident-testimonials__items::-webkit-scrollbar { display: none;}
	.lg-resident-testimonials__items.is-dragging { cursor: grabbing; scroll-snap-type: none; user-select: none;}
	.lg-resident-testimonials__card { flex: 0 0 calc((100% - var(--lg-testimonials-carousel-gap,24px)) / 2); scroll-snap-align: start;}
	.lg-resident-testimonials--width-full .lg-resident-testimonials__card { flex-basis: 100%;}
	.lg-resident-testimonials__controls { display: flex; min-height: 20px; margin-top: 24px; align-items: center; gap: 18px;}
	.lg-resident-testimonials__progress { height: 2px; background: rgba(55,24,67,.18); flex: 1; overflow: hidden;}
	.lg-resident-testimonials__progress span { display: block; width: 100%; height: 100%; background: var(--lg-jacaranda); transform: scaleX(0); transform-origin: left center; transition: transform .25s ease;}
	.lg-resident-testimonials__pagination { display: flex; align-items: center; justify-content: center; gap: 7px;}
	.lg-resident-testimonials__pagination button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 50%; background: rgba(55,24,67,.22); box-shadow: none;}
	.lg-resident-testimonials__pagination button.is-active { background: var(--lg-jacaranda);}
	.lg-resident-testimonials__counter { color: var(--lg-testimonials-title,var(--lg-eggplant)); font-size: 13px; line-height: 1; white-space: nowrap;}
}
@media (max-width:767px) {
	.lg-resident-testimonials__items { width: calc(100% + 15px); padding-right: 15px;}
	.lg-resident-testimonials__card { flex-basis: min(84vw,340px);}
	.lg-resident-testimonials--width-full .lg-resident-testimonials__items { width: 100%; padding-right: 0;}
	.lg-resident-testimonials--width-full .lg-resident-testimonials__card { flex-basis: 100%;}
	.lg-resident-testimonials__body { min-height: 190px; padding: 20px;}
    .lg-resident-testimonials__quote p { font-size: 19px;}
}

@media (min-width:1025px) {
	.lg-resident-testimonials__controls { display: none;}
}
