/**
 * Theme Name: Sistema musica
 * Template: twentytwentyfive
 * Author: the Puglia Sounds team
 * Version: 0.1
 */

 /* slider ultime notizie */
 .horizontal-slider {
  display: flex;
  overflow-x: auto;
  gap: 1rem;
  padding: 0 1rem;
  margin: 0;
  scroll-snap-type: x mandatory;
  scroll-padding: 0 1rem;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
  cursor: grab;
  user-select: none;
}

.horizontal-slider::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

.horizontal-slider > * {
  flex: 0 0 auto;
  width: 370px;
  scroll-snap-align: start;
  margin: 0;
  pointer-events: auto;
}

.horizontal-slider:active {
  cursor: grabbing;
}

.horizontal-slider > *:first-child {
  margin-left: 0;
}

.horizontal-slider.dragging {
  cursor: grabbing;
  scroll-snap-type: none;
}

 /* evita le sottolineature per i post-terms */
.wp-block-post-terms a {
  text-decoration: none;
}

.wp-block-post-terms a:hover {
  text-decoration: underline;
}
