/*
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--shadow--image: 0 14px 30px rgba(16, 13, 14, 0.16);
  --wp--custom--radius--xl: 28px;
  --wp--custom--radius--md: 18px;
}

.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;
}

.wp-block-gallery.is-style-dfs-gallery-modern {
  gap: clamp(0.8rem, 1.5vw, 1.1rem);
}

.wp-block-gallery.is-style-dfs-gallery-modern .wp-block-image {
  overflow: hidden;
  border-radius: var(--wp--custom--radius--md);
  box-shadow: var(--wp--custom--shadow--image);
}

.wp-block-gallery.is-style-dfs-gallery-modern .wp-block-image img {
  transition: transform 0.35s ease;
}

.wp-block-gallery.is-style-dfs-gallery-modern .wp-block-image:hover img {
  transform: scale(1.035);
}

.wp-block-image.is-style-dfs-image-soft-shadow img {
  border-radius: var(--wp--custom--radius--md);
  box-shadow: var(--wp--custom--shadow--image);
}
