.sticky-text-works-card {
  position: sticky !important;
  top: 20vh;
}
.ht--mostre span.w-tabs-item-title {
  padding-inline: 48px;
}
.ht--mostre button.w-tabs-item {
  margin: 0 !important;
}
.ht--mostre .w-tabs.style_simple2 > .w-tabs-list .w-tabs-item:after {
  bottom: -25px !important;
}
.ht--mostre .w-tabs-list-h {
  padding-bottom: 24px;
}
.ht--mostre .w-tabs-list.items_4.align_none {
  border-bottom: 1px solid #4c4c4c;
}
.ht--mostre .w-tabs-list-h {
  display: flex;
  justify-content: space-around;
}
/* ::::::::::::::::::::::::::::::::::::::::::::::::::: */
@media (width < 1024px) {
  .ht--mostre .w-tabs-list-h {
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    scrollbar-width: none; /* Nasconde scrollbar in Firefox */
  }

  .ht--mostre .w-tabs-list-h::-webkit-scrollbar {
    display: none; /* Nasconde scrollbar in Chrome, Safari e Edge */
  }
}

.ht--sezione-anno {
  padding: 0 !important;
}
