/*
 MUST use with the plugin "	WP Job Openings" - https://wordpress.org/plugins/wp-job-openings/
 The CSS written here is specifically designed 
 to modify the `/careers` page.
 
 You can find this file 
 at the path `themes/massive-dynamic-child/careers.css`.

 Written by Soomin Choi - soomin.choi@netvalue.nz
*/

/* To handle Responsive design, 
   We should use 
    - width: 100%;
    - padding: 80px 10%;
*/
.awsm-job-wrap.awsm-job-form-plugin-style {
    width: 73%;
    padding: 80px 180px;
    width: 100%;
    padding: 80px 10%;
    margin: 0 auto;
}

.awsm-job-item a {
    font-weight: 500;
}

.md_text_style-65656254de1c4 .md-text-content * {
	line-height: 45px;
}


.awsm-job-form-inner h2 { color: rgb(40 40 40);}


#layoutcontainer > div.layout > div.awsm-job-main.awsm-job-single-content > div > h1{color: rgb(0 0 0);}

/*
 * Dark Mode - Career Page  */
/* .awsm-job-wrap.awsm-job-form-plugin-style, .awsm-job-wrap.awsm-job-form-plugin-style * {
	background-color: #191A1A;
	border-color: #363A3B;
} */