/* 
    Created on : May 12, 2022, 4:31:49 PM
    Author     : DxCore
*/

.jobs-item{
    padding: 10px 15px;
    border-radius: 3px;
    position: relative;
    border: 1px solid #d0d0d0;
    box-shadow: 0px 4px 6px rgb(44 44 44 / 4%);
}
.jobs-item+.jobs-item{
    margin-top: 15px;
}
.jobs-title{
    font-size: 130%;
    font-weight: bold;
    margin-bottom: 5px;
}
.jobs-title:first-letter{
    text-transform: uppercase !important;
}
.jobs-company{
    color: #8f8f8f;
    text-transform: uppercase;
}
.meta-tag{
    background-color: #f1f1f1;
    color: black;
    font-size: 90%;
    padding: 4px 8px;
    border-radius: 3px;
}
.meta-tag:hover{
    background-color: #f79d11;
    color: white;
}
.meta-tag.catalogue:hover{
    background-color: #e4002b;
}
.meta-created{
    color: #8f8f8f;
}
.jobs-item .thumb{
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 15px;
}
.jobs-item .thumb a,.jobs-item .thumb{
    display: flex;
}
.swiper-container .re__card-compact{
    width: calc(212px - 2px);
    height: calc(283px - 2px);
    margin-right: 15px;
}
.view-star{
    margin-top: 5px; display: inline-block;
}