/* GritAfrique Website Ads — front-end. The host Elementor container already
   reserves the slot's min-height, so ads cause no layout shift. */
.gacc-ad{width:100%;display:flex;align-items:center;justify-content:center;}
.gacc-ad img,.gacc-ad video{max-width:100%;height:auto;display:block;border-radius:8px;}
.gacc-ad .gacc-ad-link{display:block;line-height:0;}
.gacc-banner{width:100%;display:flex;align-items:center;justify-content:center;}

/* Carousel */
.gacc-carousel{position:relative;width:100%;overflow:hidden;}
.gacc-carousel .gacc-track{display:flex;transition:transform .5s ease;will-change:transform;}
.gacc-carousel .gacc-slide{flex:0 0 100%;display:flex;align-items:center;justify-content:center;}
.gacc-arrow{position:absolute;top:50%;transform:translateY(-50%);width:34px;height:34px;border-radius:50%;border:none;background:rgba(13,12,20,.55);color:#fff;font-size:17px;line-height:1;cursor:pointer;z-index:2;display:flex;align-items:center;justify-content:center;transition:background .2s;}
.gacc-arrow:hover{background:rgba(13,12,20,.85);}
.gacc-arrow--prev{left:10px;}
.gacc-arrow--next{right:10px;}
.gacc-dots{position:absolute;left:0;right:0;bottom:8px;display:flex;gap:6px;justify-content:center;z-index:2;}
.gacc-dot{width:8px;height:8px;border-radius:50%;border:none;background:rgba(255,255,255,.45);cursor:pointer;padding:0;}
.gacc-dot.on{background:#EDA72B;}