.therapists-card{display:flex;flex-direction:column;background:white;width:200px}.horizontal-therapist-card{display:flex;flex-direction:row;width:50%;height:260px}.therapists-card-content{padding:var(--n-space-s)}.therapist-card-badge{padding:8px;border:none;border-radius:var(--n-border-radius-s);font-size:var(--n-font-size-l);background:var(--n-color-status-info-weak);color:var(--n-color-text-weak)}.therapist-card-rating{display:flex;align-items:center;gap:var(--n-space-xs)}.therapist-card-rating-stars{display:flex}.therapist-card-rating-stars>*{transform:scale(.7)}.recommended-therapist-card{display:flex;flex-direction:column;width:270px;overflow:hidden;border-radius:var(--n-border-radius);border-color:var(--n-color-border);border-width:1px}.recommended-therapist-card:hover{border-color:var(--n-color-border-strong)}.recommended-therapist-card-image{max-width:270px;width:100%;height:270px;position:relative;-o-object-fit:cover;object-fit:cover;overflow:hidden}.recommended-therapist-heading{color:var(--n-colors-text,#0c1a3d);font-size:18px;white-space:nowrap;line-height:28px}.therapist-card-description{padding:var(--n-space-l);flex-shrink:1}.therapist-card-horizontal{display:flex;flex-direction:row;width:100%;overflow:hidden}.therapist-card-horizontal.card-outline:hover{border-color:var(--n-color-border-strong)}.therapist-card-horizontal-specialities{display:flex;flex-direction:row;gap:8px;flex-wrap:wrap;overflow:hidden}.recommended-therapist-subtitle{font-size:var(--n-font-size-m);font-weight:var(--n-font-weight);line-height:150%;color:var(--n-color-text)}.therapist-card-image-wrapper{position:relative;width:108px;height:108px;flex-shrink:0}.therapist-card-image-wrapper img{-o-object-fit:cover;object-fit:cover}@media screen and (max-width:767px){.therapists-card{width:310px}.therapist-profile-picture{width:310px;height:310px}.horizontal-therapist-card{width:350px}.therapist-profile-picture-horizontal-card{width:200px}.recommended-therapist-card{display:flex;flex-direction:column;width:270px}.card-heading{font-size:18px;line-height:28px}.therapist-card-image-wrapper{width:72px;height:72px}}@media screen and (max-width:656px){.therapist-card-horizontal{max-width:280px;max-height:none;width:100%;flex-direction:column}.therapist-card-description{padding:var(--n-space-m)}}