/* Author Profile Header Styling */
.author-profile-header {
    margin-bottom: 50px;
    /* text-align: center; */
}

.author-cover {
    height: 300px;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
}
.main-area.box-wrap {
    width: 100%;
}

.author-details {
    margin-top: -75px;
    /* برای اینکه آواتار روی کاور قرار بگیرد */
    position: relative;
}
.author-avatar {
    min-width: 150px;
}
.author-avatar img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 5px solid #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    object-fit: cover;
    object-position: center;
}

.author-name {
    font-size: 2.5em;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 10px;
}

.author-bio {
    margin: 0 auto;
    color: #555;
    line-height: 1.7;
}
.author-info {
    background-color: #ffffff6e;
    backdrop-filter: blur(9px);
    padding: 12px;
    border-radius: 10px;
}
.author-posts-title {
    text-align: right;
    font-size: 20px;v
    /* margin-bottom: 40px; */
    border-bottom: 2px solid #eee;
    /* padding-bottom: 20px; */
}

#author_profile h2.post-item-title {
    font-size: 18px;
    margin-top: 12px;
    margin-bottom: 8px;
}

#author_profile h1.page-title {
    font-size: 22px;
    margin-bottom: 20px;
}

#author_profile .post-item-thumbnail img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    object-position: center;
}

.author-details {
    display: flex;
}

.post-item-meta {
    margin-top: -24px;
}

.post-item-meta .post-item-date {
    background-color: #ffffffa8;
    margin-right: 13px;
    padding: 5px 12px;
    backdrop-filter: blur(10px);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

@media screen and (max-width: 576px) {
    .author-details {
        display: block;
    }

    .author-posts-title {
        margin-bottom: 14px;
    }
}