.author-bio-section {
    display: none;
}

.single-section {
    padding: 50px 0 0;
}

.single-section .single-content {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 30px 15px;
    font-family: var(--font-family);
    margin-bottom: 100px;
}

.single-content .left-side {
    max-width: 300px;
    margin-top: 188px;
    width: 100%;
    position: relative;
}

.single-content .center {
    max-width: 600px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.single-content .right-side {
    max-width: 300px;
    width: 100%;
    margin-top: 188px;
    position: relative;
}

.single-content .left-side .sticky,
.single-content .right-side .sticky {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.single-content .left-side .sticky {
    top: 90px;
}

.single-content .title {
    font-size: 36px;
    font-weight: 600;
    line-height: 54px;
    margin-bottom: 6px;
    text-transform: uppercase;
    font-family: var(--second-family);
}

.single-content .center ul, .single-content .center ol {
    padding: revert;
}

.single-content .center ul li, .single-content .center ol li {
    list-style: disc;
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    text-align: justify;
    font-family: var(--second-family);
}

.single-content .meta-info {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    margin-bottom: 6px;
}

.single-content .meta-info .views {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #1D141566;
}

.single-content .meta-info .last-updated {
    color: #1D141566;
}

.single-content .wp-block-image {
    margin: 20px 0;
    width: 100%;
}

.single-content .wp-block-image figure {
    width: 100%;
}

.single-content .wp-block-heading {
    font-size: 28px;
    font-weight: 600;
    line-height: 28px;
    color: var(--text-color-gray);
    text-transform: uppercase;
}

.single-content .center p {
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    text-align: justify;
}

.featured-post .title {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 30px;
    font-family: var(--font-family);
    text-transform: capitalize;
}

.featured-post ul {
    border-top: 1px solid #1D141599;
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-top: 30px;
}

.featured-post ul li {
    display: flex;
    gap: 30px;
    align-items: center;
}

.featured-post ul li span {
    font-family: var(--second-family);
    font-size: 128px;
    line-height: 128px;
    color: #3636361A;
}

.featured-post ul li .title {
    display: inline-block;
    color: var(--text-color-gray);
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    font-family: var(--font-family);
    text-transform: capitalize;
    margin: 0;
}

.featured-post ul li .excerpt {
    color: var(--text-color-gray);
    font-size: 16px;
    line-height: 26px;
}

.author {
    padding: 100px 20px 48px;
    border-radius: 2px;
    background-color: #3636361a;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.author img {
    position: absolute;
    top: -80px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    object-fit: cover;
}

.author .name {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 24px;
    line-height: 20px;
    letter-spacing: 0.5px;
    font-family: var(--second-family);
    margin-bottom: 10px;
}

.author .prescription {
    opacity: .2;
    margin-bottom: 4px;
    font-size: 32px;
    line-height: 48px;
    font-family: var(--font4);
    letter-spacing: 4px;
}

.author .text {
    color: #363636cc;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;

}

.single-content .center .quote {
    border-radius: 2px;
    background-color: #D4C294;
    padding: 50px 25px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.single-content .center .quote .title {
    color: var(--text-color-gray);
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    text-align: center;
    margin-bottom: 26px;
    text-transform: uppercase;
}

.single-content .center .quote .name {
    color: var(--text-color-gray);
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    margin-bottom: 21px;
}

.single-content .center .quote .prescription {
    text-align: center;
    color: var(--text-color-gray);
    opacity: .2;
    margin-bottom: 21px;
    font-family: var(--font4);
    font-weight: 400;
    font-size: 36px;
    line-height: 15px;
    letter-spacing: 3px;
}

.single-content .center .quote .meta-info {
    border-top: 1px solid #F8F8F880;
    width: 100%;
    justify-content: space-around;
    padding-top: 10px;
}

.single-content .center .quote .meta-info .views,
.single-content .center .quote .meta-info .last-updated {
    color: #36363699;
    font-size: 14px;
    line-height: 21px;
}

@media screen and (max-width: 1199px) {
    .single-content .center {
        max-width: 400px;
    }

    .single-content .left-side,
    .single-content .right-side {
        margin-top: 80px;
    }

    .featured-post ul li {
        gap: 15px;
    }

    .featured-post ul li span {
        font-size: 100px;
        line-height: 100px;
    }
}

@media screen and (max-width: 992px) {
    .single-section .single-content {
        flex-direction: column;
    }

    .single-content .left-side {
        order: 2;
        margin: 80px auto 0;
    }

    .single-content .center {
        order: 1;
        max-width: 100%;
    }

    .single-content .right-side {
        order: 3;
        margin: 0;
        max-width: 100%;
    }

    .single-content .right-side .sticky {
        position: static;
    }

    .featured-post ul li .title {
        font-size: 16px;
        line-height: 24px;
    }

    .featured-post ul li span {
        font-size: 128px;
        line-height: 128px;
    }
}

@media screen and (max-width: 767px) {
    .single-content .center {
        gap: 10px;
    }

    .single-content .center p,
    .single-content .center ul li, .single-content .center ol li {
        font-size: 14px;
        line-height: 24px;
    }

    .single-content .title {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 20px;
    }

    .single-content .meta-info {
        margin-bottom: 20px;
        font-size: 14px;
    }

    .single-content .wp-block-heading {
        font-size: 18px;
        line-height: 24px;
    }

    .single-content .title {
        font-size: 24px;
        line-height: 34px;
    }

    .single-content .center .quote .prescription {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 20px;
    }

    .single-content .center .quote .title {
        font-size: 18px;
        line-height: 24px;
    }
}