/* Fix per centrare gli elementi del year_box */
.year_box {
    padding-left: 0 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* Ingrandimento per contenere tutto il testo con <sup> */
    width: 120px !important;
    height: 120px !important;
}

.year_box__title {
    padding-left: 0 !important;
    top: 0 !important;
    text-align: center;
}

.year_box__year {
    margin-top: 0 !important;
    text-align: center;
    /* Font size leggermente ridotto per contenere meglio il testo */
    font-size: 58px !important;
    line-height: 1.1 !important;
}

.year_box__year sup {
    font-size: 35% !important;
    vertical-align: super !important;
}

/* Fix per visualizzazione corretta dei logo nella sezione struttura */
.structure__logo img {
    max-height: 60px;
    width: auto;
    object-fit: contain;
}

/* Sposta il logo WEG nuovo e IS_COMING di 16px verso destra */
.structure__logo img[src*="logo_nuovo_weg"],
.structure__logo img[src*="IS_COMING"] {
    margin-left: 16px;
}

