.posting-category {
    text-transform: uppercase;
    display: inline-block;
    margin-right: 15px;
    color: #808080;
    font-size: 12px;
    line-height: 1.4;
    margin-top: 15px;
}
.posting-category img{
    margin: auto 5px auto;
    float: left;
}
.spin-ai-jobs-filter{
    padding-bottom:32px;
}
.spin-ai-lever-jobs .loader{
    position: absolute;
    left: -10px;
    right: -10px;
    bottom: -10px;
    top: -10px;
    background: rgba(255,255,255,.4);
    border-radius: 10px;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: start;
}
.spin-ai-lever-jobs .loader img{
    width:32px;
    height: 32px;
}
.spin-ai-lever-jobs .loader > div{
    padding: 10px;
    background: rgba(0,0,0,.1);
    border-radius: 10px;
    overflow: hidden;
    height: 52px;
}
.spin-ai-lever-jobs{
    position: relative;
}