.annunci-hp-slider-v2 {
  background-color: rgb(208, 221, 199);
  padding: 0 0 1px;
}

.annunci-hp-slider-v2__body {
  position: relative;
  padding: 0;
}

.annunci-hp-slider-v2__swiper {
  overflow: hidden;
  padding: 14px 0 12px;
}

.annunci-hp-slider-v2__card {
  display: block;
  color: #222 !important;
  text-decoration: none !important;
  padding: 0 5%;
}

.annunci-hp-slider-v2__card:hover,
.annunci-hp-slider-v2__card:hover .annunci-hp-slider-v2__caption {
  color: #222 !important;
}

.annunci-hp-slider-v2__image-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background-color: #ececec;
}

.annunci-hp-slider-v2__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.annunci-hp-slider-v2__caption {
  margin-top: 8px;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 500;
  max-height: 53px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #222 !important;
}

/* Frecce come Slide Anything (.white .sa_owl_theme .owl-nav) */
.annunci-hp-slider-v2__nav {
  position: absolute;
  z-index: 10;
  top: calc(50% - 32px);
  width: 30px;
  height: 40px;
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1;
  color: transparent !important;
  text-shadow: none;
  cursor: pointer;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center center;
  transition: background-color 0.3s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

.annunci-hp-slider-v2__nav--prev {
  left: 10px;
}

.annunci-hp-slider-v2__nav--next {
  right: 10px;
}

.annunci-hp-slider-v2__nav:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.annunci-hp-slider-v2__nav.swiper-button-disabled {
  display: none !important;
}

.annunci-hp-slider-v2__empty {
  padding: 12px;
  background: #fff3cd;
  border: 1px solid #ffeeba;
}

@media (max-width: 767px) {
  .annunci-hp-slider-v2__caption {
    font-size: 13px;
  }

  .annunci-hp-slider-v2__nav {
    top: calc(50% - 28px);
  }
}
