/* Add custom CSS styles below */ 

/* ==============================
   12- responsive
============================== */
/* Force hide the component container entirely */
salla-trust-badges, 
[class*="s-trust-badges"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    width: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    pointer-events: none !important;
}

/* Force hide the parent flex wrapper in the footer */
div.flex.gap-4 {
    display: none !important;
}