.doctor-source-card:hover .doctor-source-card__image{transform:scale(1.04)}.doctor-source-card__features{display:flex;align-items:center;gap:20px;margin-bottom:22px;flex-wrap:wrap}.doctor-source-card__feature{display:flex;align-items:center;gap:10px}.doctor-source-card__feature-icon{width:34px;height:34px;border-radius:50%;background:rgba(255,255,255,.12);display:flex;align-items:center;justify-content:center;flex-shrink:0}.doctor-source-card__feature-icon svg{width:17px;height:17px;color:var(--dsc-mint)}.doctor-source-card__feature-text{font-size:13px;font-weight:600;color:var(--dsc-white);line-height:1.35}.doctor-source-card__divider{width:1px;height:30px;background:rgba(255,255,255,.18);flex-shrink:0}.doctor-source-card__arrow{position:absolute;z-index:3;top:20px;right:20px;width:40px;height:40px;border-radius:50%;background:rgba(32,217,193,.18);border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .25s ease,background .25s ease,filter .25s ease}.doctor-source-card__arrow:hover{transform:scale(1.08);background:rgba(32,217,193,.3);filter:brightness(1.1)}.doctor-source-card__arrow svg{width:16px;height:16px;color:var(--dsc-white);transition:transform .25s ease}.doctor-source-card__arrow:hover svg{transform:translateX(2px)}@media (max-width:1199px) and (min-width:768px){.doctor-source-card__image{width:130px;height:130px}}@media (max-width:767px){.doctor-source-card__image{width:120px;height:120px}.doctor-source-card__features{justify-content:center;gap:14px}.doctor-source-card__feature-text{text-align:left}.doctor-source-card__arrow{top:14px;right:14px}}