.instructor-profile-card{border:1px solid #e7e7e7;border-radius:8px;background:#fff;transition:transform .2s ease,box-shadow .2s ease}.instructor-profile-card:hover{transform:translateY(-4px);box-shadow:0 4px 10px 0 rgba(0,0,0,.1)}.instructor-profile-card__photo{position:relative;aspect-ratio:8/9;overflow:hidden;border-radius:5px;background:#e7e7e7}.instructor-profile-card__photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.instructor-profile-card__exp{display:flex;align-items:center;gap:6px;font-size:14px;color:#0c548c;font-weight:500}.instructor-profile-card__exp i{font-size:14px;flex-shrink:0}.instructor-profile-card__name{font-weight:600;color:#191919}.instructor-profile-card__education{display:flex;align-items:center;gap:6px;margin:0;color:#5d5d5d;font-size:14px}.instructor-profile-card__education i{color:#0c548c;font-size:14px;flex-shrink:0}.instructor-profile-card__education span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.instructor-profile-card__subjects{display:flex;flex-wrap:nowrap;gap:4px;overflow:hidden}.instructor-profile-card__subject{display:inline-block;flex-shrink:0;white-space:nowrap;padding:.25rem .5rem;background:#e7e7e7;border:1px solid #e7e7e7;border-radius:4px;color:#052e4d;font-size:12px}.instructor-profile-card__footer{border-top:1px solid #e7e7e7}.instructor-profile-card__rate{font-weight:700;color:#052e4d;font-size:16px}.instructor-profile-card__rate--custom{font-size:14px;color:#6d6d6d;font-weight:400}.instructor-profile-card__rate-unit{margin-left:.125rem;color:#6d6d6d;font-weight:400;font-size:12px}