body.single article {
    margin: 0;
}
article header.entry-header {
    background-color: #05352B;
    padding: 160px 0 80px;
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
    row-gap: 16px;
}
article header.entry-header h1, 
article header.entry-header > h2 {
    position: relative;
    color: #FFFFFF;
    font-family: 'Product Sans';
    font-size: 40px;
    line-height: 48px;
    font-weight: 400;
    margin: 0;
    text-align: center;
    max-width: 670px;
    margin: auto;
}
article header.entry-header .entry-meta .entry-date {
    color: #878E80;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 13px;
}
article header.entry-header .entry-meta .entry-cate ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
article header.entry-header .entry-meta .entry-cate ul li {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.06em;
    color: #FAFAFA;
    text-align: center;
    background: transparent;
    border: 1px solid;
    padding: 4px 8px;
    border-radius: 6px;
    margin: 2px;
    text-transform: uppercase;
}
article header.entry-header .entry-tags .tags-links {
    display: flex;
    flex-direction: row;
    column-gap: 4px;
}
article header.entry-header .entry-tags .tags-links a {
    padding: 4px 8px;
    background-color: #CBC6B6;
    border-radius: 6px;
    text-decoration: none;
    text-transform: uppercase;
    color: #706046;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .9px;
}

article div.post-thumbnail {
    position: relative;
    max-width: 1170px;
    margin: 0 auto 48px;
}
article div.post-thumbnail:before {
    content: '';
    display: block;
    padding-top: 50%;
}
article div.post-thumbnail > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
article div.entry-content {
    padding-top: 80px;
    padding-bottom: 81px;
    margin: 0;
    background: #FAFAFA;
}
article div.entry-content .container {
    max-width: 818px;
}
article div.entry-content h2 {
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    margin-bottom: 16px;
}
article div.entry-content h6 {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}
article div.entry-content p {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.05em;
    margin-top: 0;
    margin-bottom: 24px;
}
article div.entry-content p:last-child {
    margin-bottom: 0;
}
article div.entry-content h3
article div.entry-content h4 {
    font-weight: 300;
}
article div.entry-content h4 {
    letter-spacing: 0.05em;
    line-height: 27px;
}
article div.entry-content .wp-block-group {
    margin-bottom: 48px;
}
article div.entry-content .wp-block-group:last-child {
    margin-bottom: 0;
}
.related-blog-container {
    padding: 80px 135px;
    position: relative;
}
.related-blog-container > p {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 3px;
    margin: 0 0 70px;
}
.social-share {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.social-share h5.title-share {
    font-family: Product Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.05em;
    color: #2F3033;
    margin: 0;
    padding-right: 8px;
}
.social-share ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.social-share ul li {
    padding: 0 8px;
}
.social-share ul li a img {
    display: block;
}
.entry-related-blog {
    position: relative;
    background: #FAFAFA;
    padding-top: 80px;
    padding-bottom: 80px;
}
.entry-related-blog:before {
/*    content: '';*/
    position: absolute;
    top: 0;
    border-top: 1px solid #cccfc9;
    max-width: 1170px;
    width: calc(100% - 48px);
    left: 50%;
    transform: translateX(-50%);
}
.entry-related-blog .blog-heading {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 58px;
}
.entry-related-blog .title-nav {
    width: calc(100% - 136px);
    padding-right: 40px;
}
.entry-related-blog .slider-nav {
    width: 136px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 0;
}
.entry-related-blog .slider-nav .slider-btn {
    cursor: pointer;
}
.entry-related-blog .slider-nav .slider-btn.swiper-button-disabled {
    opacity: .2;
    cursor: default;
}
.entry-related-blog h5.title {
    font-family: Product Sans;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 0.15em;
    color: #152305;
    text-transform: uppercase;
    margin: 0;
}
.entry-related-blog .list-blog h4.item-title {
    font-family: 'Product Sans';
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 11px;
}
.entry-related-blog .list-blog h4.item-title a {
    text-decoration: none;
    color: #152305;
}
.entry-related-blog .list-blog .desc {
    border-bottom: 1px solid #cccfc9;
    padding-bottom: 13px;
    margin-bottom: 13px;
}
.entry-related-blog .list-blog .desc p {
    font-family: 'Product Sans';
    font-size: 14px;
    font-weight: 300;
    line-height: 17px;
    letter-spacing: 0.05em;
    text-align: left;
    margin: 0;
    color: #61665A;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    height: 34px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.entry-related-blog .list-blog .date-new {
    font-family: Product Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.1em;
    text-align: left;
    color: #61665A;
    text-transform: capitalize;
}
.entry-related-blog .list-blog .date-new span.dots {
    width: 4px;
    height: 4px;
    display: inline-block;
    background: #61665A;
    border-radius: 50%;
    margin: 3px 7px;
}

@media screen and (max-width: 767px) {
    article header.entry-header {
        padding: 140px 0 64px;
    }
    article header.entry-header h1 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 16px;
    }
    article header.entry-header .entry-meta .entry-date {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0.09em;
        margin-bottom: 13px;
        margin-bottom: 23px;
    }
    article div.post-thumbnail {
        margin: 0 auto 23px;
    }
    article div.entry-content h2 {
        font-size: 32px;
        line-height: 40px;
    }
    article div.entry-content h4 {
        letter-spacing: 0.05em;
        line-height: 24px;
        font-size: 18px;
    }
    article div.entry-content p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 22px;
    }
    .entry-related-blog .container {
        padding-right: 0;
    }
    .entry-related-blog .blog-heading {
        margin-bottom: 30px;
        padding-right: 24px;
    }
    .entry-related-blog .list-blog h4.item-title {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0.05em;
        height: 48px;
        margin-bottom: 11px;
    }
    .entry-related-blog .list-blog .desc {
        padding-bottom: 11px;
    }
    .entry-related-blog .list-blog .desc p {
        font-size: 13px;
        line-height: 16px;
        height: 32px;
    }
    .entry-related-blog .list-blog .date-new {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0.09em;
    }
    .entry-related-blog .slider-nav .slider-btn {
        position: relative;
        top: 3px;
    }
    .entry-related-blog {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}