.post-detail .detail-content {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px;
}

.post-detail .cate-and-date {
    display: flex;
    column-gap: 18px;
}

.post-detail .cate-and-date .cate span {
    color: #5F7935;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}

.post-detail .cate-and-date .date span {
    color: #6A6A6A;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}

.post-detail .detail-container {
    padding-top: 36px;
}

.post-detail h1.post-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 47.36px;
    font-family: var(--font-body);
    margin-top: 10px;
    margin-bottom: 9px;
}

.post-detail .no-post {
    text-align: center;
    display: block;
    padding: 100px 0;
}

.post-detail .author-and-share {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 40px;
    padding-top: 10px;
}

.post-detail .author-avatar {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.post-detail .author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.post-detail .post-author {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.post-detail .author-name span{
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}

.post-detail .custom-share-buttons {
    display: flex;
    column-gap: 25px;
    align-items: center;
}

.post-detail .custom-share-buttons .btn-share {
    display: block;
    padding: 0;
}

.post-detail .custom-share-buttons .btn-share.copy-link-button {
    border: 0;
    background: transparent;
    width: 26px;
    position: relative;
    height: auto;
}

.post-detail .post-content {
    padding-top: 0;
    padding-bottom: 79px;
}

.post-detail .post-content .post-thumbnail img {
    width: 100%;
    height: 483px;
    display: block;
    object-fit: cover;
    border-radius: 0;
}

.post-detail .post-content .post-thumbnail {
    padding-bottom: 40px;
}

.post-detail .post-content p {
    margin-bottom: 26px;
}

.post-detail .post-content p:last-child{
    margin-bottom: 0;
}

.post-detail .post-content ul.wp-block-list,
.post-detail .post-content ol.wp-block-list {
    margin-top: 0;
    padding-left: 24px;
    margin-bottom: 25px;
}

.post-detail .post-content a {
    text-decoration: underline;
    color: #222222;
    word-break: break-all;
}

.post-detail .post-content ul.wp-block-list {
    list-style: none;
}

.post-detail .post-content ul.wp-block-list li {
    position: relative;
}

.post-detail .post-content ul.wp-block-list li:before {
    position: absolute;
    display: block;
    content: '';
    background: #222222;
    width: 4px;
    height: 4px;
    left: -14px;
    top: 11px;
    border-radius: 50%;
}

.related-posts {
    padding-top: 17px;
    padding-bottom: 0;
    border-top: 1px solid #959595;
}

.related-posts h3.related-title {
    margin-bottom: 0px;
    font-size: 24px;
    font-weight: 500;
    line-height: 34.75px;
}

.single .news-listing {
    padding-top: 40px;
    padding-bottom: 84px;
}

.single section.image-gallery .container{
    padding: 0;
}

.single .post-detail .video iframe {
    width: 100%;
    height: 483px;
}

.single section.image-gallery {
    padding: 40px 0 48px;
}

.single .post-content .video {
    padding-top: 40px;
    border-top: 1px solid #959595;
}

.single section.image-gallery .sliders {
    border-bottom: 0;
}

.single section.image-gallery .sliders .caption {
    padding: 40px 0 0;
}

.single .post-detail .no-post {
    text-align: center;
    display: block;
    padding: 100px 0;
}

.single .post-detail .video.video-upload video {
    width: 100%;
    display: block;
}

.single section.image-gallery .sliders .swiper-buttons {
    bottom: -25px;
}

.copy-success span{
    color: #222222;
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    position: absolute;
    right: 0;
    display: block;
    max-width: 150px;
    width: 150px;
    text-align: right;
    margin-top: 9px;
}

.copy-success{
    display: none;
}

.single .wp-block-image {
    margin-bottom: 26px;
}

.post-detail .post-content .wp-block-button .wp-block-button__link {
    color: #fff;
    text-decoration: none;
}

body.single .is-layout-flex {
    margin-bottom: 26px;
}

@media screen and (max-width:1280px) {
    .post-detail .detail-content {
        max-width: 100%;
        padding: 0;
    }
}

@media screen and (max-width:767px) {
    .single section.image-gallery {
        padding: 40px 0 0;
    }

    .single section.image-gallery .sliders {
        padding-bottom: 20px;
    }

    .breadcrumbs > span {
        display: flex;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .post-detail .post-content .post-thumbnail img {
        width: 100%;
        height: 336px;
        display: block;
        object-fit: cover;
        border-radius: 0;
    }

    .breadcrumbs>span>span{
        display: inline-flex;
        width: auto;
        height: auto;
        align-items: center;
    }

    .entry-header-post .text-wrapper .breadcrumbs>span {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .post-detail h1.post-title {
        font-size: 20px;
        font-weight: 500;
        line-height: 28.96px;
    }

    .post-detail .author-and-share {
        flex-wrap: wrap;
        row-gap: 23px;
        padding-bottom: 20px;
    }

    .post-detail .post-content {
        padding-bottom: 40px;
    }

    .single .news-listing {
        padding-bottom: 58px;
        gap: 40px;
    }

    .post-detail .detail-container {
        padding-top: 40px;
    }

    .post-detail .cate-and-date {
        column-gap: 20px;
    }
}

@media screen and (max-width:500px) {
    .post-detail .custom-share-buttons {
        width: 100%;
    }

    .single .wp-block-image img {
        height: 230px;
        object-fit: cover;
    }
}

@media screen and (max-width:425px) {
    .single .post-detail .video iframe {
        width: 100%;
        height: 208px;
    }
}