.news-content .news-header {
  margin-block-end: 5rem;
}
:where(.news-header, .post-type-post) :is(h1, h4) {
  text-align: center;
}
@media (max-width: 640px) {
  :where(.news-header, .post-type-post) :is(h1, h4) {
    text-align: revert;
  }
}
.news-header .category {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 1em;
  row-gap: 0.75em;
  font-size: var(--wp--preset--font-size--extra-small);
  padding: 0;
  margin-top: 2.5rem;
}
.news-header .category li {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.25rem;
  min-width: 8em;
  padding: 0 1em;
  margin: 0;
  flex-shrink: 0;
  background-color: var(--bg--color--bg-light);
  border-radius: 9999px;
  color: var(--bg--color--brand);
  font-weight: 500;
}
.news-header .date {
  margin-block-start: 1.5rem;
  text-align: center;
  font-weight: 500;
}
:where(.news-content, .post-type-post) h3.wp-block-heading:not(.is-style-plain) {
  border-color: var(--bg--color--bg-dark);
  border-style: solid;
  border-width: 2px 0;
  padding: 0.75em 0;
  color: var(--bg--color--bg-dark);
}
.news-content a[target=_blank]:not(.wp-block-button a, .news-title-link, figure > a)::after {
  content: "";
  display: inline-block;
  mask-image: var(--bg--icon--new-open);
  mask-size: contain;
  mask-repeat: no-repeat;
  width: 1.25em;
  height: 1.25em;
  margin-left: 0.25em;
  vertical-align: middle;
  background-color: currentColor;
}
.news-content .wp-block-quote {
  margin-inline-start: 20px;
  margin-inline-end: 20px;
}
.news-content .presscontact {
  box-sizing: border-box;
  padding: var(--wp--preset--font-size--extra-large);
  background-color: var(--bg--color--bg-neutral-light);
  margin-bottom: clamp(120px, 10vw, 160px);
}
.news-content .presscontact .tab {
  line-height: 1.5;
  font-weight: bold;
  padding-bottom: 0.5em;
  border-bottom: 1px solid var(--bg--color--bg-neutral-dark);
}
.news-content .presscontact p {
  line-height: 1.5;
  font-size: var(--wp--preset--font-size--small);
}