/* Riga aggiuntiva della home */
#footerNew-row-1 {
    gap: 16px;
}

@media (min-width: 1025px) {
    #footerNew-row-1 {
        width: 100%;
        justify-content: space-evenly;
    }
    #footerNew-row-1 > * {
        max-width: fit-content;
    }
}

/* Override margine paragrafi */
#footerNew p {
    margin: 0px !important;
}

/* Icone social – versione home (40px, gap 26px, padding 26px) */
.social-icons-custom {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 26px;
    padding: 26px;
}

.social-icons-custom a {
    margin: 0 10px;
    text-decoration: none;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border: 1px solid #dbdbdb;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-icons-custom a img {
    object-fit: contain;
    scale: 0.5;
    display: block;
}

.social-icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.social-icons-custom a:hover .social-icon {
    transform: scale(1.1);
    filter: brightness(1.2);
}

.social-icons-custom a,
.button-one {
    transition: transform 0.01s ease-in, box-shadow 0.01s ease-in;
    border-radius: 50px;
    height: 35px;
    width: 35px;
}