.stb-banner {
    position: relative;
    padding: 10px;
    text-align: center;
    font-family: Instrument Sans;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 0 solid rgba(128,128,128,0.1);

    /* transition fade */
    opacity: 1;
    transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

/* stato nascosto */
.stb-banner.stb-hidden {
    opacity: 0;
}

.stb-banner p {
    padding: 0;
    margin: 0;
    line-height: 1.8 !important;
}

/* Pulsante “X” */
.stb-close {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    user-select: none;
}

/* Responsivi (invariati) */
@media only screen and (min-width: 1px) and (max-width: 999px) {
    body #header-outer {
      padding: 0 0 12px !important;
    }
    #top {
      padding-top: 12px;
    }
}
