.job-card{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative;display:flex}.job-card__body{background-color:#fff;border-radius:var(--border-radius-default);box-shadow:var(--box-shadow-default);padding:var(--padding-default);display:flex;flex-flow:row wrap;justify-content:space-between;min-height:190px}.job-card__text{flex-basis:80%;margin-bottom:1.5rem}.job-card__title{font-size:1.5rem}.job-card__description{display:block;margin-bottom:.75rem}.job-card__icon{text-align:center;flex-basis:20%;max-height:55px}.job-card__icon img{display:unset;border-radius:4px;position:relative;max-height:100%;top:-6px}.job-card__tag-area{flex-basis:100%;white-space:nowrap;margin-bottom:.8rem}.job-card__tag{display:inline-block;color:#bcb8b8;padding:.5rem .8rem;font-weight:600;font-size:.7rem;border-radius:4px;border:2px solid #c7c2c2;margin:0 0 .35rem .375rem}.job-card__tag:first-child{margin-left:0}.job-card__button-area{flex-basis:100%}