#sp-header {
    min-height: 130px;
    display: flex;
    align-items: center;
}

#sp-logo img {
    max-height: 130px;
    width: auto;
}

#sp-header .row {
    align-items: center;
}

#sp-top-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

/* =========================
   PALETTE ARTE E CARTE
   ========================= */

/* Header */
#sp-header {
    background-color: #f4f4f4;
    border-bottom: 1px solid #dedede;
}

/* Menu */
#sp-main-menu {
    background-color: #e4e4e4;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #cccccc;
}

/* Corpo della pagina */
#sp-main-body,
#sp-main-body #sp-component,
#sp-main-body > .row,
#sp-main-body #sp-page-builder,
#sp-main-body .page-content {
    background-color: #d6d6d6;
}

#sp-main-body .sppb-section {
    background-color: transparent;
}

#sp-main-body {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Parte superiore del footer */
#sp-bottom {
    position: relative;
    margin-top: 0 !important;
    padding-top: 0 !important;
    background-color: #242222 !important;
}

/* Copre l'eventuale gap tra body e footer */
#sp-bottom::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -60px;
    height: 60px;
    background-color: #242222;
    z-index: -1;
}

/* Testo degli articoli */
.item-page .article-details .article-fulltext,
.item-page .article-details .article-fulltext p,
.item-page div[itemprop="articleBody"],
.item-page div[itemprop="articleBody"] p {
    font-size: 20px;
    line-height: 1.9;
    color: #1f1f1f;
    font-weight: 400;
}

/* Navigazione articolo precedente/successivo */
.item-page .pager,
.item-page .pagenav {
    position: relative;
    z-index: 5;
    margin: 30px 0 80px;
    padding: 0;
}