/*
 Theme Name:   GP Jobs
 Theme URI:    https://wplitetheme.com/gp-jobs/
 Description:  GeneratePress Child theme for Sarkari Jobs website. Using this child theme you can easily create a sarkari jobs website. This GeneratePress Child theme design by wplitetheme.com
 Author:       WPLiteTheme.com
 Author URI:   https://wplitetheme.com
 Template:     generatepress
 Version:      1.5.0
*/
.recrenza-job-container{
    max-width:1200px;
    margin:40px auto;
    padding:20px;
}

.recrenza-job-header{
    background:#ffffff;
    border-radius:12px;
    padding:30px;
    box-shadow:0 2px 12px rgba(0,0,0,.08);
    margin-bottom:30px;
}

.recrenza-job-title{
    font-size:34px;
    font-weight:700;
    margin:0;
}

.recrenza-job-content{
    background:#fff;
    padding:30px;
    border-radius:12px;
    box-shadow:0 2px 12px rgba(0,0,0,.08);
}
/* Hide application email by default */
.job_application.application .application_details{
    display:none;
}