

.post-header {        
    height: min(90vh, 660px);
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 10px 10px min(140px, 8.5%);
    box-sizing: border-box;
    background-image: linear-gradient(rgba(0, 0, 0, 0.19), rgba(0, 0, 0, 0.55)), var(--post-bgi);
    background-color: var(--button-background-color);
    background-position: center;
    background-size: cover;
}

.post-header h1 {
    color: inherit;
    width: 55%;
    text-shadow: 0 3px 5px #00000024;
    margin: 5px 0
}

.post-excerpt {
    max-width: 50%;
    margin: 10px 0;
    text-shadow: 0 2px 3px #0000006a;
}

.post-categories{
    display: flex;
    gap: 7px;
    margin-bottom: 5px
}

.post-categories a {
    text-decoration: none;
    color: inherit;
    padding: 0 6px;
    border: solid 1px;
    border-radius: 2px;
    font-size: 0.71rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.4px
}

.post-categories a:hover {
   background-color: #00000030;
}

#meta-extra {
    display: flex;       
    flex-wrap: wrap;
    gap: 3px 30px;
    align-items: center;        
    font-size: 0.883rem;
    width: fit-content;
    margin-top: 15px; 
}

#meta-author {
    display: flex;
    align-items: center;
}

#meta-author img {
    border-radius: 50%;
    margin-right: 4px;
}

.meta-text {
    opacity: 0.9;
}

.after-hero {        
    padding: 20px;
}

.post-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    margin: 50px 0;
}

.post-container {
    flex: 1;        
    max-width: 100%;
}

.post-tags {
    display:flex;
    gap: 8px; 
    font-size: 0.95rem;
    margin: 60px 0;
    border-bottom: solid 1px #8b8b8b38;
    padding-bottom: 20px;
    flex-wrap: wrap;
}

.post-tags a {
    text-transform: lowercase;
    text-decoration: none;
}

.post-tags b {
    font-weight: 500
}

.post-info {
    margin-top: 20px
}

.aurora-breadcrumbs {
    display: flex; gap: 10px;
    flex-wrap: wrap;        
    border-top: solid 1px #8b8b8b38;
    border-bottom: solid 1px #8b8b8b38;
    padding: 10px 0;
    margin-top: 30px;
    font-size: 0.9rem
}

.aurora-breadcrumbs a {
    text-decoration: none
}

.aurora-breadcrumbs .bcp {
    opacity: 0.8
}

.share-icons {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
}

.share-icons b {
    font-weight: 500;
    margin-right: 5px
}

.share-icons a {
    color: inherit;
    display: inline-flex;
    font-size: 15px;
    justify-content: center;
    align-items: center;
    height: 35px;
    width: 35px;
    background-color: #89898924;       
    text-decoration: none;
    border-radius: 50%;        
    transition: color 0.3s ease, background-color 0.5s ease, transform 0.3s ease
}

.share-icons a:hover {
    color: var(--link-hover-color);
    background-color: #0000;
    transform: scale(1.2)
}

blockquote {
    padding: 40px;
    box-shadow: 0 4px 20px #00000021;
    margin: 50px 0;
    border-radius: 0 4px 4px 0;
    font-size: 1.2rem;
    border-left: double 6px
}

.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)
}

.post-author {
    display: flex;
    gap: 20px;
    padding: 40px;
    border-radius: 5px;
    background-color: var(--header-background-color);
    color: var(--menu-text-color);
    margin: 60px 0;
    align-items: center
}

.post-author h4 {
    margin: 0;
    color: inherit
}

.post-author p {
    line-height: 1.4;
    margin-top: 5px
}

.post-author img {
    border-radius: 50%;
}

.post-author a {
    text-decoration: none;
    color: inherit; 
}

.post-author a:hover {
    color: var(--menu-text-hover-color); 
}

.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 {
    display: flex;
    gap: 12px;
    align-items: center
}

.author-social-links {
    display: flex;
    gap: 10px;
    font-size: 14px; 
}

.author-details {        
    display: flex;
    flex-direction: column;
    gap: 3px;
    justify-content: center
}

.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.8;
}

.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)
}   

.related-post {
    margin: 70px 0 50px;
}

.related-posts {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(4, 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
}

@media (max-width: 768px){

    .post-header {
        height: max(600px, 50vh);
        padding: 10px
    }
    .post-wrapper {
        flex-direction: column;
        gap: 30px
    }

    .post-wrapper {
        flex-direction: column;
        gap: 40px
    }

    .post-tags {
        flex-wrap: wrap
    }

    .related-posts {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width:480px) {
    .post-header h1, .post-excerpt {
        max-width: 100%;
        width: 100%;
    }

    .comment-meta img.avatar {
        width: 60px;
        height: auto
    }

    .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
    }

    .post-author {
        flex-direction: column;
        align-items: center
    }

    .author-info {
        text-align: center
    }

    .author-social-links {
        justify-content: center
    }

    .related-posts {
        grid-template-columns: 1fr
    }       

    #meta-extra {
        gap: 10px 15px
    }
}
