/* ═══════════════════════════════════════════════
   Teaser Emploi (listing + related)
   ═══════════════════════════════════════════════ */

/* ── Teaser item emploi : largeur égale ── */
.type_emploi .teaser__item,
.cpt .container .teaser__item:has(.teaser__image--emploi) {
    max-width: 100%;
    width: 100%;
}

/* ── Image / Logo entreprise ── */
.teaser__image--emploi {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--dark);
    padding: 0;
    height: 207px;
}

.teaser__image--emploi img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ── Metas (ville, contrat, expérience) ── */
.teaser__emploi-metas {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 16px;
}

.teaser__emploi-meta {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    line-height: 18px;
    color: #666;
}

.teaser__emploi-meta svg {
    flex-shrink: 0;
    stroke: var(--gold);
}
