/* Ultra Simple Job Portal - Max Width */
#jobpost-section {
    padding: 2rem 0;
    background: #f7f7f7;
}

#jobpost-section .container {
    max-width: 1400px !important;
    margin: 0 auto;
    padding: 0 1rem;
}

/* Single Job Card */
#jobpost-section header,
#jobpost-section .sjb-job-description,
#jobpost-section .job-features,
#jobpost-section .jobpost-form {
    background: white;
    margin: 1rem 0;
    padding: 1.5rem;
    padding-bottom:0;
    
    border-radius: 10px;
    /*box-shadow: 0 2px 5px rgba(0,0,0,0.1);*/
}
#jobpost-section .job-features{
    margin-top:0;
    margin-bottom:0;
}

/* Logo */
#jobpost-section .company-logo img {
    /*width: 60px;*/
    /*height: 60px;*/
    border-radius: 8px;
}

/* Company/Job Info */
#jobpost-section .job-info h4 {
    margin: 0 0 0.5rem 0;
    font-size: 1.4rem;
    color: #222;
}

#jobpost-section .job-info a {
    color: #2563eb;
    text-decoration: none;
}

/* Badges */
#jobpost-section .job-type,
#jobpost-section .job-location,
#jobpost-section .job-date {
    display: inline-block;
    padding: 0.5rem 1rem;
    margin: 0.2rem;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 500;
}

#jobpost-section .job-type { background: #10b981; color: white; }
#jobpost-section .job-location { background: #3b82f6; color: white; }
#jobpost-section .job-date { background: #e5e7eb; color: #374151; }

/* Tagline */
#jobpost-section .company-tagline {
    background: #eff6ff;
    color: #1e40af;
    padding: 1rem;
    border-radius: 8px;
    margin-bottom:2rem !important;
    margin-top: 1rem;
    
}
#sjb-application-form{
    margin-top:0 !important;
}

/* Description */
#jobpost-section .sjb-job-description {
    line-height: 1.6;
    font-size: 1.1rem;
    color: #333;
}

/* Features */
#jobpost-section .job-features h3 {
    color: #222;
    margin-top:0;
    margin-bottom:0;
}

#jobpost-section .job-features table td {
    padding: 0.8rem;
    border-bottom: 1px solid #eee;
}

#jobpost-section .job-features td:first-child {
    font-weight: 600;
    color: #666;
    background: #f9f9f9;
}

/* Form */
#jobpost-section .jobpost-form h3 {
    color: #222;
    text-align: center;
    margin-bottom: 1.5rem;
}

#jobpost-section .form-control {
    width: 100%;
    padding: 0.8rem;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-bottom: 1rem;
}

#jobpost-section .btn-primary {
    background: #10b981;
    color: white;
    padding: 0.8rem 2rem;
    border: none;
    border-radius: 6px;
    font-weight: 600;
}

/* Mobile */
@media (max-width: 768px) {
    #jobpost-section .container {
        padding: 0 0.5rem;
    }
}

@media (max-width: 765px) {
  .main-content > section:first-of-type {
    padding-top: 90px;
  }
}
.main-content > section:first-of-type {
  padding-top: 110px;
  padding-bottom: 35px;
}