/* Job listing and details styles (scoped) */
.job-detail .workMode{
    border-radius: 2px;
    opacity: 0.5;
    background: #D9D9D9;
    margin-right:5px;
    font-size:14px;
}
.job-detail span{ padding-top:5px; padding-bottom:5px; }
.job-detail .skill, .job-detail .apply{ width:100px; }
.job-detail .duration{ color: #2C2C2C; font-size: 10px; font-weight:500; }
.job-detail .location{ color: #2C2C2C; font-size: 13.5px; font-weight: 500; }
.job-detail h6{ color: #2C2C2C; font-size: 16px; font-weight:700; }
.job-detail h3{ color: #2C2C2C; font-size: 16px !important; font-weight:700; padding-bottom:9px; }
.job-detail .c1,.job-detail .c2,.job-detail .c3{ width:fit-content; padding-right:10px; color: #2C2C2C; font-size: 16.429px; font-weight:500; }

.careers .sec1{ height:100px; }
.careers .sec2{ height:auto; }
.careers .card{ width:85%; }
.careers .side1,.careers .side2{ width:20%; padding-top:10px; padding-bottom:10px; }
