.career-banner-text {
    max-width: 700px;
    margin: 15px auto 20px;
    font-size: 17px;
    line-height: 1.7;
}

.career-area {
    background: #f8faf9;
}

.career-heading .section-subtitle {
    display: inline-block;
    color: #198754;
    font-weight: 700;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: .8px;
}

.career-heading h2 {
    font-weight: 800;
    margin-bottom: 10px;
}

.career-heading p {
    color: #6c757d;
    margin-bottom: 0;
}

.career-filter-card {
    background: #fff;
    border: 1px solid #e7ece9;
    border-radius: 15px;
    padding: 22px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, .04);
}

.career-filter-card .form-label {
    font-weight: 600;
}

.career-job-card {
    height: 100%;
    background: #fff;
    border: 1px solid #e4ebe7;
    border-radius: 16px;
    padding: 26px;
    transition: all .25s ease;
}

.career-job-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .08);
}

.career-job-top {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.career-job-top h3 {
    font-size: 23px;
    margin-bottom: 6px;
    font-weight: 700;
}

.career-department {
    color: #198754;
    font-weight: 600;
}

.career-opening {
    display: inline-flex;
    align-items: center;
    background: #eaf7f0;
    color: #198754;
    font-size: 12px;
    font-weight: 700;
    border-radius: 50px;
    padding: 7px 11px;
    height: fit-content;
    white-space: nowrap;
}

.career-job-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 18px 0;
}

.career-job-meta span {
    background: #f3f7f5;
    color: #53615b;
    padding: 7px 11px;
    border-radius: 50px;
    font-size: 13px;
}

.career-job-meta i {
    color: #198754;
    margin-right: 5px;
}

.career-description {
    color: #69766f;
    line-height: 1.7;
}

.career-last-date {
    color: #66736d;
    font-size: 14px;
    margin: 15px 0;
}

.career-last-date i {
    color: #198754;
    margin-right: 6px;
}

.career-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.btn-career {
    background: #198754;
    border-color: #198754;
    color: #fff;
}

.btn-career:hover,
.btn-career:focus {
    background: #146c43;
    border-color: #146c43;
    color: #fff;
}

.career-details {
    margin-top: 22px;
    padding-top: 20px;
    border-top: 1px solid #e8ecea;
}

.career-details h6 {
    font-weight: 700;
    margin: 15px 0 7px;
}

.career-detail-text {
    white-space: pre-line;
    color: #69766f;
    line-height: 1.7;
}

.career-empty {
    background: #fff;
    border: 1px solid #e5ebe8;
    border-radius: 15px;
    padding: 60px 20px;
    text-align: center;
}

.career-empty-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eaf7f0;
    color: #198754;
    font-size: 28px;
}

.career-empty p {
    color: #6c757d;
    margin-bottom: 0;
}

.career-modal {
    border: 0;
    border-radius: 16px;
    overflow: hidden;
}

.career-modal .modal-header {
    background: #f3f8f6;
    padding: 20px 24px;
}

.career-modal .modal-body {
    padding: 25px;
}

.career-modal .modal-footer {
    padding: 18px 24px;
}

.career-modal .form-label {
    font-weight: 600;
}

.career-modal .form-control,
.career-modal .form-select {
    min-height: 48px;
    border-radius: 8px;
    border-color: #dfe7e3;
}

.career-modal textarea.form-control {
    min-height: 110px;
}

.career-selected-job {
    color: #198754;
    font-weight: 600;
    margin-top: 4px;
}

.required:after {
    content: " *";
    color: #dc3545;
}

.career-modal small {
    color: #6c757d;
}

@media (max-width: 575px) {
    .career-job-top {
        display: block;
    }

    .career-opening {
        margin-top: 10px;
    }

    .career-actions .btn {
        width: 100%;
    }
}
