/* Aktuelles native Artikel – nur unter .native-news scoped */

.native-news.native-news--article {
  background: #ffffff;
  padding: 2rem 1rem 3rem;
}

.native-news .native-news__inner {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.native-news .native-news__back {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 7px 25px;
  background-color: #2a82c9;
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  font-family: "PT Sans", sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.native-news .native-news__back:hover,
.native-news .native-news__back:focus {
  text-decoration: none;
  opacity: 0.92;
}

.native-news .native-news__title {
  margin: 0 0 1rem;
  color: #2a82c9;
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: 500;
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  line-height: 1.2;
}

.native-news .native-news__featured {
  margin: 0 0 1.5rem;
}

@media (min-width: 768px) {
  .native-news .native-news__featured {
    max-width: 78%;
    margin-left: auto;
    margin-right: auto;
  }
}

.native-news .native-news__featured-img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.native-news .native-news__article {
  color: #6c6c6c;
  font-family: "PT Sans", sans-serif;
  font-size: 19px;
  line-height: 1.55;
}

.native-news .native-news__article p {
  margin: 0 0 1em;
}

.native-news .native-news__article ul,
.native-news .native-news__article ol {
  margin: 0 0 1em;
  padding-left: 1.5em;
}

.native-news .native-news__article li {
  margin-bottom: 0.35em;
}

.native-news .native-news__article a {
  color: #2a82c9;
  text-decoration: underline;
}

.native-news .native-news__article a:hover,
.native-news .native-news__article a:focus {
  text-decoration: underline;
}

.native-news .native-news__article img {
  max-width: 100%;
  height: auto;
  display: block;
}

.native-news .native-news__article .wp-video,
.native-news .native-news__article video {
  max-width: 100%;
  height: auto;
}

.native-news .native-news__article .wp-video {
  width: 100% !important;
}

.native-news .native-news__article .native-news__cta-img {
  margin-top: 0.5rem;
}

@media (max-width: 767px) {
  .native-news.native-news--article {
    padding: 1.25rem 1rem 2rem;
  }

  .native-news .native-news__featured {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .native-news .native-news__article {
    font-size: 18px;
  }
}
