//! Container settings bundle — theme + style boxed together.
use ;
use ;
/// Bundles a theme and style for a container widget.
///
/// Use `ContainerSettings::default()` for a generic dark-mode card appearance,
/// or construct with typed style presets from `super::style`.