/*
Theme Name:   SNN-BRX - Bricks Builder Child Theme
Theme URI:    https://sinanisler.com/
Description:  SNN-BRX Child Theme is a purpose-built essential building suite for agencies and professionals, streamlining your Bricks Builder projects with one powerful child theme.
Author:       sinanisler
Author URI:   https://sinanisler.com/
Text Domain:  snn
Template:     bricks
Version: 0.265
*/

/* Masquer le conteneur du lien Elfsight */
[class*="elfsight-app-"] {
    position: relative;
    overflow: hidden;
    padding-bottom: 0 !important;
}

[class*="elfsight-app-"]::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    background: white;
    z-index: 99999;
}