.similar-books-container {
    overflow-x: auto;
    align-items: center;
}

.similar-book {
    width: 120px;
    display: block;
    text-decoration: none;
}

.similar-book-image {
    height: 160px;
}

.similar-book-image img {
    width: 100%;
    height: 100%;
}

.similar-book-title {
    font-size: 12px;
    color: black;
}
.ql-container {
    height: auto;
}
.ql-editor {
    min-height: 300px;
}