.job-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.job-meta-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.job-meta-list li {
    display: grid;
    grid-template-columns: 26px 1fr auto;
    gap: 12px;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px dashed #e5e5e5;
}

.job-meta-list li:last-child {
    border-bottom: none;
}

.job-meta-list i {
    color: #053c61;
    font-size: 1.1rem;
}

.job-meta-list span {
    color: #555;
    font-size: 0.9rem;
}

.job-meta-list strong {
    font-weight: 600;
    color: #222;
}

.education {
    padding: 12px;
    border-radius: 0 0 8px 8px;
}

.job-section {
    margin-bottom: 35px;
}

.job-section h5 {
    font-weight: 600;
    margin-bottom: 12px;
    border-left: 4px solid #053c61;
    padding-left: 10px;
    color: #2c3e50;
}

.job-section div,
.job-section p {
    line-height: 1.7;
    color: #333;
    text-align: justify;
}

/* revet */
.job-section h2,
.job-section h3,
.job-section p,
.job-section ul,
.job-section li {
    margin: revert;
    padding: revert;
    font-weight: revert;
    color: revert;
    list-style: revert;
}


/* revet */

.apply-bar {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.apply-bar .btn {
    padding: 12px 28px;
    font-weight: 600;
    border-radius: 8px;
}

.btn-primary {
    background: #053c61 !important;
    border: none;
}

.btn-primary:hover {
    background: #053c61 !important;
}

.btn-outline-primary {
    border: 2px solid #053c61 !important;
    color: #053c61 !important;
}

.btn-outline-primary:hover {
    background: #053c61 !important;
    color: #fff !important;
}

.apply-email-btn {
    background-color: #053c61;
    border-color: #053c61;
    color: #ffffff;
}

.apply-email-btn:hover {
    background-color: #ffffff;
    color: #053c61;
    border-color: #053c61;
}

.apply-email-btn:hover i {
    color: #053c61;
}



/* Fix subscription section on mobile */
@media (max-width: 768px) {
    .newsletter-two__btn {
        position: unset !important;
    }
}