/*
 Theme Name:   hello-elementor-child
 Theme URI:    
 Description:  A child theme for the Parent Theme
 Author:       Amita
 Author URI:   
 Template:     hello-elementor
 Version:      1.0.0
*/

.book-details {
    background: #f9f9f9;
    padding: 20px;
    margin-top: 20px;
    border-left: 5px solid #0073aa;
}
.book-details p {
    font-size: 16px;
    color: #333;
}

