.referral-source-card{position:relative;padding:1.5rem;border-radius:1rem;border:2px solid;cursor:pointer;transition:all .2s}.referral-source-card--selected{box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);transform:scale(1.02)}.referral-source-card--unselected{border-color:#dadbd2;background-color:#fff}.referral-source-card--unselected:hover{border-color:#ff4a20;background-color:#eeefe8;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.referral-source-card__container{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:1rem}.referral-source-card__content-wrapper{display:flex;align-items:center;gap:1rem;flex:1}.referral-source-card__icon-container{flex-shrink:0;width:3rem;height:3rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.referral-source-card__icon-container--unselected{background-color:#eeefe8}.referral-source-card:hover .referral-source-card__icon-container--unselected{background-color:#e0dfd7}.referral-source-card__icon{width:1.5rem;height:1.5rem}.referral-source-card__icon--selected{color:#fff}.referral-source-card__icon--unselected{color:#191919}.referral-source-card__text-content{flex:1;min-width:0}.referral-source-card__title{font-size:1.125rem;font-weight:600;color:#191919;margin-bottom:.25rem}.referral-source-card__description{font-size:.875rem;color:#5a5a5a}