/* Widget Border */
.widget {
    border-bottom: 0px !important;
}

.widget_title {
    margin-left: 0.75em;
    font-size: 19px;
}

/* Individual job container */
#premium_job_listing {
    clear: both;
    /*display: inline-block;*/
    background-color: #ffffff;
    border-radius: 4px;
    overflow: hidden;
    padding: 13px 13px 0px 13px;
}

#premium_job_listings_container {
    border-style: solid;
    border-width: 2px;
    border-color: #7082C1;
    border-top: none;   
    margin-top: -15px;
}
/* Section header eg, Featured or featured */
#premium_job_listings_container > h2 {
    margin-bottom: 15px !important;
    margin-top: 15px !important;
}
/* Job Listing thumbnail */
#job_comp_thumb {
    /* width: 7em; */
    height: 50%;
    float: left !important;
    padding-right: 15px;
    /* To push the company name over inline with the rest of the text */
    margin: 0.5em 0em 3em 0px;
}
/* Job listing title container */
#job_title {
    display: inline;
    text-align: left;
    width: auto;
    font-size: 18px;
}
#job_title > h4 {
    padding-bottom: 0px;
}
#job_title > h4 > a:hover {
    color: #437DC5 !important;
    padding: 0px;
    margin: 0px;
}
/* Job listing title */
#job_title > h4 > a {
    margin: 0px !important;
    font-size: 17px;
    color: #0F2232 !important;
    padding: 0px;
    margin: 0px;
}
/* Salary text */
#salary > span {
    /* padding-left: 10px !important; */
    font-size: 16px;
}
/* Company name text */
#company {
    padding-bottom: 16px;
    font-size: 16px;
}
#company > span {
    /* padding-left: 10px !important; */
    /* padding-bottom: 10px; */
}
/* Job listing information text */
#prem_job_text_info {
    /* width: max-content !important; */
    float: left !important;
    width: -moz-available !important;
    width: -webkit-fill-available !important;
    width: auto;
   }
/* Styling section of plugin */
.job_position_premium {
   /* background-color: #fff5c0; */
}