.job-posting-wrap {
    padding: 16px 0;
    margin-bottom: 20px;
}
.job-posting {
    position: relative;
    margin-bottom: 48px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}

.job-posting__header,
.job-posting__body {
    padding: 12px 24px;
}
.job-posting__header {
    display: flex;
    justify-content: space-between;
    background-color: rgba(0, 0, 0, 0.02);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.job-posting__heading {
    margin-bottom: 0;
}
.job-posting__meta-col {
    width: 50%;
}
.job-posting__meta-col_right {
    text-align: right;
}
.job-posting__meta {
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    padding-bottom: 16px;
}
.job-posting__meta-item {}
.job-posting__excerpt {}
.job-posting__apply {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-grow: 1;
}

.job-posting__excerpt {}
.job-posting__content {}

.job-posting__admin-message {
    background-color: rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 4px 16px;
    margin-bottom: 16px;
}

/*
.job-posting {
    position: relative;
    margin-bottom: 48px;

    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 6px;
}
.job-posting:last-child {
    margin-bottom: 0;
}

.job-posting__link:hover {

}


.job-posting__header {
    display: flex;
    justify-content: space-between;


    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);

}
.job-posting__back {
    align-self: center;
}



.job-posting__description {
    padding: 18px 32px;
}
.job-posting__date {
    font-style: italic;
    line-height: 1.5;
    font-size: 16px;
}

.job-posting__meta-col {

}
.job-posting__submit {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-grow: 1;
}
.job-posting__submit .rounded-button {
    margin: 0;
}

.job-posting-not-found {
    padding: 24px;
    text-align: center;
    border: 1px solid #c3cf21;
}


 */
@media only screen and (max-width: 960px) {

    .job-posting {
        margin-bottom: 32px;
    }
    .job-posting__meta {
        flex-direction: column;
    }
    .job-posting__meta-col {
        width: 100%;
    }
    .job-posting__meta-col_left {
        padding-bottom: 12px;
    }
    .job-posting__meta-col_right {
        text-align: center;
    }
}

