/* Uses the site's existing article and news card layouts. */
.footer-newsletter label {
  left: auto;
  inset-inline-start: 0;
  clip-path: inset(50%);
  white-space: nowrap;
}

.wiesn-main {
  margin: 0;
  padding: 0;
}

.wiesn-hero {
  position: relative;
}

.wiesn-hero .hero-img-wrapper {
  min-height: 38rem;
}

.wiesn-hero .hero-meta {
  flex-wrap: wrap;
}

.wiesn-hero .hero-text h1 {
  overflow-wrap: anywhere;
}

.wiesn-hero .hero-btn a {
  display: inline-block;
  padding: 0.8rem 1rem;
  background: #cca152;
  color: #fbfbfb;
  font-size: 1.1rem;
  line-height: 1.4;
  text-decoration: none;
}

.wiesn-hero .hero-btn a:hover,
.wiesn-hero .hero-btn a:focus-visible {
  background: #9c762f;
}

.wiesn-article .article-content {
  min-width: 0;
  text-align: start;
}

.wiesn-article .article-content > ul,
.wiesn-article .article-content > ol {
  padding-inline-start: 1.4rem;
  padding-inline-end: 0;
}

.wiesn-article .article-content > ul > li,
.wiesn-article .article-content > ol > li {
  padding-inline-start: 0.4rem;
  padding-inline-end: 0;
}

.wiesn-article .article-content .sources-list {
  list-style: none;
  padding: 0;
}

.wiesn-article .sources-list li {
  scroll-margin-top: 7rem;
}

.wiesn-article .sources-list li:target {
  background: #f3efe7;
}

.wiesn-article .article-content .source-link {
  white-space: nowrap;
}

.wiesn-article .article-content .source-link::before {
  content: none;
}

.news-section .news-img {
  position: relative;
}

.news-new-badge {
  position: absolute;
  top: 1rem;
  inset-inline-start: 1rem;
  padding: 0.4rem 0.8rem;
  border-radius: 2px;
  background: #cca152;
  color: #272922;
  font-size: 0.8rem;
  font-weight: 400;
}

.news-section .wiesn-card .news-title::before {
  content: none;
}

.news-section .wiesn-card .news-card-meta,
.news-section .wiesn-card .news-card-summary {
  margin: 0 0 1rem;
  color: #4d4d4d;
  font-size: 0.95rem;
  line-height: 1.5;
}

.news-section .wiesn-card .news-card-meta {
  font-size: 0.8rem;
}

html[dir="rtl"] .wiesn-article .article-cta a::after {
  content: "←";
}

html[lang^="zh"] .wiesn-hero .hero-text h1,
html[lang="ar"] .wiesn-hero .hero-text h1 {
  line-height: 1.5;
}

@media (max-width: 767px) {
  .wiesn-hero .hero-img-wrapper {
    height: 90svh;
    min-height: 36rem;
  }

  .wiesn-hero .hero-text {
    width: 92%;
  }

  .wiesn-hero .hero-text h1 {
    font-size: clamp(1.65rem, 6.5vw, 2.35rem);
    line-height: 1.2;
  }

  .wiesn-hero .hero-buttons {
    flex-direction: column;
  }

  .wiesn-article .article-content > p,
  .wiesn-article .article-content > ul > li,
  .wiesn-article .article-content > ol > li {
    overflow-wrap: anywhere;
  }
}
