/*
 Theme Name:     Twenty Twenty-Five Child
 Description:    Child theme for Twenty Twenty-Five
 Author:         Olga Krezymon
 Template:       twentytwentyfive
 Version:        1.0.0
 Text Domain:    twentytwentyfive-child
*/


.fz-book__book-thumbnail {
    width: 200px;
    height: auto;
}
.fz-book__book-list {
    ul {
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        li {
            width: 25%;
            a {
                font-size: 16px;
            }
            a, a:hover {
                cursor: pointer;
            }
            p {
                font-size: 14px;
            }
        }
        @media (max-width: 768px) {
            li {
                width: 100%;
            }
        }

    }
}





