.job-card{display:flex;flex-direction:row;width:100%;justify-content:space-between;padding:1rem;box-sizing:border-box}@media(max-width:400px){.job-card{flex-direction:column}}.job-card--featured{background-color:#f8f6f3}.job-card__img-container{position:relative;width:60px;height:60px}.job-card__status{font-weight:700;text-transform:uppercase;font-size:.75rem;color:#fefefe;background-color:#55a78e;padding:2px .5rem;border-radius:4px;white-space:nowrap}.job-card__left{display:flex;flex-direction:row;align-items:center;width:100%;gap:1rem}.job-card__left-job-display{display:flex;flex-direction:column;width:100%}.job-card__right{text-align:right;flex:0 0 auto;max-width:100%;font-size:.875rem}.job-card__right-location{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:5px;width:100%;color:#55a78e}.job-card__right-location-svg{margin-top:-5px;width:.75rem;fill:#55a78e}@media(max-width:400px){.job-card__right-location{justify-content:flex-end}}.job-card__right-date{color:rgba(40,31,15,.54);font-size:.875rem}.job-card__info{display:flex;flex-direction:column;text-align:start;text-decoration:unset}.job-card__info-title{font-size:1.125rem;margin:0;font-weight:700;line-height:1.4;color:rgba(40,31,15,.84);font-family:Inter,sans-serif;font-weight:600}.job-card__info-title:hover{text-decoration:underline}.job-card__info-bottom{display:flex;flex-wrap:wrap;align-items:center;gap:5px;font-size:.8375rem;font-weight:700;color:red;margin-right:.5rem;cursor:pointer;font-family:Inter,sans-serif;font-weight:500}