/* ------------------------------------------------------------------
 * Hegau24 Jobs — Results Layer
 * ------------------------------------------------------------------ */

.hegau24-jobs__results {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

.hegau24-jobs__results-header {
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin: 0 0 16px;
    min-height: 24px;

    box-sizing: border-box;
}

.hegau24-jobs__results-count {
    display: inline-block;

    font-size: 15px;
    line-height: 1.4;
    font-weight: 600;

    color: #52677c;
}

.hegau24-jobs-list {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

@media (max-width: 767px) {

    .hegau24-jobs__results-header {
        margin-bottom: 12px;
    }

    .hegau24-jobs__results-count {
        font-size: 14px;
    }

    .hegau24-jobs__in-list-ad-slot {
        min-height: 150px;
        margin: 20px 0;
        padding: 16px;
        border-radius: 12px;
    }
}
