.post-wrapper {
    padding: 40px 20px
}

.post-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 30px
}

.post-header .entry-title {
    width: 65%
}

.post-header a {
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.83rem
}

.post-header .post-categories {
    display: flex;
    gap: 12px;
}

.post-header .post-meta {
    display: flex;
    align-items: center;        
    gap: 20px;
    flex-wrap: wrap
}

.post-header .author-block {
    display: flex;
    align-items: center;        
    gap: 10px;
    position: relative
}

.post-header .author-block img {
    border-radius: 50%;
}

.post-header .div {
    opacity: 0.2
}

.post-featured-image {
    margin: 80px 0 30px
}

.post-excerpt {
    width: 65%;
    opacity: 0.8
}

.share-icons {
    color: inherit;
    margin: 20px 0 90px;
    display: flex;
    gap: 12px;
    align-items: center
}

.share-icons a {
    font-size: 15px;
    display: inline-block;
    transition: transform 0.2s ease
}

.share-icons a:hover {
    transform: scale(1.3)       
}

.post-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 70px;
    margin: 10px 0;
}

.plain-post {
    flex: 1;
}

.post-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 2px 7px
}

.post-tags a {
    text-decoration: none
}

.post-tags b {
    font-weight: 500
}

.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;
    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); 
}

.author-social-links {
    display: flex;
    gap: 10px;
    font-size: 14px; 
}

.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(--button-background-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;
}

@media (max-width:768px) {
    .post-container {
        flex-direction: column;
        gap: 40px
    }
}

@media (max-width:480px) {
    .post-wrapper {
        padding: 40px;
    }

    
    
    .post-author {
        flex-direction: column;
        align-items: center
    }

    .author-info {
        text-align: center
    }

    .author-social-links {
        justify-content: center
    }

    .comment-meta img.avatar {
        width: 60px;
        height: auto
    }

    .post-header .entry-title, .post-excerpt {
        width: 100%;
    }

    .post-meta .div {
        transform: scaleY(0.7)
    }

    .post-header .post-meta {
        flex-direction: column;
        gap: 1px;
        margin-top: 30px;
        font-size: 0.9rem
    }

    .post-header .author-block img {
        position: absolute;
        left: 50%;
        transform: translateY(-25px) translateX(-50%);
    }

    .share-icons {
        margin-bottom: 30px;
    }

    .post-featured-image {
        margin-top: 30px;
    }

    .related-posts {
        gap: 20px;
        grid-template-columns: 1fr;
    }

    .post-navigation {
        flex-direction: column;
        margin: 60px 0;
        gap: 30px;
    }

    .post-navigation div {
        max-width: 100%;
    }
}