.sv-newslist article a {
  text-decoration: none;
}

.sv-newslist .sv-newslist__gallery-item article {
  position: relative;
  background-color: var(--env-section-background-color);
  display: flex;
  flex-direction: column;
  word-break: break-word;
}

.sv-newslist .sv-newslist__gallery-item__image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  backdrop-filter: brightness(0.96);
}

.sv-newslist .sv-newslist__hero__link {
  text-decoration: none;
}

.sv-newslist .sv-newslist__hero-item article {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  transition: transform 0.5s ease;
  width: 100%;
}

.sv-newslist .sv-newslist__hero-item__indicators {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.sv-newslist .env-image-slider--prev {
  justify-content: flex-start;
}

.sv-newslist .env-image-slider--next {
  justify-content: flex-end;
}

.sv-newslist .env-image-slider__previous-icon,
.sv-newslist .env-image-slider__next-icon {
  padding: 5px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease-in;
}

.sv-newslist .env-image-slider__previous-icon {
  margin-left: 15px;
}

.sv-newslist .env-image-slider__next-icon {
  margin-right: 15px;
}

.sv-newslist .env-image-slider--prev:hover .env-image-slider__previous-icon,
.sv-newslist .env-image-slider--next:hover .env-image-slider__next-icon {
  background-color: rgba(0, 0, 0, 1);
}

.sv-newslist .env-image-slider__next-icon,
.sv-newslist .env-image-slider__previous-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
}

.sv-newslist .env-image-slider--prev,
.sv-newslist .env-image-slider--next {
  opacity: 1;
}

.sv-newslist .sv-hero__background {
  backdrop-filter: brightness(0.96);
}

.sv-newslist__hero__cycle-control {
  position: absolute;
  z-index: 16;
  bottom: 10px;
  right: 15px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 5px;
  border-radius: 50%;
  transition: all 0.3s ease-in;
  height: 30px;
  width: 30px;
}

.sv-newslist__hero__cycle-control:hover,
.sv-newslist__hero__cycle-control:focus {
  background-color: rgba(0, 0, 0, 1);
}

@media only screen and (max-width: 600px) {
  .sv-newslist .sv-newslist__caption--width {
    width: 100%;
  }

  .sv-newslist .env-image-slider__previous-icon {
    margin-left: 0;
  }

  .sv-newslist .env-image-slider__next-icon {
    margin-right: 0;
  }
}

.sv-newslist-header {
  margin: var(--env-spacing-xx-small) 0;
}

