.annunci-nextgen  {
    width: 100%;
   margin-bottom:30px !important;
   margin-top:15px;
}
.annunci-nextgen.swiper {
   overflow-y: visible; /*per mostrare ombre*/
} 

.annuncio-nextgen {
   background-color: #fff;
   border-radius: 35px;
   padding:25px 15px;
   box-shadow: 0 37px 22px -24px rgba(0,0,0,0.6);
}
.annuncio-nextgen .ann-title {
   font-weight: 600 !important;
   line-height: 1.2 !important;
   text-transform: none !important;
   margin-bottom:25px !important;
}
.annuncio-nextgen .ann-info {
   display: flex;
   flex-direction: column;
   gap: 25px;
   align-items: start;
}
.annuncio-nextgen .ann-info > div {
   border-radius: 10px;
   background-color: #666;
   padding: 4px 8px;
   font-size: 12px;
   font-weight: 700 !important;
   line-height: 1.2 !important;
   color: #fff;
   min-width: 100px;
   word-wrap: break-word;
}
.annuncio-nextgen .ann-info .ann-cat-prof {
   background-color: var(--nectar-extra-color-1);
   color: var(--nectar-extra-color-2);
   width:100%;
}
.annuncio-nextgen .ann-info .ann-sede {
   background-color: var(--nectar-extra-color-3);
   width:auto;
}
.annuncio-nextgen .ann-info .ann-data-pubb {
   background-color: var(--nectar-extra-color-2);
   width:auto;
}

.wpb_text_column a.annuncio-nextgen {   
   text-decoration: none !important;
}


/*pagination*/
.annunci-nextgen.swiper .swiper-pagination {
    position: absolute;
    bottom: -35px;
    z-index: 100;
    display: flex;
    gap: 8px;
}
.annunci-nextgen.swiper .swiper-pagination-bullet {
    width: 30px;
    height: 30px;
    display: inline-block;
   border-radius: 5px;
    border: 1px solid var(--nectar-extra-color-2);
}
.annunci-nextgen.swiper .swiper-pagination-bullet-active {
    background-color: var(--nectar-extra-color-2);
} 
/*Navigation*/
.annunci-nextgen.swiper .swiper-navigation {
    position: absolute;
    bottom: -35px;
    width: 65px;
    height:30px;
    right: 0;
    display: flex;
   flex-direction: row;
   justify-content: space-between;
}
.annunci-nextgen.swiper .swiper-navigation > div {
   height:30px; 
   width:17px;
   cursor: pointer;
}
.annunci-nextgen.swiper .swiper-navigation > div svg {
   height:100%;
}
.annunci-nextgen.swiper .swiper-navigation > div.swiper-button-next svg {
   transform: rotateZ(180deg);
}

@media(min-width:1000px){
   .annunci-nextgen  {
      margin-top:40px;   
      margin-bottom:60px !important;   
   }
   /*pagination*/
   .annunci-nextgen.swiper .swiper-pagination {
       gap: 15px;
   }
   .annunci-nextgen.swiper .swiper-pagination-bullet {
       width: 35px;
       height: 35px;
   }
   /*Navigation*/
   .annunci-nextgen.swiper .swiper-navigation {
       width: 100px;
       height:45px;
   }
   .annunci-nextgen.swiper .swiper-navigation > div {
      height:45px; 
      width:25px;
   }
}

@media(max-width:999px){
   
}

/* DEBUG
.annunci-nextgen {border: 1px solid red;} 
.annunci-nextgen .swiper-wrapper {border: 1px solid blue;}
.annunci-nextgen .swiper-pagination {border: 1px solid lime;}
.annunci-nextgen .swiper-navigation {border: 1px solid green;}*/
