
@media (max-width: 991.98px) {
  .air3-topbar .navbar-brand img { height: 28px; }
  .air3-searchbar input { height: 42px; }
}

@media (max-width: 767.98px) {
  .menu-mobile-simple > li > a {
    display: block;
    padding: 12px 8px;
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }
  .menu-mobile-simple > li:last-child > a {
    border-bottom: 0;
  }
  .menu-mobile-simple > li > a:hover {
    opacity: .9;
  }
}


@media (max-width: 767.98px) {
  .row > * {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (max-width: 767.98px) {
  #box_subscription {
    height: auto !important;          /* disinnesca h-100 */
    min-height: 45vw;                 /* proporzionale allo schermo */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

@media (max-width: 767.98px) {
  .menu_separator {
    border: 0;
    border-top: 1px solid rgba(255,255,255,.2);
    margin: 1rem 0;
    height: 4px !important;
    opacity:1;
    color: white;
  }
}

@media (max-width: 767.98px) {
    .menu-dismissed::after {
    top: 35%;
    }
}

@media (max-width: 767.98px) {
  #colophon .accordion-button {
    box-shadow: none;
  }
  #colophon .accordion-button::after {
    filter: invert(1) opacity(.8); /* caret visibile su bg scuro */
  }
  #colophon .accordion-item {
    border: 0;
  }
  #colophon .accordion-body a:hover {
    opacity: .9;
  }
}


@media (max-width: 767.98px) {
  .tags-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    scroll-snap-type: x proximity;
  }
  .tags-scroll::-webkit-scrollbar { display: none; }

  .tag_chip {
    display: inline-block;
    white-space: nowrap;
    padding: .35rem .8rem;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.25);
    color: #fff;
    text-decoration: none;
    font-size: .875rem;
    scroll-snap-align: start;
    background: transparent;
  }
  .tag_chip.active {
    background: #fff;
    color: #000;
    border-color: #fff;
  }
}


@media (max-width: 767.98px) {
  .hero-tags-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .hero-tags-scroll::-webkit-scrollbar { display: none; }

  .hero_chip {
    display: inline-block;
    white-space: nowrap;
    padding: .4rem .9rem;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.25);
    color: #fff;
    text-decoration: none;
    font-size: .9rem;
    background: transparent;
  }
  .hero_chip.active {
    background: #fff;
    color: #000;
    border-color: #fff;
  }
}


/* Pallino bianco con icona nera */
.btn-icon{
  width: 56px;
  height: 56px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #000;                 /* colore icona/testo */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0,0,0,.18);
  transition: transform .15s ease, box-shadow .15s ease;
}

.btn-icon i{
  font-size: 2rem;             /* icona più grande */
  line-height: 1;
}

.btn-icon:focus-visible{
  outline: 3px solid rgba(17,107,163,.45); /* #116ba3 soft */
  outline-offset: 2px;
}

.btn-icon:hover{
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0,0,0,.22);
}

/* Stato attivo dei toggle */
.filter-toggle.active{
  box-shadow: 0 0 0 3px rgba(17,107,163,.35);
}


.tag_news {
  font-size:13px;
}

