.job-offer-widget article {
    display: flex;
    align-items: center;
}

.job-offer-widget .entry-title {
    display: inline-flex;
    width: 73%;
    align-items: center;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    min-height: 0 !important;
    line-height: 1.3 !important;
}

.job-offer-widget .post-content {
    display: inline-flex;
    justify-content: end;
    width: 26%;
}

/* Réduction de l'espacement entre les articles */
.job-offer-widget .et_pb_post {
    margin-bottom: 15px !important; /* Réduit la marge entre chaque article */
    padding-bottom: 15px !important; /* Réduit le padding en bas */
}

/* Optionnel : si vous voulez un espacement encore plus compact */
.job-offer-widget  article:not(:last-child) {
    border-bottom: 1px solid #eee; /* Ajoute une fine ligne entre les articles */
}

/* Responsive */
@media (max-width: 768px) {
    .job-offer-widget article {
        display: block;
    }

    .job-offer-widget .entry-title {
        width: 100%;
    }

    .job-offer-widget .post-content {
        margin-top: 15px;
        width: 100%;
    }

    .job-offer-widget .more-link {
        width: 100%;
    }
}
