/* Single Job Listing Wrapper */
.single_job_listing,
.single-layout-1 {
    color: #0b2442; /* main text color */
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

/* Job Title */
.entry-title {
    color: #0b2442;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

/* Meta Info (author, date, etc.) */
.entry-meta,
.entry-meta a {
    color: #0b2442;
    font-size: 14px;
    text-decoration: none;
}

.entry-meta a:hover {
    text-decoration: underline;
}

/* Job Listing Meta (job type, location, date) */
.job-listing-meta li,
.job-listing-meta li a {
    color: #0b2442;
    font-weight: 600;
    margin-right: 15px;
    display: inline-block;
}

.job-listing-meta li a:hover {
    text-decoration: underline;
}

/* Company Section */
.company {
    display: flex;
    align-items: center;
    margin-top: 20px;
    gap: 15px;
}

.company_logo {
    border-radius: 8px;
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.company_header .name {
    font-weight: 700;
    color: #0b2442;
    margin: 0;
}

.company_header .tagline {
    color: #0b2442;
    font-weight: 500;
    font-size: 14px;
}

.company_header a {
    color: #0b2442;
    margin-right: 10px;
    text-decoration: underline;
}

.company_header a:hover {
    color: #092037; /* slightly darker hover */
}

/* Job Description */
.job_description {
    margin-top: 20px;
    font-size: 16px;
    color: #0b2442;
}

/* Filled Position Notice */
.position-filled {
    color: #ff4d4d; /* highlight filled positions in red */
    font-weight: 700;
}

/* Google Map Link */
.google_map_link {
    color: #0b2442;
    text-decoration: underline;
}

.google_map_link:hover {
    color: #092037;
}


.job_listing_packages ul.job_packages li.user-job-package, .job_listing_packages ul.job_packages li.user-resume-package, .job_listing_packages ul.resume_packages li.user-job-package, .job_listing_packages ul.resume_packages li.user-resume-package, .resume_packages ul.job_packages li.user-job-package, .resume_packages ul.job_packages li.user-resume-package, .resume_packages ul.resume_packages li.user-job-package, .resume_packages ul.resume_packages li.user-resume-package {
	background: #eee;
	color: #000;
}



.jm-ui-button * {
	color: #fff;
}

.jm-ui-button:hover * {
	color: #000;
}


.job-manager-application-wrapper .application .application_button, .single_job_listing .application .application_button {
    display: inline-block;
    font-size: 1.1em;
    line-height: 1em;
    margin: 0 .5em 0 0;
    outline: 0;
    padding: 1em 2em;
    text-align: center;
    background: #071f40;
}

/* Apply only on tablets and mobiles */
@media (max-width: 1024px) {
  #submit-job-form label { 
    padding-bottom: 10px !important;
  }

}

.job-manager-form fieldset {
    zoom: 1;
    border: 0;
    border-bottom: 1px solid #eee;
    line-height: 2em;
    margin: 0 0 1em;
    padding: 15px !important;
}









