.author-aside {
    margin: 0 46px;
    background-color: #ddd;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0 32px 40px;
}

@media screen and (min-width: 992px) {
    .author-aside {
        max-width: 400px;
        margin-right: 0;
    }
}

.author-aside .avatar {
    border: 11px solid #fff;
    margin-top: -100px;
}

.author-aside__name {
    font-weight: 600;
    text-transform: uppercase;
}

.author-aside .breadcrumb_item.active {
    color: var(--secondary-color);
}

.author-aside__data p {
    font-size: 16px;
    font-weight: 300;
    word-break: break-word;
}

.author-aside__data p svg {
    color: var(--secondary-color);
    width: 20px;
    text-align: center;
    margin-right: 14px;
}

.author-aside__social {
    gap: 16px;
}

.author-aside__social a svg {
    font-size: 30px;
}

.author-aside__social a:hover {
    text-decoration: none;
}
.author-books {
    padding: 0;
}

.author-books .nav-tabs {
    margin-top: 100px;
    border-bottom: 3px solid var(--light-color);
    padding: 0 100px;
    margin-right: 20px;
    gap: 16px;
    justify-content: center;
}

.author-books .nav-tabs .nav-item {
    max-width: 206px;
    flex: 1;
}

.author-books .nav-tabs .nav-link {
    position: relative;
    color: #999;
    border: 0;
    width: 100%;
    margin-bottom: 0;
    background-color: transparent;
    font-weight: 500;
    height: 100%;
    padding: 0 0 8px;
}

.author-books .nav-tabs .nav-link.active {
    color: var(--secondary-color);
    font-weight: 600;
}

.author-books .nav-tabs .nav-link::before {
    position: absolute;
    content: "";
    width: 0;
    height: 3px;
    bottom: -1.5px;
    background-color: var(--secondary-color);
    left: 0;
    transition: all 0.4s ease-in-out;
}

.author-books .nav-tabs .nav-link.active::before {
    width: 100%;
}

.author-books .tab-content {
    margin: 50px;
}

.author-books .tab-content .btn {
    font-size: 14px;
}

.author-books .tab-content .tab-pane.show {
    display: flex;
}
