/* GM Testimonials Carousel - frontend styles (numbers + progress inline) */
.gm-tc{position:relative;max-width:1100px;margin:0;padding:0 24px;text-align:center;color:#2b2018}
.gm-tc__viewport{overflow:hidden}
.gm-tc__track{display:flex;transition:transform .45s ease;will-change:transform}
.gm-tc__slide{min-width:100%;padding:0;box-sizing:border-box}
.gm-tc__quote{font-size:1.5em;line-height:1.3;font-weight:400;margin:0 auto;max-width:1000px;position:relative;color:#4E5D5A; font-style:normal; border:0 !important; text-align:left; padding-top:0; padding-left:0; padding-right:0;}
.gm-tc__quote p {margin:0}
.gm-tc__credit{font-size:clamp(14px,1.6vw,18px);color:#a86f36;margin-top:8px;font-weight:700}

/* Bottom nav row */
.gm-tc__nav{display:flex;align-items:center;justify-content:center;gap:0;margin-top:0px}
.gm-tc__arrow{width:24px;height:44px;border:0;background:transparent;cursor:pointer;position:static;transform:none;padding:0}
.gm-tc__arrow:before{content:'';display:block;width:14px;height:14px;border-left:3px solid #6d5e8f;border-bottom:3px solid #6d5e8f;margin:0 auto;transform:rotate(45deg)}
.gm-tc__arrow--next:before{transform:rotate(-135deg)}

/* number meter */
.gm-tc__meter{display:flex;align-items:center;gap:14px;min-width:220px}
.gm-tc__count-current,.gm-tc__count-total{font-family:inherit;font-weight:500;letter-spacing:.16em;color:#7b7f82;font-size:14px}
.gm-tc__progress{position:relative;flex:1;height:6px;background:#e9ecef;border-radius:0px;overflow:hidden}
.gm-tc__progress-bar{position:absolute;left:0;top:0;height:100%;width:0%;background:#6d5e8f;transition:width .45s ease}

/* (dots removed) */

@media (max-width:640px){
  .gm-tc{padding:0 12px;margin:28px auto}
  .gm-tc__arrow{width:36px;height:36px}
  .gm-tc__meter{min-width:160px;gap:10px}
}


/* credit + nav on one line */
.credit-nav{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:0px}
.gm-tc__credit-line{white-space:normal}

/* hide per-slide credit since it's mirrored in the nav row */
.gm-tc__slide .gm-tc__credit{display:none}
