.container-lista-full-v3 {
    flex-direction: column;
    position: relative;
}
.manifesti-comune-v3 {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateY(50%);
    z-index: 1000;
}
.container-publish-v3 {
    background: linear-gradient(90deg, #3a015e 0%, #ac00cb 93.8%);
    color: white;
    text-align: center;
    border-radius: 30px;
    font-weight: 700;
    font-size: 3vw;
    padding: 20px;
}

.container-publish-v3 > span {
    display: block;
    padding-top: 7px;
}

.container-lista-full-v3::after {
    content: '';
    position: absolute;
    top: 200px;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, #C4C4C4, #E8E8E8);
    z-index: -1;
}

.comune-v3 {
    display: flex;
    margin-top: 65px;
}

.manifesti-publish-v3 {
    background-color: white;
    text-align: center;
    border-radius: 30px;
    font-weight: 700;
    font-size: 4vw;
    padding: 20px;
}

.manifesti-publish-v3 span {
    background: linear-gradient(90deg, #3a015e 0%, #ac00cb 93.8%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Manifesti */

.container-manifesti {
  display: flex;
  padding-top: 50px;
  position: relative;
  background: linear-gradient(90deg, #C4C4C4 0%, #F2F2F2 100%);
}

.container-manifesti .column.is-10 > span:first-of-type {
  display: block;
  text-align: center;
  font-weight: 700;
  background: linear-gradient(90deg, #3a015e 0%, #ac00cb 93.8%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 4vw;
}

.container-social-banner-list-v2 {
  display: flex;
  padding-top: 65px;
}

.social-list-v2 {
  display: flex;
}

.item-social-list-v2 {
  display: flex;
  width: 33.33%;
}


.map-wrapper-v3 {
    position: relative;
    margin-bottom: 60px;
}

div#mapid-v3 {
    width: 100%;
    height: 400px;
}

div#mapid-v3 .leaflet-container {
    height: 400px !important;
}

.country-name-v3 {
    display: flex;
    margin-top: 0.75rem;
    width: 100%;
    font-family: 'Avenir Next';
    font-style: normal;
    font-weight: 700;
    font-size: 1.4vw;
    color: #FFFFFF;
    padding: 20px 0px;
    background: radial-gradient(circle at 0% 0%, rgba(58, 1, 94, 1) 0%, rgba(126, 6, 147, 1) 100%);
}

/* Necrologio */
.container-lista-necrologi-v3 {
    display: flex;
    flex-wrap: nowrap;
    overflow: scroll;
    margin-top: 60px;
}

.container-item-defunto-v3 {
    font-family: 'Avenir Next';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 245px;
    flex-basis: 165px;
    flex-grow: 0;
    flex-shrink: 0;
    background: radial-gradient(circle at 0% 0%, rgba(58, 1, 94, 1) 0%, rgba(126, 6, 147, 1) 100%);
    border-radius: 30px;
    margin: 20px 20px 0px 20px;
    color: white;
    text-align: center;
}

.container-item-defunto-v3:first-child {
    margin-left: 70px;
}

.container-item-defunto-v3:last-child {
    margin-right: 70px;
}

.container-item-defunto-v3 a {
    width: 100%;
    height: 100%;
    color: inherit;
}

.item-defunto-v3-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 20px 0px 20px 0px;
}

.img-defunto-list-v3 {
    border-radius: 50%;
    width: 128px;
    border: 2px solid white;
    margin-bottom: 10px;
    height: 108px;
    width: 108px;
}

.logo-azienda-list-v3 {
    position: absolute;
    border-radius: 50%;
    left: 10%;
    height: 40px;
    width: 40px;
}

/* Social */
.container-social-banner-list-v3 {
    display: flex;
    margin-top: 65px;
}

.social-list-v3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.item-social-list-v3 {
    display: flex;
    background: white;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Banner */
.ads-banner-list-v3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 16.9vw;
    font-weight: 700;
    font-size: 2.2vw;
    border-radius: 20px;
    margin-bottom: 16px;
}

img.ads-list-banner-manifesto-desktop-v3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 21.9vw;
    font-weight: 700;
    font-size: 2.2vw;
    border-radius: 20px;
    background: transparent !important;
}

.banner-icon-v3-img {
    border-radius: 15px;
}

/* Paginazione */
.set-center-pagination-v3 {
    justify-content: center;
}

nav.pagination.is-rounded {
    width: 50%;
    margin: 0 auto;
    margin-bottom: 32px;
    margin-top: 32px;
}

.pagination-link {
    border-radius: 30px !important;
    border: 3px solid #5D068D;
    font-weight: 700;
    color: white;
    width: 7vw;
    height: 7vw;
    font-size: 2vw;
    background: linear-gradient(90deg, #3a015e 0%, #ac00cb 93.8%);
}

.pagination-link:hover {
    color: white;
}

.pagination-link.is-current {
    background: white;
    color: #5D068D;
    font-size: 2vw;
}

/* /Paginazione */

h1.text_align_pup_up_map.nome_azienda {
    text-align: center;
    font-size: 16px;
}

h1.text_align_pup_up_map.via {
    text-align: center;
    font-size: 16px;
}

img.ads-necrologio-banner-manifesto-desktop-v3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    font-weight: 700;
    font-size: 2.2vw;
    border-radius: 20px;
    background: transparent !important;
}


/* Searchbar Home Nuova*/
.container-searchbar-home-v3 {
    display: flex;
    position: relative;
}
.container-ricerca-manifesti-home-v3 {
    position: absolute;
    transform: translate(0%, -60%);
    width: 100%;
}
.sub-container-ricerca-manifesti-home-v3 {
    padding: 20px 20px 20px 20px;
    background-color: white;
    box-shadow: 11px 11px 11px rgba(83, 11, 113, 0.8), 0px 0px 0px rgba(0, 0, 0, 0.2);
}


/* Media query Mobile */
@media (min-width: 120px) and (max-width: 768px) {
    .container-lista-necrologi-v3 {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .container-item-defunto-v3:first-child {
        margin-left: 50px
    }

    .container-item-defunto-v3 {
        margin-top: 0px;
    }

    nav.pagination.is-rounded {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 32px;
        margin-top: 32px;
    }

    div#mapid-v3 {
        width: 100%;
        height: 200px;
    }

    .container-lista-full-v3::after {
        background: unset;
    }

    .manifesti-mobile-v3 {
        background: linear-gradient(90deg, #3a015e 0%, #ac00cb 93.8%);
    }

    .manifesti-comune-v3 {
        position: relative;
        left: 0;
        right: 0;
        width: 100vw;
        margin-left: 0;
        margin-right: 0;
        transform: none;
        bottom: auto;
    }

    .manifesti-comune-v3 .column.is-1 {
        display: none;
    }

    .manifesti-comune-v3 .column.is-10 {
        width: 100%;
        max-width: 100%;
        flex: none;
        padding: 20px 0 !important;
    }

    .container-publish-v3 {
        border-radius: 0 0 30px 30px;
        width: 100%;
    }

    .social-list-v3 {
        display: block;
    }

    .item-social-list-v3 {
        display: block;
        background: none;
        border-radius: 30px;
        padding: 0;
        margin-bottom: 20px;
        box-shadow: unset;
        width: 100%;
    }

    .mobile-banners {
        margin-bottom: 60px !important;
    }

    .comune-v3 {
        padding-top: 30px;
    }

    .container-social-banner-list-v3 {
        margin-top: 30px;
    }

    .manifesti-publish-v3 {
        background-color: unset;
    }

    .manifesti-publish-v3 span {
        color: white;
        background-clip: unset;
        background: unset;
        -webkit-text-fill-color: unset;
        font-size: 5vw;
    }

    .pagination-link {
        border-radius: 15px !important;
        width: 12vw;
        height: 12vw;
    }

    .pagination-link.is-current {
        font-size: 4vw;
    }

    .pagination-link {
        font-size: 4vw;
    }
}
