.jobs-wrapper-190379fa {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    padding: 40px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.jobs-header-190379fa {
    margin-bottom: 50px;
    text-align: center;
}

.jobs-subtitle-190379fa {
    font-size: 14px;
    color: #8bc34a;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 10px;
}

.jobs-title-190379fa {
    font-size: 36px;
    line-height: 1.3;
    color: #111111;
    font-weight: 700;
    max-width: 700px;
    margin: 0 auto;
}

.jobs-grid-190379fa {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

@media (max-width: 991px) {
    .jobs-grid-190379fa {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .jobs-grid-190379fa {
        grid-template-columns: 1fr;
    }
}

.job-card-190379fa {
    background: #ffffff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    border: 1px solid #f0f0f0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.job-card-190379fa:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.job-card-meta-190379fa {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.job-badge-190379fa {
    background-color: #5cb85c;
    color: white;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

.job-location-190379fa {
    font-size: 12px;
    color: #777777;
    font-weight: 500;
}

.job-card-title-190379fa {
    font-size: 20px;
    font-weight: 700;
    color: #222222;
    margin: 0 0 15px 0;
}

.job-card-desc-190379fa {
    font-size: 14px;
    color: #666666;
    line-height: 1.6;
    margin: 0 0 25px 0;
    flex-grow: 1;
}

.job-card-btn-190379fa {
    background-color: #111111;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.job-card-btn-190379fa:hover {
    background-color: #333333;
    color: #ffffff;
}

.btn-icon-190379fa {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    margin-left: 10px;
}

.jobs-footer-190379fa {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    border-top: 1px solid #eeeeee;
    padding-top: 40px;
}

.jobs-footer-text-190379fa {
    font-size: 15px;
    color: #666666;
    line-height: 1.7;
    margin-bottom: 15px;
}

.jobs-footer-link-190379fa {
    color: #5cb85c;
    font-weight: 600;
    text-decoration: none;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: color 0.3s ease;
}

.jobs-footer-link-190379fa:hover {
    color: #4ca84c;
}
