
/* CAROUSEL GRID */

.l2-layout-grid-carousel .swiper-pagination {
    left: 0 !important;
  }
  
  .l2-layout-grid-carousel .dce-carousel-effect-slide {
    margin-bottom: 64px !important;
  }
  
  .l2-layout-grid-carousel .swiper-scrollbar {
    display: none;
  }
  
  .swiper-pagination-bullet {
    background: var(--e-global-color-primary) !important;
  }
  
  .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    background: var(--e-global-color-color_primary_light) !important;
  }
  
  .l2-layout-grid-carousel .dce-dynamic-posts-collection {
    padding-left: var(--container-default-padding-left) !important;
    padding-right: var(--container-default-padding-right) !important;
  }
  
  .l2-layout-grid-carousel .dce-carousel-controls {
    position: relative;
  }
  
  .l2-layout-grid-carousel .dce-posts-container .elementor-button::after {
    content: "";
    background-image: url("/wp-content/uploads/2023/10/right.svg");
    background-position: center center;
    background-repeat: no-repeat;
    width: 30px;
    height: 10px;
    display: inline-block;
    transition: all 0.3s ease;
    margin: 0;
  }
  
  .l2-layout-grid-carousel .dce-posts-container .elementor-button:hover::after {
    margin-left: 8px;
  }
  
  /* BACKGROUND GRID */
  
  .l2-grid-background .dce-content-area.dce-item-area {
    position: absolute;
    margin: 0 !important;
    /* transform: translateY(-100%); */
    z-index: 100;
    height: 100% !important;
    width: 100% !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 24px !important;
  }
  
  .l2-grid-background .dce-post-block {
    height: 100% !important;
  }
  
  /* GRID FIX */
  
  .l2-grid-background .dce-item_custommeta,
  .l2-grid-background .dce-post-custommeta,
  .l2-grid-background .dce-post-custommeta a {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
  }
  
  .l2-grid-background .dce-post-custommeta a.dce-link {
      font-size: 0;
  }