.author .author-profile-box {
    margin-bottom: 2rem;
    margin-top: 2rem;
    border-bottom: 1px solid #eee;
    display: flex;
    padding-bottom: 2rem;
    flex-direction: column;
}

.author .author-profile-box .author-header {
    display: flex;
    margin-bottom: 0.8rem;
}

.author .author-profile-box .author-header h1 {
    font-size: 3.4rem;
    margin-bottom: 0;
}

.author .author-profile-box .author-header p {
    font-size: 2.4rem;
}

.author .author-profile-box h3 {
    font-size: 2rem;
    margin-bottom: 0.6rem;
    margin-top: 1rem;
}

.author .author-profile-box p {
    font-size: 1.6rem;
}

.author .author-profile-box .author-title {
    margin-left: 2rem;
    flex-grow: 1;
}

.author .author-profile-box img {
    border-radius: 0.8rem;
    width: 140px;
}

.author .posts-container {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.author .pagination {
    display: flex;
    justify-content: center;
}

.author #all-posts {
    margin-bottom: 2.4rem;
}

.author .posts-container .post {
    display: flex;
    gap: 2rem;
    width: calc(50% - 2rem);
}

.author .posts-container .post .entry-content {
    display: none;
}

.author .blog-loop-content-wrapper {
    width: 50%;
}

.author .post-thumbnail {
    width: 50%;
    height: 200px;
}

.author .post-thumbnail img {
    border-radius: 2rem;
    margin-bottom: 0;
    margin-top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author .woocommerce-breadcrumb {
    display: none;
}

.author .woocommerce-breadcrumb {
    display: none;
}

.author .author-details h3 {
    font-size: 1.4rem;
}

.author .author-details p {
    font-size: 1.2rem;
}
