.after-hero {
    padding: 20px
}

.post-header {
    background-color: #f0f0f0;
    display: flex;
    height: min(90vh, 700px);
    align-items: center;
}

.post-header a {
    color: inherit;
    text-decoration: none;
}

.post-header a:hover{
    color: var(--link-hover-color);
    text-decoration: underline 0.5px;
} 

.post-categories {    
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.824rem;
    letter-spacing: 1px;
    line-height: 1;
}

.header-div {
    max-width: 50%;
    width: 50%;       
    box-sizing: border-box;
}

.post-featured-image {
    height: 100%;
    background-color: var(--button-background-color);
    background-image: var(--post-bgi);
    background-size: cover;
    background-position: center
}

.post-meta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 20px;
    margin: auto;
}

.post-meta h1 {
    font-size: calc(var(--h1-font-size-desktop) / 1.2);
    text-transform: uppercase;
    margin: 0;
    text-align: center;
    width: 66%;
    line-height: 1.3
}

#meta-extra {
    display: flex;
    flex-wrap: wrap;
    gap: 3px 25px;
    align-items: center;        
    font-size: 0.883rem;
    width: fit-content;
}

#meta-author {
    display: flex;
    align-items: center;
}

#meta-author img {
    border-radius: 50%;
    margin-right: 8px;
}

.meta-text {
    opacity: 0.7;
}

.excerpt-block {
    border-top: solid 1px #8b8b8b50;
    border-bottom: solid 1px #8b8b8b50;
    padding: 20px 0;
    margin: 50px 0 80px;
    font-size: 0.9412rem
}

.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-weight: 500;
    margin-bottom: 0
}

.post-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 70px;
}

.post-container {
    flex: 1;        
    max-width: 100%;
}

blockquote {
    position: relative;
    margin: 50px 0;
    background-color: #8d8d8d18;
    padding: 80px 100px 80px 80px;
    border-left: solid 6px;
    border-bottom-right-radius: 10px
}

blockquote p {
    font-size: 1.2rem;
    font-weight: 500;
}

blockquote cite {
    font-size: 1em;
    font-weight: bold;
    opacity: 0.8
}

.post-tags {
    margin-top: 60px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.post-tags a {
    text-decoration: none;
    color: inherit;
    opacity: 0.8;
    border: 1px solid;
    padding: 8px 16px;
    border-radius: 2px;
    line-height: 1em;
    font-size: 0.883rem;
    transition: all 0.3s ease;
}

.post-tags a:hover {
    color: var(--link-hover-color);
    opacity: 1;
}

.share-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 30px;
    align-items: center;
    margin: 30px 0
}

.share-icons a {
    font-size: 15px;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

.share-icons a:hover {
    color: var(--link-hover-color);
    opacity: 1;
}

.share-icons .icons {
    display: flex;
    gap: 10px;
}

.post-navigation {
    display: flex;
    justify-content: space-between;
    margin: 100px 0;
    gap: 60px
}

.post-navigation div {
    display: flex;
    flex-direction: column;
    gap: 5px;
    max-width: 40%;
} 

.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 {
    font-weight: 600;
    text-decoration: none;
    line-height: 1.2;
}

.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);
    border-radius: 50%
}

.post-nav:hover .nav-thumb {
    background-color: var(--link-hover-color);
}

.post-nav {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-top: 5px
}

.next-post {
    flex-direction: row-reverse
}

.post-author {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 50px;
    border-radius: 10px;
    box-shadow: 0 3px 30px #00000019;
    margin-bottom: 50px
}

.post-author h4 {
    margin: 0;
    line-height: 1
}

.author-bio {
    margin-top: 4px;
    max-width: 95%;
    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);
}

.related-post {
    text-align: center;
    margin: 70px 0 50px;
}

.related-posts {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 30px;        
    text-align: center;        
    line-height: 1.2em;
}

.related-article .date {
    font-size: 0.765rem;
    margin-bottom: 5px
}

.article-title {
    text-decoration: none;
    color: inherit;
    margin: 0 5px;
}

.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
}

.comment-body {
    display: flex;
    gap: 40px;
    margin: 30px 0
}

.children .comment-body {
    margin-bottom: 60px
}

.comment-header .avatar {
    height: 120px;
    width: auto
}

.author-details {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.author-details .comment-author {
    font-size: 0.9em;
    font-weight: 600
}

.author-details time {
font-size: 0.7em
}

.comment-content > p:first-of-type {
margin-top: 0
}

.aurora-single-post .comment-respond label {
    font-weight: 600;
    font-size: 1.1em;
    margin-bottom: 4px;
    display: inline-block
}

.aurora-single-post .comment-respond input, textarea {
    margin-bottom: 4px;
    background-color: var(--site-background-color);
    border: solid 1px;
    border-radius: 4px
}

.aurora-comment-form #submit {
    border: none;       
    font-size: 1rem;
}

.comment-form-cookies-consent label {
font-size: 1em
}


@media (max-width: 768px) {
    .post-header {
        flex-direction: column-reverse;
        box-sizing: border-box;
        height: max(700px, 60vh)
    }

    .post-meta h1 {
        font-size: calc(var(--h1-font-size-tablet) / 1.2);        
        width: 75%
    }

    .post-wrapper {
        flex-direction: column;
    }

    .header-div {
        max-width: 100%;
        width: 100%;     
        box-sizing: border-box;
        flex: 1;
    }

    .share-icons {            
        gap: 10px;
    }

    .post-author {
        padding: 30px;
        flex-direction: column;
    }

    .post-navigation {
        margin: 50px 0;
    }

    .post-navigation div {            
        max-width: 50%;
    }

    .comment-body {
        gap: 20px;
    }

}

@media (max-width: 480px) {

    .post-meta h1 {
        font-size: calc(var(--h1-font-size-mobile) / 1.2);
    }

    #meta-extra {
        justify-content: center;
    }

    .excerpt-block {
        padding: 15px 0;
        margin: 20px 0 30px
    }
    .related-posts {
        grid-template-columns: 1fr
    }

    .header-div {
        height: 15vh;   
    }

    .post-author {
        margin: 5px;
        text-align: center;
        gap: 10px
    }

    .author-social-links {
        justify-content: center
    }

    blockquote {
        padding: 40px;
    }

    .post-navigation {
        flex-direction: column
    }

    .comment-header .avatar {
        height: 60px;
    }

    .comment-header {
        display: flex;
        gap: 10px;
        align-items: center
    }

    .comment-body {
        flex-direction: column
    }

    .post-navigation div {
        max-width: 100%;
    }

    .aurora-single-post .comment-respond {
        padding: 10px 0 0
    }
}