.therapist-card-wrapper{box-sizing:border-box;width:100%;margin:20px 0;font-family:inherit}.therapist-card-container{background:var(--stitch-card-bg,#fff);border:1px solid var(--stitch-border,#e2e8f0);box-sizing:border-box;text-align:left;border-radius:16px;flex-direction:row;align-items:flex-start;gap:20px;padding:24px;transition:background .2s,box-shadow .2s,border-color .2s;display:flex;box-shadow:0 10px 30px #0000000a}.therapist-card-container:hover{border-color:#cbd5e1;box-shadow:0 14px 36px #00000012}.therapist-card-avatar-wrapper{flex-shrink:0;justify-content:center;align-items:center;display:flex}.therapist-card-avatar{object-fit:cover;border:3px solid #08c;border-radius:50%;width:90px;height:90px;display:block;box-shadow:0 6px 16px #0088cc2e}.therapist-card-content{flex-direction:column;flex:1;align-items:flex-start;display:flex}.therapist-card-badge{text-transform:uppercase;letter-spacing:.05em;color:#08c;background:#0088cc1a;border-radius:20px;margin-bottom:8px;padding:3px 10px;font-size:.72rem;font-weight:700;display:inline-block}.therapist-card-title{color:var(--stitch-text,#1e293b);margin:0 0 4px;font-size:1.15rem;font-weight:700;line-height:1.35}.therapist-card-subtitle{color:#64748b;margin-bottom:12px;font-size:.9rem}.therapist-card-description{color:var(--stitch-muted,#475569);margin:0 0 18px;font-size:.95rem;line-height:1.55}.therapist-card-telegram-btn{cursor:pointer;background:#08c;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:12px 22px;font-size:.95rem;font-weight:600;transition:all .2s;display:inline-flex;box-shadow:0 4px 14px #0088cc40;color:#fff!important;text-decoration:none!important}.therapist-card-telegram-btn:hover{background:#0077b5;transform:translateY(-2px);box-shadow:0 6px 18px #0088cc59}.therapist-card-telegram-btn:active{transform:translateY(0)}.therapist-telegram-icon{fill:currentColor;flex-shrink:0;width:20px;height:20px}body.dark-mode-active .therapist-card-container,[data-theme=dark] .therapist-card-container{background:#1e293b;border-color:#334155;box-shadow:0 10px 30px #0000004d}body.dark-mode-active .therapist-card-container:hover,[data-theme=dark] .therapist-card-container:hover{border-color:#475569;box-shadow:0 14px 36px #0006}body.dark-mode-active .therapist-card-badge,[data-theme=dark] .therapist-card-badge{color:#38bdf8;background:#38bdf826}body.dark-mode-active .therapist-card-title,[data-theme=dark] .therapist-card-title{color:#f8fafc}body.dark-mode-active .therapist-card-subtitle,[data-theme=dark] .therapist-card-subtitle{color:#94a3b8}body.dark-mode-active .therapist-card-description,[data-theme=dark] .therapist-card-description{color:#cbd5e1}body.dark-mode-active .therapist-card-avatar,[data-theme=dark] .therapist-card-avatar{border-color:#38bdf8;box-shadow:0 6px 16px #38bdf840}@media (max-width:580px){.therapist-card-container{text-align:center;flex-direction:column;align-items:center;padding:20px 16px}.therapist-card-avatar-wrapper{margin-bottom:4px}.therapist-card-avatar{width:84px;height:84px}.therapist-card-content{align-items:center}.therapist-card-title{font-size:1.1rem}.therapist-card-telegram-btn{box-sizing:border-box;width:100%}}
