/* 
Theme Name:		 Volvotips
Description:	 Volvotips is a child theme of Twenty Twenty-Five
Author:			 Volvotips
Author URI:		 https://volvotips.com
Template:		 twentytwentyfive
Version:		 1.0.0
Text Domain:	 volvotips
*/

/* Hide page title on home page */
.home .wp-block-post-title {
    display: none;
}

/* No indent on lists on single posts */
.single ul, ol {
    padding-inline-start: 1em;
}

/* Styling of newsletter optin in footer */
.emd-input-newsletter-optin {
    border: 1px solid #949494;
    padding: 8px;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

/* Align flipbooks to the left */
.df-posts {
    text-align: left;
}

/* More room below flipbooks to support longer titles */
.df-popup-thumb.df-tl-book-title-bottom .df-book-title, .df-popup-thumb.df-tl-cover-title .df-book-title {
    height: 8em;
}