/*
Theme Name: Beaver Builder Child Theme
Theme URI: https://www.wpbeaverbuilder.com
Version: 1.1
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: https://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here...Remember to change the Version number above! */ 

.iec-attr-icons-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.iec-attr-icons-label {
    font-weight: 600;
    font-size: 14px;
}

.iec-attr-icons {
    display: inline-flex;
    gap: 4px;
}

.iec-attr-icon svg,
.iec-attr-icon img {
    width: 18px;
    height: 18px;
    display: block;
}

.iec-attr-icons-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.iec-attr-icons-label {
    font-weight: 600;
    font-size: 14px;
}

.iec-attr-icons {
    display: inline-flex;
    gap: 4px;
}

.iec-attr-icon img.iec-attr-icon-img {
    width: 18px;
    height: 18px;
    display: block;
}