/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
/* max2 template fix: WP-core global-styles rule  html :where([style*=border-color]){border-style:solid}
   matches Avada custom prop --awb-border-color by substring -> black phantom border on the column element.
   Avada renders real column borders on .fusion-column-wrapper, never on the column element itself. */
.fusion_builder_column,
.fusion_builder_column_inner,
.fusion-layout-column { border-style: none; }
