/* Font Awesome 7 Fix */
[class*="fa-"]:before,
.topbar-usp .usp i:before,
.breadcrumbs-holder ol.breadcrumbs li:not(:last-child):after,
.sidebar ul li:before,
.link-holder span:after {
    font-family: "Font Awesome 7 Free" !important;
    font-weight: 900 !important;
}

/* Fix voor floating-sidebar lijsten */
.section.section-floating-sidebar .floating-sidebar-holder .floating-sidebar .content-block .inner ul:not(.fa-ul):not(.gform_fields) li:before {
    font-family: "Font Awesome 7 Free" !important;
    font-weight: 900 !important;
}

/* Extra specifieke fix voor floating-sidebar */
.section.section-floating-sidebar .floating-sidebar-holder .floating-sidebar .content-block .inner ul:not(.fa-ul):not(.gform_fields) li:before {
    font-family: "Font Awesome 7 Free" !important;
    font-weight: 900 !important;
}

/* Fallback voor alle pseudo-elements met Font Awesome content */
*:before, *:after {
    font-family: "Font Awesome 7 Free", "Font Awesome 7 Solid", FontAwesome !important;
}
