/*
Theme Name: EDWIN (Divi Child)
Theme URI: https://websitedev.site
Description: konzept[immo] EDWIN project — 12 Doppelhaushälften in Edt bei Lambach. Custom modules for masterplan + floorplan modal.
Author: konzept[immo] Hintner GmbH
Version: 1.0.1
Template: Divi
Text Domain: edwin
*/

/* All visual styles live in assets/css/edwin.css. This file only declares the child theme to WP. */

/* === Fix 3.1: Features blurb icon size — constrain to 64px (SVG file lacks root width/height → frontend collapses 0×0, VB expands to column width) === */
#features .et_pb_main_blurb_image { margin: 0 0 24px; min-height: 64px; }
#features .et_pb_image_wrap.et_pb_only_image_mode_wrap { display: inline-block; width: 64px; height: 64px; }
#features .et_pb_main_blurb_image img { width: 64px !important; height: 64px !important; max-width: 64px !important; display: block; }
