/*
Theme Name: Allegro It
Theme URI: https://allegro-it.digital/
Author: Hermes
Description: Modernes Child-Theme auf Basis von Twenty Twenty-Four. Helle, klare Sans-Typografie mit kräftigem Rosé-Akzent. Bleibt als Theme unberuehrt und umschaltbar.
Version: 1.1.0
Template: twentytwentyfour
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 7.2
Text Domain: allegro-it
*/

/* Allegro It — dezente Nachschaerfung des Block-Layouts. */

/* Header: kleinteiliger, leicht abgehobener weisser Header statt Vollflaeche. */
.wp-site-blocks > header,
header.wp-block-template-part,
.wp-block-template-part:has(> header) {
	background: #FFFFFF;
	border-bottom: 1px solid var(--wp--preset--color--accent-5, #E2E8F0);
	box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}

/* Navigation: klare Abstaende, Primär-Farbe beim Hover. */
.wp-block-navigation a {
	text-decoration: none;
	font-weight: 500;
}
.wp-block-navigation .wp-block-navigation-item__content:hover {
	color: var(--wp--preset--color--accent, #DF4660);
}

/* Fester Unterstreichungs-Hover f. aktive Menüpunkte (dezent). */
.wp-block-page-list .current-menu-item > a,
.wp-block-navigation .current-menu-item > a {
	color: var(--wp--preset--color--accent, #DF4660);
}

/* Buttons: weiches Hover. */
.wp-element-button:hover,
.wp-block-button__link:hover {
	transform: translateY(-1px);
	box-shadow: 0 4px 14px rgba(223, 70, 96, 0.25);
}

/* Grosse Hero-Elemente etwas luftiger. */
h1, h2, h3, h4 {
	letter-spacing: -0.01em;
}