.job-poster-card {
    background: #ffffff;
    border: 1px solid rgba(6, 18, 36, 0.1);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 9px 26px 0px rgba(31, 31, 51, 0.06);
}

.job-poster-card a {
    display: block;
    background: #f7f8fc;
}

.job-poster-card img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 72vh;
    object-fit: contain;
    object-position: top;
}

.job-poster-card__caption {
    padding: 12px 16px;
    font-size: 13px;
    color: #6c757d;
    text-align: center;
}

@media (max-width: 991px) {
    .job-poster-card {
        margin-bottom: 30px;
    }

    .job-poster-card img {
        max-height: 70vh;
    }
}
