/*
Theme Name: Von Bambus und Tannenbäumen
Theme URI: https://franzmachtsachende.local
Author: Stephanie Sartison
Author URI: https://franzmachtsachende.local
Description: Child theme of Twenty Twenty-Five for the book "Von Bambus und Tannenbäumen – Eine wahre Geschichte" by Stephanie Sartison. Aplica a paleta visual derivada da capa do livro.
Template: twentytwentyfive
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: von-bambus-tannen
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready
*/

/* As preferências visuais vivem no theme.json (Full Site Editing).
   Use o Editor do Site (Aparência > Editor) para ajustes pontuais.
   Abaixo ficam apenas ajustes pontuais que o theme.json não cobre. */

/* Sombra suave na capa do livro — usa drop-shadow para seguir o contorno
   do livro (a imagem tem fundo transparente), em vez de box-shadow que
   projetaria sombra no retângulo inteiro. */
.book-cover img,
.wp-block-image.book-cover img {
	filter:
		drop-shadow(0 28px 50px rgba(0, 0, 0, 0.40))
		drop-shadow(0 10px 20px rgba(0, 0, 0, 0.28));
}

/* Botão de compra em destaque no hero */
.hero-buy-button .wp-block-button__link {
	border-radius: 999px;
	padding: 1.15rem 2.5rem;
	font-weight: 700;
	font-size: 1.1rem;
	box-shadow: 0 10px 22px -10px rgba(79, 126, 78, 0.65);
}
.hero-buy-button .wp-block-button__link:hover {
	transform: translateY(-1px);
}