header .navbar-brand img {
    max-height: 80px;
}

header .navbar-brand img.mobile-logo {
    width: 100% !important;
    height: auto;
    max-height: 50px;
}

header.sticky.sticky-active .navbar-brand img {
    max-height: 60px;
}

header .navbar-brand .default-logo, header.sticky.sticky-active .navbar-brand .alt-logo {
    width: 100%;
    height: auto;
}

.bg-primary-emphasis {
    background-color: var(--bs-primary-text-emphasis);
}

footer .footer-logo img {
    max-height: 90px;
    width: 100%;
    height: auto;
}

section.pageHeader {
    padding-top:185px; 
}

.pageHeader .small-screen {
    height: 200px !important;
}

.shop-sidebar, .mesiNews {
    border-right: solid 1px rgba(0,0,0,.1);
}

    .shop-sidebar .position-sticky, .mesiNews.position-sticky {
        top: 150px;
    }

#ricercaGare.search-form .search-input {
    outline: 0;
    border: 0;
    border-bottom: 2px solid rgba(0, 0, 0, .1);
    color: var(--dark-gray);
    font-size: 18px;
    padding: 20px 0;
    background: 0 0;
    line-height: 2.5rem;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 80px;
    width: 100%;
}

#ricercaGare.search-form .search-button {
    color: var(--dark-gray);
    bottom: 24px;
    position: absolute;
    font-size: 25px;
    right: 0;
    line-height: normal;
    outline: 0;
    cursor: pointer;
    z-index: 0;
    margin-right: 0;
    border: none;
    background: 0 0;
}

#ricercaGare .search-form-box {
    position: relative;
}

.sticky-chart {
    top: 150px;
}

.apexcharts-datalabels-group > text:first-child {
    transform: translateY(-10px);
    font-weight: normal;
}

#chart:hover {
    cursor: pointer;
}

.form1Col.container {
    max-width: 600px;
}

@media screen and (min-width: 992px) {
    .form1Col.container {
        max-width: 700px;
    }
}

@media (max-width: 1199px) {
    .form1Col button.mfp-close {
        right: 20px;
        top: 10px;
    }
}

#ricercaGare.search-form .search-input:focus {
    border-color: var(--base-color);
}

.dettagliNorma .col.small {
    line-height: 25px;
}

.descrizioneNorma {
    color: var(--medium-gray);
    display: -webkit-box;
    -webkit-line-clamp: 3; /* numero di righe da mostrare */
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 125px;
}

.tab-style-07 .nav-tabs.mesiNews .nav-item .nav-link {
    padding-top: 30px;
    padding-bottom: 30px;
}

.dark-form .select:after {
    right: 7px;
}

.bg-dark-gray .terms-condition-box .box:after {
    border-color: #ffffff;
}

.push-menu .form-icon {
    display: none;
}

.push-menu .terms-condition-box {
    color: #ffffff;
}

.push-menu .btn-dark-gray {
    background-color: var(--base-color);
}

.push-menu .btn-dark-gray:hover {
    border-color: var(--base-color);
    color: var(--base-color);
}

.push-menu .contact-form {
    padding-right: 20px;
}

/* A11y/SEO utility: hide content visually but keep for screen readers */
.visually-hidden {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
}
