/*
Theme Name:  Lumi Child
Theme URI:   https://dialpeer.com
Description: Child theme for Lumi — safe override layer for Dial Peer site customisations
Author:      Dial Peer
Author URI:  https://dialpeer.com
Template:    lumi
Version:     1.0.0
License:     GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lumi-child
*/

/*
 * Custom overrides go here. This file is loaded after all UICore/Lumi styles,
 * so any rule here wins without needing !important.
 */

/* Footer social media icons — override Elementor's 24 px default to 16 px.
   Targets element 73f854b in footer template post-39.
   Overrides --e-icon-list-icon-size which Elementor uses for icon-list SVG sizing. */
.elementor-39 .elementor-element.elementor-element-73f854b {
    --e-icon-list-icon-size: 16px;
}


