.featured-section {
    background: #fff;
    min-height: 300px;        
    display: flex;
    flex-direction: column;
    justify-content: center;    
}

.featured-section-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: min(var(--site-width), 100vw);
    margin: auto;
    gap: 15px;
    padding: 20px;
    box-sizing: border-box
}

.aurora-breadcrumbs {
    font-size: 0.8rem
}

.aurora-breadcrumbs a {
    color: inherit;
    text-decoration: none
}

.aurora-breadcrumbs a:hover {
    color: var(--link-hover-color);
}

.aurora-breadcrumbs .bd {
    margin: 0 8px
}

.aurora-breadcrumbs .bcp {
    opacity: 0.7
}

.post-excerpt {
    font-style: italic;
    margin: 0;
    opacity: 0.7;
    max-width: 70%;
    line-height: 1.4
}

.post-featured-image {
    max-width: 100%
}

h1.entry-title {
    color: inherit;
    margin: 0;
    max-width: 70%
}

.post-categories{
    display: flex;
    gap: 5px;
}

.post-categories a {
    text-decoration: none;
    color: inherit;
}

.meta-extra {
    display: flex;
    gap: 25px;
    align-items: center;        
    font-size: 0.84rem;
    border-bottom: solid 1px #8c8c8c40;
    padding: 20px 0;
    margin: 0 0 40px;
    width: 100%;    
    flex-wrap: wrap;
}

#meta-author {
    display: flex;
    align-items: center;
}

#meta-author img {
    border-radius: 50%;
    margin-right: 4px;
}

.meta-text {
    opacity: 0.85;
}

.after-hero {        
    padding: 20px;
}

.post-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    margin: 10px 0;
}

.post-container {
    flex: 1;        
    max-width: 100%;
}

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 #8f8f8f
}

.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
}

.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
}

.post-author {
    display: flex;
    gap: 25px;
    padding: 40px 0;
    border-top: double 4px;        
    border-bottom: double 4px;
    margin-top: 50px
}

.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.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)
}

.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){
    .post-wrapper {
        flex-direction: column;
        gap: 40px
    }

    .tags-and-share {
        flex-direction: column;
        gap: 30px
    }

    .post-tags {
        flex-wrap: wrap
    }

    .post-excerpt, h1.entry-title {
        max-width: 100%;
    }

    .related-posts {
        gap: 40px;
    }        
}

@media (max-width: 480px){
    .meta-extra {
        gap: 7px 10px
    }

    .post-wrapper {
        margin: 0
    }

    .comment-meta img.avatar {
        width: 60px;
        height: auto
    }

    .related-posts {
        gap: 30px;
        grid-template-columns: 1fr;
    }

    .post-author {
        flex-direction: column;
        align-items: center;
        gap: 10px
    }

    .author-info {
        text-align: center
    }

    .author-social-links {
        justify-content: center
    }
}