.post-wrapper {
    display: flex;
    gap: 16px;
}

.single-post .post-wrapper {
    padding: 0px 0px 50px 0px;
    gap: 70px;
}

.post-header .post-title {
    padding-bottom: 24px;
}

.post-header .post-summery {
    padding-bottom: 34px;
}

.single-post .sp-content {
    min-width: 850px;
    max-width: 1060px;
}

.single-post .sp-content .post-info {
    border-top: 1px solid #E7E7E7;
    border-bottom: 1px solid #E7E7E7;
    padding: 27px 0;
    display: flex;
    justify-content: space-between;
}

.post-info .wrapper {
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.post-info .wrapper span {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.8px;
    text-transform: uppercase;
    min-width: 100%;
}

.post-info .post-cat:hover img{
    filter: invert(35%) sepia(14%) saturate(5270%) hue-rotate(197deg) brightness(111%) contrast(85%);
}

.post-info .post-cat a{
    transition: all 0.25s ease-in-out;
}

.post-info .post-cat a:hover{
    color: #4076e2;
}

.single-post .author {
    border-radius: 50px;
    border: 2px solid #000;
    background: #FFF;
    padding: 6px 15px 6px 6px;
    gap: 15px;
    max-width: 220px;
    width: 100%;
    max-width: max-content;
}

.sp-content .author-info a,
.single-post .author a {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.8px;
    text-transform: uppercase;
}

.sp-content .author-info .author-desc img{
    width: 85px;
    height: auto;
    border: 1px solid rgba(0,0,0,0.3);
}

.sp-content .author-info a:hover,
.single-post .author a:hover {
    text-decoration: underline;
}

.single-post .sp-content p {
    color: #4D4D4D;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.14px;
}

.share-buttons {
    gap: 10px;
}

.share-buttons a {
    border: 2px solid var(--black-color);
    border-radius: 50px;
    width: 38.5px;
    height: 38.5px;
    background-color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.share-buttons a:hover {
    background-color: var(--black-color);
}

.share-buttons a img {
    transition: filter 0.3s ease-in-out;
}

.share-buttons a:hover img {
    filter: brightness(0) invert(1);
}

.single-post .share-wrapper .share-counts {
    color: #000;
    line-height: 16.8px;
    text-transform: capitalize;
    text-align: end;
    padding-top: 10px;
}

/*Slider*/

.single-post .post-img-slider {
    padding: 40px 0 55px;
}

.single-post .slider-buttons::before {
    display: none;
}

.single-post .slider-wrapper .slider-buttons {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    left: 30px;
    z-index: 2;
    justify-content: space-between;
}

.single-post .slider-section .slider {
    height: 575px;
}

.single-post .slider .slider-img {
    height: 575px;
}

.single-post .slider:after {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.00) 100%);
    height: 77px;
}

.single-post .slider h2 {
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 2;
    font-size: 14px;
    font-weight: 600;
    line-height: 16.8px
}

.single-post h3 {
    padding: 40px 0 20px;
}

.single-post .the-post-content ul {
    list-style: inherit;
    padding-left: 2rem;
    line-height: 1.6;
}

.single-post .the-post-content a{
    text-decoration: underline;
    text-underline-offset: 3px;
    color: #4076e2;
}

.single-post .the-post-content h3{
    padding: unset;
}

.single-post .the-post-content .content-text-title{
    margin-bottom: 10px;
}

.single-post .li-area:has(ol) {
    background: #F2F5F6;
    padding: 50px;
    margin-top: 50px;
}

.single-post .li-area ol {
    padding-left: 15px;
    margin: 0;
}

.single-post .li-area ol > li {
    color: #8E8E8E;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.14px;
}

.single-post .li-area ul {
    padding-top: 25px;
}

.single-post .li-area ul li a {
    color: #349BD6;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.14px;
    text-decoration-line: underline;
}

.single-post .quote {
    padding: 70px 0;
    display: flex;
    align-items: center;
    gap: 34px;
}

.post-faq {
    background: #F2F5F6;
    margin-bottom: 60px;
}

.post-faq .title {
    padding-bottom: 25px;
}

.single-post .post-faq .content-container {
    padding: 50px;
}

.single-post .post-faq .content-wrapper {
    display: flex;
    gap: 25px;
    flex-direction: column;
}

.post-faq .content-wrapper .qa-box {
    width: 100%;
}

.post-faq .qa-box .qn {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
}

.sp-content .post-images {
    padding-bottom: 50px;
}

.sp-content .post-images .image-box {
    max-width: 520px;
    width: 100%;
    position: relative;
    overflow: hidden;
    aspect-ratio: 1;
}

.sp-content .post-images .image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sp-content .info-card-wrapper {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    padding-top: 20px;
}

.sp-content .info-card-wrapper .info-card {
    width: calc(50% - 10px);
    padding: 30px;
    background: #F2F5F6;
}

.info-card-wrapper .info-card .title {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    padding-bottom: 15px;
}

.sp-content .author-info:not(.comment-content) {
    border-top: 1px solid #E7E7E7;
    border-bottom: 1px solid #E7E7E7;
    padding: 38px 0;
    margin-top: 53px;
    margin-bottom: 50px;
}

.sp-content .author-info .author-img {
    width: 80px;
    height: 80px;
}

.sp-content .author-info p {
    max-width: 613px;
    width: 100%;
}

.single-post .related-posts {
    background: #F2F6F6;
    padding: 60px 0 50px;
}

.related-posts .content-part .title {
    font-size: 30px;
}

.single-post .related-posts .post-wrapper {
    gap: 32px;
}

.single-post .tag-wrapper{
    padding-top: 45px;
}

.single-post .tag-wrapper li{
    display: inline-block;
    margin-right: 21px;
    margin-bottom: 7px;
}

.single-post .tag-wrapper a{
    color: #000;
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.12px;
    text-transform: uppercase;
    border-bottom: 2px solid #000;
    transition: all 0.25s ease-in-out;
}

.single-post .tag-wrapper a:hover{
    color: #4076e2;
    border-color: #4076e2;
}

.post-wrapper .left-bar {
    position: sticky;
    top: calc(var(--wp-admin--admin-bar--height, 0px) + 90px);
    height: 100%;
    width: 100%;
}

.left-bar .sm-post-wrapper .sm-post-card img,
.single-post .sm-post-wrapper .sm-post-card img {
    max-width: 98px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.left-bar .sm-post-wrapper .sm-post-card {
    border-top: 1px solid #e7e7e7;
    padding: 40px 0;
    width: 100%;
    max-width: 370px;
}

.left-bar .sm-post-card .post-title {
    max-width: 266px;
    width: 100%;
}

.left-bar .sm-post-wrapper .sm-post-card:last-child {
    border-bottom: 1px solid #e7e7e7;
}

.single-post .post-category{
    width: fit-content;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

/* PAGE STYLES */
.page-wrapper .post-wrapper{
    gap: 80px;
}

.single-post .sm-post-wrapper .post-category {
    border-bottom: 2px solid #ABABAB;
}

.page-wrapper .left-part{
    min-width: 1060px;
    max-width: 1060px;
}

.page-wrapper .left-part .sub-title{
    color: #8E8E8E;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.14px;
}

.post-wrapper .left-part h2{
    padding-bottom: 16px;
}

.post-wrapper .card-wrapper{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    padding-top: 38px;
}

.page-heading-info p {
    color: #8E8E8E;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.14px;
    padding-bottom: 13px;
}

.card-wrapper .about-card{
    width: calc(50% - 10px);
    padding: 50px;
    background-color: #F2F5F6;
}

.about-card h4{
    padding-bottom: 14px;
    font-size: 24px;
    font-weight: 600;
    line-height: 28.8px;
}

.about-card p{
    color: #8E8E8E;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.16px;
}

.about-card.img-card{
    padding: 0;
}

.about-card.img-card img{
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.about-card.sp-card{
    background-color: #E96D4B;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.about-card.sp-card h3{
    color: #ffffff;
}

@media only screen and (max-width: 1575px) {
    .page-wrapper .left-bar {
        display: none;
    }

    .page-wrapper .left-part {
        max-width: 100%;
        min-width: 100%;
    }
}

@media only screen and (max-width: 1575px) and (min-width: 1281px) {
	.single-post .sp-content {
		min-width: 840px;
		max-width: 840px;
	}
	.single-post .post-wrapper {
		gap: 40px;
	}
	.left-bar .sm-post-wrapper .sm-post-card{
		gap: 20px;
	}
	.sm-post-card .post-title {
		font-size: 16px;
		line-height: normal; 
	}
	.left-bar .sm-post-card .post-title, .left-bar .sm-post-wrapper .sm-post-card {
		max-width: 100%;
	}
}

@media only screen and (max-width: 1280px) {
    .single-post .left-bar {
        display: none;
    }

    .single-post .sp-content {
        max-width: 100%;
        min-width: 100%;
    }
	
	.related-posts.tp-section .sm-post-wrapper{
      display: none;
  	}
}

@media only screen and (max-width: 1199px) {

    .post-info .left-part {
        flex-direction: column;
    }

    .single-post .related-posts .post-wrapper {
        gap: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .single-post .sp-content .post-info {
        flex-direction: column;
        gap: 40px;
    }

    .post-info .share-wrapper {
        display: flex;
        flex-direction: column;
        width: fit-content;
    }

    .single-post .share-wrapper .share-counts {
        text-align: start;
    }

    .single-post .quote img {
        display: none;
    }

    .sp-content .info-card-wrapper {
        flex-direction: column;
    }

    .sp-content .info-card-wrapper .info-card {
        width: 100%;
    }

    .sp-content .author-info {
        flex-direction: column;
        align-items: center;
    }

    .sp-content .author-info .author-desc {
        flex-direction: column;
        text-align: center;
    }

    .single-post .share-wrapper .share-counts {
        text-align: center;
    }
}

@media only screen and (max-width: 640px) {

    .single-post .main-wrapper .post-wrapper{
		padding-bottom: 0;
	}

    .single-post .content-container{
	    padding-left: 20px;
	    padding-right: 20px;
	}

    .single-post .slider .slider-img,
    .single-post .slider-section .slider {
        height: 100%;
        aspect-ratio: 1;
    }

    .single-post .slider .slider-img img {
        padding-bottom: unset;
    }

    .post-info .left-part .info {
        flex-direction: column;
        gap: 8px;
        align-items: flex-start;
    }

    .left-part .info .wrapper img {
        min-width: 15px;
    }

    .single-post .related-posts .post-wrapper {
        gap: 14px;
        padding-top: 0;
		flex-wrap: wrap;
    }

    .single-post .related-posts {
        padding-bottom: 0;
    }

    .single-post .li-area:has(ol) {
		padding: 40px;
	}

    .single-post .post-faq .content-container{
		padding: 40px;
	}

    .single-post .sp-content .post-images{
	    gap: 8px;
    }

    .sp-content .author-info:not(.comment-content){
		margin-bottom: 0;
	}

    .comments-area .comment-respond{
		margin-bottom: 0;
	}
	.single-post .sp-content .post-info{
		gap: 20px;
	}
}

@media only screen and (max-width: 480px) {
    .post-wrapper .post-card {
        min-height: 285px;
    }
}