.single-post h1{
    font-size: 28px;
}
.single-post h2,
.single-post h3,
.single-post h4{
    font-weight: 500;
}
.single-post article.post .box{
    padding: 24px;
    background-color: white;
    border-radius: 4px;
}
.single-post article.post .box .entry-header{
    margin-bottom: 8px;
}
.single-post article.post .box .entry-header .entry-header-text,
.single-post article.post .box .entry-header .entry-header-text .entry-title{
    padding: 0px;
    margin: 0px;
    line-height: 1.4;
}
.single-post article.post .box .post-meta,
.single-post article.post .box .post-meta span,
.single-post article.post .box .post-meta span a{
    display: inline-flex;
    align-items: center;
    gap: 4px;
}
.single-post article.post .box .post-meta{
    gap: 16px;
}
.single-post article.post .box .post-meta span{
    font-size: 12px;
}

.single-post article.post .box .entry-content{
    display: flex;
    flex-direction: column;
    gap:16px;
    padding: 0px;
}
.single-post article.post .box .entry-content > svg{
    width: 100%;
}
.single-post article.post .box .entry-content .content *{
    margin-bottom: 8px;
}
.single-post article.post .box .entry-content .content p{
    font-size: 13px;
}
.single-post article.post .box .blog-share{
    text-align: left;
}
.single-post article.post .box .blog-share .social-icons *{
    margin: 0px;
    padding: 0px;
    top: 0px;
}
.single-post article.post .box .blog-share .social-icons{
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 0 6px;
}
.single-post article.post .box .blog-share .social-icons > a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent !important;
    border: none;
    box-shadow: none;
}
.single-post article.post .box .blog-share .social-icons > a i{
    display: none;
}
.single-post article.post .box .blog-share .social-icons > a:before{
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
}
.single-post article.post .box .blog-share .social-icons > a.facebook:before {
    background-image: url('../image/icon-fb.png');
    
}
.single-post article.post .box .blog-share .social-icons > a.x:before {
    background-image: url(../image/icon-x.png);
}
.single-post article.post .box .blog-share .social-icons > a.pinterest:before {
    background-image: url(../image/icon-pin-d.png);
}
.single-post article.post .box .blog-share .social-icons > a.email:before {
    background-image: url(../image/icon-email.png);
}
.single-post article.post .box .blog-share .btn--print{
    background-color: #1FC16B;
    color: white;
    border-radius: 99px !important;
    width: 28px;
    height: 28px;
    min-height: fit-content;
    font-size: 16px;
    line-height: 1;
    margin: 0px !important;
    padding: 0px;
}
.single-post .post-sidebar{
    border: none !important;
    padding-left: 0 !important;
}
.single-post .post-sidebar .textwidget {
    padding: 24px;
    background-color: white;
    border-radius: 4px;
}
.single-post .post-sidebar .products{
    margin: 0px !important;
}
.single-post .post-sidebar .products .product{
    max-width: 100%;
    flex-basis: 100%;
    padding: 8px 0px;
    border-bottom: 2px dashed #eeeeee;
}
.single-post .post-sidebar .products .product:last-child{
    border: none;
    padding-bottom: 0px;
}
.single-post .post-sidebar .products .product .box {
    display: grid;
    grid-template-columns: 80px 1fr;
    align-items: center;
    gap: 8px;
}
.single-post .post-sidebar .products .product .box .box-image {
    padding: 0px;
}
.single-post .post-sidebar .products .product .box .box-image img{
    position: unset;
    aspect-ratio: 1/1;
    object-fit: cover;
}
.single-post .post-sidebar .products .product .price{
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 4px;
    color: #C9252C;
}
.single-post .post-sidebar .products .product .price{
    font-size: 12px;
}
.single-post .post-sidebar .products .product .price del{
    order: 2;
    font-size: 10px;
    color: #6F6667;
}
.single-post .post-sidebar .products .product .box .box-text{
    padding: 0px;
}
.single-post .post-sidebar .products .product .box .box-text .star-rating,
.single-post .post-sidebar .products .product .box .box-text .review-count,
.single-post .post-sidebar .products .product .box .box-text  .btns{
    display: none;
}
.single-post .post-sidebar .products .product  .badge-container{
    margin-top: 4px;
}
.single-post .post-sidebar .products .product  .badge-container .badge {
    width: fit-content;
    height: fit-content;
}
.single-post .post-sidebar .products .product  .badge-container .badge .badge-inner{
    background-color: #C9252C !important;
    font-size: 10px;
    padding: 4px;
}
.single-post .post-sidebar .products .product .box .box-text .product-title{
    height: fit-content !important;
}
.single-post .post-sidebar .aside-title{
    font-size: 20px;
    line-height: 1.2;
}
.single-post .entry-header{
    display: none;
}
.single-post .top-posts-slider .slider-controls{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}
.single-post .top-posts-slider .slider-controls p{
    margin: 0px;
}
.single-post .top-posts-slider .slider-controls button{
    margin: 0px;
    padding: 0px;
    font-size: 10px;
    line-height: 1;
    min-height: fit-content;
    width: 20px;
    height: 20px;
    background-color: #eeeeee;
}
.single-post .top-posts-slider .slider-slide { display: none; }
.single-post .top-posts-slider .slider-slide.active { display: flex; flex-wrap: wrap; justify-content: space-between; }
.single-post .top-posts-slider .top-post-item{
    padding: 0px;
    margin: 0px 0px 12px;
}
.single-post .top-posts-slider .top-post-item:last-child{
    margin-bottom: 0px;
}
.single-post .top-posts-slider .top-post-item a{
    display: grid;
    grid-template-columns: 80px 1fr;
    align-items: center;
    gap: 8px;
}
.single-post .top-posts-slider .top-post-item a strong{
    margin: 0px !important;
    font-size: 12px;
    font-weight: 400;
}
.single-post #post_author{
    padding: 24px;
    background-color: white;
    margin-top: 24px;
}
.single-post #post_author .author-name{
    padding: 0px;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 20px;
}
.single-post #post_author .author-desc{
    margin-bottom: 8px;
    font-size: 12px;
}
.single-post #content{
    padding-bottom: 0px;
}
.single-post  .yarpp-related{
    max-width: 1370px;
    margin: 0px auto !important;
    padding-bottom: 32px;
}
.single-post  .yarpp-related h3{
    font-size: 24px;
    padding-left: 12px;
}
.single-post .yarpp-related .yarpp-thumbnails-horizontal .slick-slide{
    padding: 0 12px;
}
.single-post .yarpp-related .yarpp-thumbnails-horizontal a{
    width: 100%;
    height: 100%;
    margin: 0px;
}
.single-post .yarpp-related .yarpp-thumbnails-horizontal a img{
    aspect-ratio: 16/9;
    object-fit: cover;
    margin: 0px;
    width: 100%;
    height: 100%;
}
.single-post .yarpp-related .yarpp-thumbnails-horizontal a .yarpp-thumbnail-title{
    margin: 0px;
    padding: 8px;
    max-height: 55px;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    background-color: white;
}