.content {
    display: flex;
}

.book-info {
    margin-left: 2rem;
}

.book-info .book-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 1px;
}

.book-info .book-author {
    margin-bottom: 1rem;
}

.book-info .book-description {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    line-height: 25px;
    width: 600px;
}

.book-info .metadata-item {
    margin-bottom: 5px;
}

.book-info .book-metadata {
    margin-top: 3rem;
}

.author-name {
    opacity: 0.87;
}

.image-text {
    text-align: center;
    font-size: 18px;
}

.display-other-editions {
    margin-top: 20px;
}

.other-title {
    font-size: 24px;
    font-weight: 600;
}

.display-other-editions .book-title {
    font-size: 24px;
}

.display-other-editions .display-area {
    display: flex;
    flex-wrap: wrap;
}

.display-other-editions .display-area .display-item {
    margin: 1rem;
    width: 250px;
}

.book-comment {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.book-comment .comment-title {
    font-weight: 800;
    margin-bottom: 0.3rem;
}

.book-comment .comment-text {
    line-height: 25px;
}
