.role-card{position:relative;display:flex;align-items:center;gap:1.5rem;padding:1.5rem;border-radius:1rem;border:2px solid;cursor:pointer;transition:all .2s}.role-card--selected{border-color:#ff4a20;background:linear-gradient(to bottom right,#fff7ed,#fef2f2);box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);transform:scale(1.02)}.role-card--unselected{border-color:#dadbd2;background-color:#fff}.role-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)}.role-card__icon-container{flex-shrink:0;width:4rem;height:4rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;transition:all .2s}.role-card:hover .role-card__icon-container--unselected,.role-card__icon-container--selected{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.role-card__icon{width:2rem;height:2rem}.role-card__content{flex:1;min-width:0}.role-card__title{font-size:1.125rem;font-weight:700;color:#191919;margin-bottom:.5rem}.role-card__description{font-size:.875rem;color:#5a5a5a;line-height:1.625}.role-card__radio-wrapper{flex-shrink:0}