.career-list__items{flex-direction:column;row-gap:1rem;display:flex}.career-list__empty{text-align:center;opacity:.6;margin:0 auto;padding:3rem 1rem;font-size:1.5rem;line-height:1.3}.career-list__load-more{cursor:pointer;background:0 0;border:.05px solid #ddd;border-radius:2rem;margin:1.5rem auto 0;padding:.5rem 1.5rem;font-size:1rem;line-height:1;transition:background .2s,color .2s,border-color .2s;display:inline-flex}.career-list__load-more:hover{background:var(--color-blue);color:#fff;border-color:var(--color-blue)}.career-card{border:.05rem solid #9a9a9a;border-radius:.5rem;justify-content:space-between;align-items:center;gap:.5rem 1rem;padding:1.5rem;display:flex}.career-card__category{align-items:center;gap:.5rem;font-size:.8rem;line-height:1;display:flex}.career-card__category i{font-size:1.5rem}.career-card__category span{opacity:.8}.career-card__title{color:var(--color-black);margin-top:.5rem;font-size:1.3rem;font-weight:500}.career-card__meta{flex-direction:column;row-gap:1rem;margin-top:1rem;display:flex}.career-card__meta-item{align-items:center;font-size:.8rem;line-height:1.6;display:flex}.career-card__meta-item i{min-width:2rem;font-size:1.5rem;display:inline-block}.career-card__cta{border:.05rem solid var(--color-light-black);border-radius:2rem;justify-content:center;align-items:center;gap:0;width:2.9rem;min-width:2.9rem;height:2.9rem;padding:.3rem;transition:all .25s ease-in-out;display:flex;box-shadow:0 0 .25rem #0000}.career-card__cta:hover{justify-content:space-between;gap:.5rem;width:9rem;padding-left:1rem;box-shadow:0 0 .25rem #00000026}.career-card__cta:hover .career-card__cta-text{width:max-content;font-size:1rem}.career-card__cta:hover .career-card__cta-icon{background:var(--color-red)}.career-card__cta-icon{background:var(--color-blue);border-radius:50%;justify-content:center;align-items:center;width:2.3rem;min-width:2.3rem;height:2.3rem;transition:all .25s ease-in-out;display:flex}.career-card__cta-text{justify-content:center;align-items:center;width:0;height:1.5rem;font-size:0;transition:all .25s ease-in-out;display:flex;overflow:hidden}@media only screen and (max-width:1199px){.career-card__cta{justify-content:space-between;gap:.5rem;width:9rem;padding-left:1rem;box-shadow:0 0 .25rem #00000026}.career-card__cta .career-card__cta-text{width:max-content;font-size:1rem}.career-card__cta .career-card__cta-icon{background:var(--color-red)}}@media only screen and (max-width:767px){.career-card{flex-direction:column;align-items:flex-start;gap:1.5rem;padding:1rem}.career-card__meta{flex-direction:row;gap:1rem}.career-card__meta-item{flex:1}.career-card__content{width:100%}}
