/*
Theme Name: DFS Foodservice Child
Theme URI: https://dfs-foodservice.de/
Description: Modernes Block-Child-Theme für DFS Foodservice auf Basis von Twenty Twenty-Five.
Author: DFS Foodservice
Template: twentytwentyfive
Version: 1.0.0
Text Domain: dfs-foodservice-child
*/

/* Zusätzliche styles für Block-overrides */
:root {
  --wp--custom--shadow--soft: 0 20px 45px rgba(0, 0, 0, 0.18);
  --wp--custom--radius--xl: 28px;
}

.wp-block-cover.is-style-dfs-hero,
.wp-block-group.is-style-dfs-card {
  border-radius: var(--wp--custom--radius--xl);
  overflow: hidden;
}

.wp-block-group.is-style-dfs-card {
  box-shadow: var(--wp--custom--shadow--soft);
}

.wp-block-button .wp-element-button {
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.wp-block-button .wp-element-button:hover {
  transform: translateY(-2px);
  opacity: 0.92;
}
