/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

.bricks-button:hover {
    transform: scale(1.06);
}

.book-number, .book.book-grid .book-number {
    align-items: center;
    background-color: #D8A7B1;
    border-radius: 50%;
    color: #4A4A4A;
    display: inline-flex;
    font-family: "Penlike";
    font-size: 1.8rem;
    height: 2em;
    justify-content: center;
    left: -1rem;
    position: absolute;
    text-align: center;
    top: -1rem;
    width: 2em;
    z-index: 1;
}

.book.book-grid .book-number {
    background-color: #D8A7B1;
    color: #4A4A4A;
    font-size: 1.2rem;
}