.badge-google-news .alert {
    background-color: #0059b2;
    color: white;
    font-size: 1.2rem;
}


.badge-google-news .alert:hover {
    background-color: #004285;
}

.badge-google-news .img-fluid {
    max-height: 32px;
}

.badge-google-news .btn {
    border-radius: 1.25rem;
    background-color: white;
    padding: 5px 30px 5px 30px;
}








.badge-newsletter .alert {
    background-color: #b7bcc2;
    color: black;
    font-size: 1.2rem;
}

.badge-newsletter .alert:hover {
    background-color: #a0a3a8;
}



.badge-newsletter .img-fluid {
    max-height: 32px;
}

.badge-newsletter .btn {
    border-radius: 1.25rem;
    background-color: white;
    padding: 5px 30px 5px 30px;
}






/* -------------------------------23-01-2025--------------------------------------------------------------- */




.card-link:hover {
    text-decoration: none !important;
}

.card-link:hover .card-home,
.card-link:hover .card-piulette {
    background-color: #f6f9ff;
}

.card-link:hover .card-home .card-titolo,
.card-link:hover .card-piulette .card-titolo {
    color: var(--colore-sito);
}

.card-link:hover .card-home .card-text,
.card-link:hover .card-piulette .card-text {
    color: var(--colore-sito);
}

.card-link:hover .card-home .card-immagine,
.card-link:hover .card-piulette .card-immagine {
    transform: scale(1.02);
    transition: all .5s;

}







.card-home {
    overflow: hidden;
}

.card-home .card-titolo {
    font-size: 20px;
    line-height: 1.1;
    font-weight: 500;
}

.card-home .card-text {
    color: #9d9d9d;
}

.card-home .card-categoria {
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    color: var(--colore-sito);
    margin-bottom: 0px;
}

.card-home .card-immagine {
    height: 200px;
    /*position: absolute;*/
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    /*height: 100%;*/
    border: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

}






.card-piulette {
    overflow: hidden;
}

.card-piulette .card-titolo {
    font-size: 20px;
    line-height: 1.1;
    font-weight: 500;
}

.card-piulette .card-text {
    color: #9d9d9d;
    margin-bottom: 5px;
}






.card-piulette .card-categoria {
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    color: var(--colore-sito);
    margin-bottom: 0px;
}

.card-piulette .card-immagine {
    height: 100px;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    border: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

}

.card-piulette-h .card-immagine {
    height: 100%;
}







.g-0,
.gy-0 {
    --bs-gutter-y: 0;
}

.g-0,
.gx-0 {
    --bs-gutter-x: 0;
}












/* ------------------------------------------------------------ */

.immagine-tb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.immagine-tb:hover img {
    filter: brightness(70%);
    transition: filter 0.3s ease;
}


.post-lista img {
    max-width: 100% !important;
}