.post-wrapper {
    padding: 40px 20px 70px
}

nav.aurora-breadcrumbs {
    padding: 10px 4px;
    font-size: 0.89rem;
    border-top: solid 1px rgba(0, 0, 0, 0.07);        
    border-bottom: solid 1px rgba(0, 0, 0, 0.07);
    margin-bottom: 20px
}

.aurora-breadcrumbs a {
    color: inherit;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.bd {
    margin: 0 10px;
}

.bcp {
    opacity: 0.7;
}

.featured-image {
    height: min(90vh, 660px);
    background-color: var(--button-background-color);
    background-image: var(--post-bgi);
    background-position: center;
    background-size: cover;
}

.post-header {        
    position: relative;
    z-index: 5;
    margin-top: -270px;
    background-color: var(--site-background-color);
    padding: 30px 150px 30px 0;
    border-bottom: #92919127 solid 1px;
    margin-bottom: 50px;
    width: min(88%, 750px)
}

.post-header .entry-title {
    margin: 25px 0;
}

.post-header a {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    color: inherit
}

.post-header .post-categories a:hover {    
    text-decoration: none;
    color: var(--link-hover-color)
}

.post-header .post-categories {
    display: flex;
    gap: 12px;
}

.post-header .post-meta {
    display: flex;
    align-items: center;        
    gap: 15px;
    font-size: 0.95rem;
    flex-wrap: wrap
}

blockquote {
    font-size: 1.2rem;
    border-left: 4px solid;
    margin: 10px;
    padding-left: 1em;
}

.post-header .author-block {
    display: flex;
    align-items: center;        
    gap: 10px
}

.post-header .author-block img {
    border-radius: 50%;
}

.post-header .div {
    opacity: 0.2
}

.featured-image {
    margin-bottom: 80px
}

.post-excerpt {
    margin: 20px 0;
}

.share-icons {
    color: inherit;
    display: flex;
    flex-wrap: wrap;
    gap: 4px 15px;
    align-items: center;
}

.share-icons a {
    color: inherit;
    display: inline-block;
    text-decoration: none;
    transition: transform 0.2s ease
}

.share-icons a:hover {
    transform: scale(1.5) translateY(-1px);
    color: var(--link-hover-color)  
}

.post-tags {
    display: flex;
    align-items: center;
    gap: 7px;
    flex-wrap: wrap;
    margin-top: 20px
}

.post-tags a {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s ease
}

.post-tags a:hover {
    color: var(--link-hover-color);
    text-decoration: revert;
}

.post-tags b {
    font-weight: 500
}

.post-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 70px;
}

.post-navigation {
    display: flex;
    justify-content: space-between;
    margin: 40px 0;
    gap: 10px;
}

.post-navigation div {
    display: flex;
    flex-direction: column;
    gap: 5px;
    max-width: 45%;
} 

.post-navigation span {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
} 

.post-navigation div:nth-child(2) span {
    justify-content: flex-end;
}

.post-navigation div:nth-child(2) a {
    text-align: right;
}

.post-navigation a {
    color: inherit;
    font-weight: 600;
    text-decoration: none;
    line-height: 1.2;
}

.post-navigation a:hover {
    color: var(--link-hover-color);
    transition: color 0.3s ease;
}

.post-navigation h4 {
    margin: 0;
}

.nav-thumb {
    width: 50px;
    height: 50px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: var(--link-color);
}

.post-nav:hover .nav-thumb {
    background-color: var(--link-hover-color);
}

.post-nav {
    display: flex;
    align-items: center;
    gap: 15px;
}

.prev-post-nav {
    padding-left: 20px;
    border-left: solid 3px;
    box-sizing: border-box
}

.next-post-nav {
    padding-right: 20px;
    border-right: solid 3px;        
    box-sizing: border-box
}
.post-navigation div:hover {
    border-color: var(--link-hover-color)
}

.plain-post {
    flex: 1;
}

.post-author {
    display: flex;
    gap: 25px;
    padding: 30px 0;
    border-top: solid 1px #8080803a;        
    border-bottom: solid 1px #8080803a;
    margin-top: 100px
}

.post-author h4 {
    margin: 0;
}

.post-author p {
    margin: 8px 0;
    line-height: 1.4
}

.post-author img {
    border-radius: 50%;
}

.post-author a {
    text-decoration: none;
    color: inherit; 
}

.author-info {
    display: flex;
    flex-direction: column;
}

.author-social-links {
    display: flex;
    gap: 10px;
    font-size: 15px; 
}

.author-social-links a:hover {
    color: var(--link-hover-color);
}

.comments-area {
    margin-top: 70px
}

.aurora-single-post .comment-respond {
    border-radius: 10px;
    box-shadow: 0 0 30px #00000025;
    margin-top: 60px
}

input#author, input#email, input#url,textarea#comment {
    border-radius: 4px;
    border: solid 1px #88888887;
    background-color: #0000;
    margin: 4px 0 5px
}

.aurora-comment-form label {
    display: inline-block;
    font-weight: 500
}

.aurora-comment-form input#submit {
    background-color: #0000;
    color: var(--link-color);
    padding: 15px 30px;
    border-radius: 6px;
    border: solid 1px var(--link-color);
    font-size: 1rem
}

.aurora-comment-form input#submit:hover {
    border-color: var(--link-hover-color);
    color: var(--link-hover-color)
}

.comment-meta img.avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.comment-meta .comment-author {
    font-weight: 600;
}

.comment-meta time {
    font-size: 0.85rem;
    opacity: 0.7;
}

.comment-body {
    margin: 40px 0
}

.comment-list .children .comment-body {
    margin: 20px 0 40px;
}

.comment-list .children .comment {
    border-top: solid 1px #7b7b7b31;
}

.comments-actions a {
    color: var(--link-color)
}

.comment-meta {
    display: flex;
    gap: 12px;
    align-items: center
}

.related-post {
    margin: 70px 0 50px;
}

.related-posts {
    display: grid;
    gap: 50px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 30px;        
    line-height: 1.2;
}

.related-article .date {
    font-size: 0.8rem;
    margin-bottom: 5px
}

.article-title {
    text-decoration: none;
    color: inherit;
}

.article-title:hover {
    color: var(--link-hover-color);
    transition: color 0.3s ease;
}

.article-thumbnail {
    width: 100%;
    height: 160px;
    background-color: var(--link-color);
    background-position: center;
    background-size: cover;
    margin-bottom: 20px
}

.section-title {
    text-align: center
}

@media (max-width:768px) {
    .featured-image {
        margin-bottom: 40px;
    }

    .post-container {
        flex-direction: column;
    }

    .post-header {
        margin-top: 0;
        padding: 0 0 30px 0;
    }

    .post-header .post-meta {    
        gap: 10px;
    }
}

    @media (max-width: 480px) {
        .featured-image {
            height: 200px;
        }

        .post-header {
            width: 100%
        }

        .post-header .entry-title {
            margin: 15px 0
        }

        .share-icons {
            gap: 3px 10px;
        }
        .related-posts {
            grid-template-columns: 1fr
        }

        .post-navigation {
            flex-direction: column;
            gap: 20px
        }

        .post-navigation div {
            max-width: 100%
        }
        .tail-div {
            margin-right: 0;
            margin-left: 0;
        }
        
        .post-navigation div:nth-child(2) span {
            justify-content: flex-start
        }

        .comment-meta img.avatar {
            width: 60px;
            height: auto
        }

        .post-author {
            flex-direction: column;
            align-items: center
        }

        .author-info {
            text-align: center
        }

        .author-social-links {
            justify-content: center
        }
    }