.margin-0-pagging-0 {
    margin: 0 !important;
    padding: 0 !important;
}

.logo-dimension {
    height: 50px;
}

.maintop {
    margin-top: 130px !important;    
}

html, body {
    width: 100%;
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

#mainTop {
    overflow-y: scroll;
    flex: 1;
}

/*CSS per gestione loghi di download*/
app-banner {
    background-color: #f0f0f0;
    padding: 30px 20px;
    border-radius: 12px;
    max-width: 900px;
    margin: 40px auto;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.app-banner-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.buttons-section {
    flex: 1 1 300px;
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

    .buttons-section img {
        height: 50px;
        transition: transform 0.2s ease;
    }

/* Responsive per dispositivi mobili */
@media (max-width: 767px) {

    .app-banner-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .text-section,
    .buttons-section {
        flex: 1 1 100%;
    }

    .buttons-section {
        justify-content: center;
    }
}
