/**
 * Dynamic Shadows — Base Styles
 *
 * Provides transition smoothing and base custom property defaults
 * for elements with Dynamic Shadows enabled.
 *
 * @package SixtyoneD_Bricks
 * @since   0.1.2.0
 */

/* ── Base transition for smooth shadow changes ─────────── */

[data-sdb-ds="1"] {
    transition: box-shadow 0.3s ease, filter 0.3s ease;
}

/* ── Utility: ensure SVG elements with drop-shadow are visible ── */

[data-sdb-ds="1"] svg {
    overflow: visible;
}
