/* Scrollbar stabile */
html {
  scrollbar-gutter: stable;
  scrollbar-width: thin; /* Firefox */
  scrollbar-color: #b8c0c8 #111827; /* Firefox: thumb track */
}

/* Chrome, Edge, Safari */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: #111827;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #d8d2c2 0%, #8f98a3 100%);
  border: 2px solid #111827;
  border-radius: 999px;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #ffffff 0%, #b8c0c8 100%);
}

::-webkit-scrollbar-corner {
  background: #111827;
}
/* ::::::::::::::::::::: */
.iubenda-nostyle.no-brand.iubenda-noiframe.iubenda-embed {
  color: #3a4b57 !important;
}

/* Evita il taglio del logo Callegari nella versione responsive su Safari/iOS. */
@media (max-width: 900px) {
  /* .ht--logo__hero__section__modelli {
    width: 100% !important;
    max-width: calc(100vw - 32px) !important;
    height: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
    overflow: visible !important;
  }

  .ht--logo__hero__section__modelli .w-image-h {
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }

  .ht--logo__hero__section__modelli img {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
  } */
}
