/*
Theme Name: Superio Child
Template: superio
Version: 1.0
*/

body.single-job_listing {
    background: #f5f7fb !important;
}

/* HEADER CARD */

.single-job_listing .job-detail-header {
    background: #fff;
    border-radius: 28px;
    padding: 50px !important;
    box-shadow: 0 10px 40px rgba(0,0,0,0.06);
    margin-bottom: 40px;
}

/* TITLE */

.single-job_listing .job-detail-header h1 {
    font-size: 56px !important;
    line-height: 1.1;
    font-weight: 700;
    color: #111827;
}

/* DESCRIPTION CARD */

.single-job_listing .job-detail-description {
    background: #fff;
    border-radius: 28px;
    padding: 50px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
}

/* CONTENT */

.single-job_listing .job-detail-description,
.single-job_listing .job-detail-description p {
    font-size: 18px;
    line-height: 1.9;
    color: #4b5563;
}

/* APPLY BUTTON */

.single-job_listing .btn-apply-job,
.single-job_listing .btn-apply {
    background: #111827 !important;
    border-radius: 16px !important;
    padding: 16px 28px !important;
    border: none !important;
    font-weight: 700;
}

/* SIDEBAR */

.single-job_listing .job-detail-sidebar {
    background: #fff;
    border-radius: 28px;
    padding: 30px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
}

/* REMOVE MARKETPLACE CLUTTER */

.single-job_listing .bookmark-btn,
.single-job_listing .social-share,
.single-job_listing .apus-social-share,
.single-job_listing .job-detail-share,
.single-job_listing .related-jobs {
    display: none !important;
}