.post-header {
    position: relative;
    width: 100%;
}

.post-header-image, .post-header-image-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
}

.post-header-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: unset !important;
}

.post-header-image-overlay {
    z-index: 2;
    background-color: rgba(54, 54, 54, 0.5);
}

.post-header-content {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 60px 20px;
    color: #ffffff;
    font-family: "Oswald", sans-serif;
    text-shadow: 1px 1px 2px #00000073;
}


@media all and (min-width: 600px) {
    .post-header-content {
        padding: 60px 0;
    }
}

.post-header-title {
    text-transform: uppercase;
    font-size: 55px;
    font-weight: 600;
    line-height: 60px;
    text-align: center;
    margin-bottom: 20px;
    max-width: 1200px;
}

.post-header-author {
    font-family: "Roboto", sans-serif;
    font-size: 28px;
    font-weight: 600;
}

.post-header-date {
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    font-weight: 600;
}

.line-divider {
    width: 68px;
    height: 4px;
    background-color: #FFFFFF;
    margin: 30px 0;
    transform: skew(-45deg);
}

.post-content {
    padding: 0 20px 20px;
}

@media all and (min-width: 1200px) {
    .post-content {
        padding: 0 0 20px;
    }
}

.post-content-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 40px;
}

.post-content-description {
    font-family: "Roboto", sans-serif;
    margin: 40px 0;
    font-size: 22px;
    font-weight: normal;
    line-height: 30px;
    position: relative;
}

.post-content-description--trim {
    margin-bottom: 10px;
}

.post-content-description--trim:after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
}

.post-content-description h1, .post-content-description h2, .post-content-description h3, .post-content-ingredients h2 {
    font-family: "Oswald", sans-serif;
    font-size: 34px;
    font-weight: 600;
    text-transform: uppercase;
}

.post-content-description b, .post-content-description strong {
    font-weight: 600;
}

.post-content-copyright {
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin-top: 50px;
}

.post-content-copyright--small-margin {
    margin-top: 10px;
}

.post-green-box {
    background-color: #DBFFEC;
    padding: 20px;
    color: #363636;
    font-weight: 600;
    text-align: center;
    margin-top: 40px;
}

@media all and (min-width: 600px) {
    .post-green-box {
        padding: 40px 110px;
    }
}

.post-green-box .title {
    font-family: "Oswald", sans-serif;
    font-size: 34px;
    text-transform: uppercase;
}

.post-green-box .post-green-box-progress {
    margin: 10px 0 20px;
    height: 20px;
    width: 100%;
    border-radius: 10px;
    position: relative;
    background-color: #BFE5D1;
}

.post-green-box .text {
    font-family: "Roboto", sans-serif;
    font-size: 28px;
    line-height: 38px;
}

.post-green-box .post-green-box-progress:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 10%;
    height: 100%;
    background-color: #04AA52;
    border-radius: 10px;
}
