.post-header {  
    height: 380px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    text-align: center;
    box-sizing: border-box;
    background-color: var(--button-background-color);
    background-image: linear-gradient(rgba(0, 0, 0, 0.09), rgba(0, 0, 0, 0.09)), var(--post-bgi);
    background-position: center;
    background-size: cover;
    margin-bottom: 20px
}

.post-header h1 {
    color: inherit;
    width: 50%;
    margin: 25px 0 20px;
    text-shadow: 0 2px 3px #00000050;

}
.post-categories {
    display: flex;
    gap: 8px;
    align-items: center
}

.post-categories a {
    text-decoration: none;
    color: inherit;
    padding: 2px 6px;
    background-color: #0000009e;
    font-size: 0.71rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.4px;
    border-radius: 4px;
    display: inline-block;
    transition: background-color 0.3s ease
}

.post-categories a:hover {
    background-color: #000000c3;
}


#meta-extra {
    display: flex;
    flex-wrap: wrap;
    gap: 2px 20px;
    align-items: center;        
    font-size: 0.883rem;
    justify-content: center
}

#meta-author {
    display: flex;
    align-items: center;
}

#meta-author img {
    border-radius: 50%;
    margin-right: 8px;
}

.meta-text {
    opacity: 0.95;
    text-shadow: 0 2px 7px #000000c0;
}

.excerpt-block {
    border-top: solid 1px #7d7c7c2b;
    border-bottom: solid 1px #7d7c7c2b;
    padding: 15px 0;
    margin-bottom: 30px
}

.excerpt-block .aurora-breadcrumbs {
    display: flex;
    gap: 2px 10px;
    flex-wrap: wrap;        
}

.aurora-breadcrumbs .bcp {
    opacity: 0.8
}

.aurora-breadcrumbs a {
    text-decoration: none
}

.post-excerpt {
    font-style: italic;
    font-size: 0.9rem;
    margin: 20px 0 0;
    line-height: 1.4
}

.post-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    margin: 50px 0;
}

.post-container {
    flex: 1;        
    max-width: 100%;
}

.tags-and-share {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 50px 0 30px;
    gap: 20px;
}

.tags-and-share a {
    color: inherit;
    opacity: 0.8;
    text-decoration: none;
}

.tags-and-share a:hover {
    color: var(--link-hover-color);
    opacity: 1;
    transition: color 0.3s ease, opacity 0.3s ease;
}

.post-tags {
    display:flex;
    gap: 10px;
}

a.post-tag  {
    border: solid 1px;
    padding: 2px 10px;
    font-size: 0.9rem;
}

.post-tags b {
    font-weight: 500
}

.share-icons {
    display: flex;
    gap: 8px;
}

.share-icons a {
    font-size: 16px
}

.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;
} 

.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
}

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-author {
    display: flex;
    gap: 25px;
    padding: 55px;
    border-radius: 5px;
    background-color: #8787871e;
    margin: 20px 0
}

.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);
}

.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
}

.aurora-comment-form label *:not(.required), .aurora-comment-form label {
    color: #0000;
    position: absolute;
    top: 15px;
    left: 15px;
}

.comment-form-cookies-consent label {
    color: unset;
    position: unset
}

.aurora-comment-form .comment-form-comment label .required {
    position: relative;
    left: 100px;
}

.aurora-comment-form label .required {
    color: red;
    opacity: 0.5
}

.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-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.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)
}

.related-post {
    margin: 70px 0 50px;
}

.related-posts {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 30px;        
    line-height: 1.2;
}

.related-article {
    background-color: #ffffff6f;
    padding: 15px;
    box-shadow: 0 3px 10px #00000009;
    border-radius: 2px;
}

.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;
}

.after-hero {
    padding: 20px
}

@media (max-width: 768px){
    .post-wrapper {
        flex-direction: column;
        gap: 40px;
        margin: 10px 0
    }

    .post-header h1 {
        width: 75%;
    }

    .tags-and-share {
        flex-direction: column;
        gap: 30px
    }

    .post-tags {
        flex-wrap: wrap
    }

    .related-posts {
        gap: 20px;
    }
}

@media (max-width:480px) {
    .post-wrapper {
        margin: 0
    }

    .post-header h1 {
        width: 80%;
    }

    .comment-meta img.avatar {
        width: 60px;
        height: auto
    }

    #meta-extra {
        gap: 3px 10px;
    }

    .related-posts {
        grid-template-columns: 1fr
    }

    .post-author {
        flex-direction: column;
        align-items: center;
        gap: 10px;
        padding: 30px 20px;
    }

    .author-info {
        text-align: center
    }

    .author-social-links {
        justify-content: center
    }
}