/*
Theme Name: Wood Lake RV
Author: The Medora Team
Author URI: http://medora.ca/
Version: 1.0
*/

.job-posting__meta-item {
    line-height: 1.5;
}

.job-posting__meta-col_right .rounded-button {
    margin-left: 0;
    margin-right: 0;
}

.job-posting__back {
    font-size: 14px;
    align-self: center;
}
.job-posting__back a,
.job-posting__back a:hover {
    color: #333;
}

.job-posting_single {
    margin-top: 32px;
}

.job-posting_single .job-posting__heading {
    font-size: 2.0rem;
}

.job-posting__content strong {
    font-weight: bold;
}

.job-posting__content ul,
.job-posting__content ol {
    padding-left: 20px;
}

@media only screen and (max-width: 767px) {
    .job-posting_single .job-posting__heading {
        font-size: 1.8rem;
        line-height: 2.0rem;
    }

    .job-posting__header {
        flex-direction: column-reverse;
    }
}

