.therapist-carousel-wrapper{display:flex;align-items:center;max-width:1280px;margin:0 auto;padding:0 8px;gap:16px;width:100%;box-sizing:border-box}.therapist-carousel-arrow{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;border:1px solid rgba(61,97,40,.2);background:#fff;color:#3d6128;box-shadow:0 2px 8px rgba(0,0,0,.08);cursor:pointer;transition:background .25s ease,color .25s ease,border-color .25s ease;z-index:2;padding:0}.therapist-carousel-arrow:hover{background:#3d6128;color:#fff;border-color:#3d6128}.therapist-carousel-arrow svg{width:20px;height:20px;display:block}.therapist-carousel-track{display:flex;flex:1;min-width:0;overflow:hidden;padding:16px 0;scroll-behavior:auto}.therapist-carousel-card{flex-shrink:0;flex-grow:0;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;box-sizing:border-box;padding:28px 10px 20px;border-radius:20px;background:#fff;box-shadow:0 1px 6px rgba(0,0,0,.05);border:1px solid rgba(0,0,0,.04);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;text-decoration:none;color:inherit}.therapist-carousel-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.1);border-color:rgba(61,97,40,.15)}.therapist-carousel-card__avatar{display:flex;align-items:center;justify-content:center;margin-bottom:16px}.therapist-carousel-card__name{display:flex;flex-direction:column;align-items:center;min-height:2.75rem;justify-content:center;text-align:center}.therapist-carousel-card__first,.therapist-carousel-card__last{display:block;font-family:Cormorant Garamond,Times New Roman,serif;font-size:15px;font-weight:700;line-height:1.3;color:#2c2c2c;transition:color .2s ease}.therapist-carousel-card:hover .therapist-carousel-card__first,.therapist-carousel-card:hover .therapist-carousel-card__last{color:#3d6128}.therapist-carousel-card__cred{margin:4px 0 0;min-height:1.25rem;text-align:center;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#5a7a45}.therapist-carousel-card__link{margin-top:auto;padding-top:8px;font-size:12px;font-weight:600;color:#3d6128;opacity:0;transition:opacity .2s ease}.therapist-carousel-card:hover .therapist-carousel-card__link{opacity:1}@media (max-width:640px){.therapist-carousel-wrapper{gap:8px;padding:0 4px}.therapist-carousel-arrow{width:40px;height:40px}.therapist-carousel-card{padding:20px 8px 16px}}