.spoe-article-archive-page .entry-header,
.spoe-article-archive-page .wp-block-post-title {
  display: none;
}

/* The root theme already carries an unrelated global footer share widget.
   Hide that duplicate only on article archives; the archive-native share
   section below remains visible and works consistently on every site. */
.spoe-article-archive-page .elementor-location-footer [data-id="5c4b161e"],
.spoe-article-archive-page .elementor-location-footer [data-id="2f87fb9b"] {
  display: none !important;
}

/* The canonical root header is injected above the old Nature-Bliss shell.
   Remove only the duplicate legacy chrome on the root article archive. */
body.spoe-root-landing-page.spoe-article-archive-page #page > #masthead,
body.spoe-root-landing-page.spoe-article-archive-page #page > #custom-header,
body.spoe-root-landing-page.spoe-article-archive-page #page > #mobile-trigger,
body.spoe-root-landing-page.spoe-article-archive-page #page > #mob-menu,
body.spoe-root-landing-page.spoe-article-archive-page > #sidr-main {
  display: none !important;
}

body.spoe-root-landing-page.spoe-article-archive-page #content {
  padding: 0 0 60px !important;
}

body.spoe-root-landing-page.spoe-article-archive-page .entry-content {
  margin-top: 0 !important;
}

.spoe-article-archive {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(54px, 7vw, 92px) 0 80px;
  color: #171717;
}

.spoe-article-archive__head {
  max-width: 760px;
  margin-bottom: 38px;
}

body.spoe-root-landing-page.spoe-article-archive-page .spoe-article-archive {
  padding-top: clamp(38px, 5vw, 64px);
}

body.spoe-root-landing-page.spoe-article-archive-page .spoe-article-archive__head {
  display: grid;
  max-width: none;
  grid-template-columns: minmax(260px, 0.8fr) minmax(420px, 1.2fr);
  grid-template-areas:
    "eyebrow search"
    "title search"
    ". status";
  column-gap: clamp(34px, 5vw, 72px);
  align-items: end;
  margin-bottom: 36px;
}

.spoe-article-archive__eyebrow {
  margin: 0 0 10px;
  color: #ed1b24;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

body.spoe-root-landing-page.spoe-article-archive-page .spoe-article-archive__eyebrow {
  grid-area: eyebrow;
}

.spoe-article-archive__head h1 {
  margin: 0;
  color: #ed1b24;
  font-size: clamp(2.4rem, 6vw, 4.7rem);
  font-weight: 850;
  letter-spacing: -0.035em;
  line-height: 0.98;
}

body.spoe-root-landing-page.spoe-article-archive-page .spoe-article-archive__head h1 {
  grid-area: title;
  color: #171717;
  font-size: clamp(2.2rem, 3.2vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.02;
}

.spoe-article-search {
  width: min(100%, 720px);
  margin: 24px 0 0;
}

body.spoe-root-landing-page.spoe-article-archive-page .spoe-article-search--archive {
  width: 100%;
  grid-area: search;
  align-self: end;
  margin: 0;
}

.spoe-article-search__bar {
  display: flex;
  height: 56px;
  min-height: 56px;
  align-items: stretch;
  overflow: hidden;
  border: 2px solid #ed1b24;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(38, 20, 21, 0.1);
}

.spoe-article-search input[type="search"] {
  box-sizing: border-box !important;
  height: 52px !important;
  min-height: 0 !important;
  min-width: 0;
  flex: 1;
  border: 0 !important;
  border-radius: 999px 0 0 999px;
  padding: 12px 20px !important;
  background: #fff !important;
  box-shadow: none !important;
  color: #171717 !important;
  font: inherit;
  font-size: 1rem;
  outline: 0;
}

.spoe-article-search input[type="search"]::placeholder {
  color: #666;
  opacity: 1;
}

.spoe-article-search input[type="search"]:focus-visible {
  box-shadow: inset 0 0 0 3px rgba(237, 27, 36, 0.18) !important;
}

.spoe-article-search button {
  display: inline-flex;
  height: 52px !important;
  min-width: 132px;
  min-height: 0;
  align-self: stretch;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 0;
  border-radius: 0;
  margin: 0 !important;
  padding: 10px 22px;
  background: #ed1b24;
  color: #fff;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  transition: background-color 160ms ease, color 160ms ease;
}

.spoe-article-search button svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}

.spoe-article-search button:hover,
.spoe-article-search button:focus-visible {
  background: #b90f18;
}

.spoe-article-search__reset,
.spoe-article-archive__reset {
  display: inline-flex;
  margin-top: 12px;
  color: #b90f18;
  font-size: 0.92rem;
  font-weight: 800;
  text-underline-offset: 3px;
}

.spoe-article-search__status {
  margin: 14px 0 0;
  color: #343434;
  font-size: 0.98rem;
  line-height: 1.5;
}

body.spoe-root-landing-page.spoe-article-archive-page .spoe-article-search__status {
  grid-area: status;
}

.spktn-section__head .spoe-article-search--home {
  margin-top: 18px;
}

.spoe-article-archive__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.spoe-article-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(237, 27, 36, 0.16);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(38, 20, 21, 0.09);
}

.spoe-article-card__image {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 1200 / 630;
  background: linear-gradient(135deg, #ed1b24, #b90f18);
  color: #fff;
}

.spoe-article-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 220ms ease;
}

.spoe-article-card__image:hover img,
.spoe-article-card__image:focus-visible img {
  transform: none;
}

.spoe-article-card__image > span {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 2.2rem;
  font-weight: 900;
}

.spoe-article-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
}

.spoe-article-card__date {
  margin: 0 0 10px;
  color: #ed1b24;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.spoe-article-card h2 {
  margin: 0;
  font-size: clamp(1.25rem, 2.2vw, 1.65rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.18;
}

.spoe-article-card h2 a {
  color: #ed1b24;
  text-decoration: none;
}

body.spoe-root-landing-page.spoe-article-archive-page .spoe-article-card h2 a {
  color: #171717;
}

.spoe-article-card__excerpt {
  margin: 16px 0 22px;
  color: #343434;
  font-size: 0.98rem;
  line-height: 1.55;
}

.spoe-article-card__button {
  display: inline-flex;
  min-height: 44px;
  margin-top: auto;
  align-items: center;
  justify-content: center;
  border: 2px solid #ed1b24;
  border-radius: 999px;
  padding: 9px 19px;
  background: #ed1b24;
  color: #fff;
  font-size: 0.94rem;
  font-weight: 800;
  text-decoration: none;
  transition: background-color 160ms ease, color 160ms ease;
}

.spoe-article-card__button:hover,
.spoe-article-card__button:focus-visible {
  background: #fff;
  color: #ed1b24;
}

body.spoe-root-landing-page.spoe-article-archive-page .spoe-article-card__button {
  min-height: 0;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  color: #ed1b24;
}

body.spoe-root-landing-page.spoe-article-archive-page .spoe-article-card__button:hover,
body.spoe-root-landing-page.spoe-article-archive-page .spoe-article-card__button:focus-visible {
  background: transparent;
  color: #b90f18;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.spoe-article-pagination {
  display: flex;
  margin-top: 44px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 9px;
}

.spoe-article-pagination--home {
  width: 100%;
  margin-top: 38px;
}

.spoe-article-pagination a,
.spoe-article-pagination > span:not(.screen-reader-text) {
  display: inline-flex;
  min-width: 42px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(237, 27, 36, 0.34);
  border-radius: 999px;
  padding: 8px 13px;
  color: #ed1b24;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}

.spoe-article-pagination a:link,
.spoe-article-pagination a:visited {
  background: #fff !important;
  color: #ed1b24 !important;
}

.spoe-article-pagination a:hover,
.spoe-article-pagination a:focus-visible,
.spoe-article-pagination .is-current {
  border-color: #ed1b24 !important;
  background: #ed1b24 !important;
  color: #fff !important;
}

.spoe-article-pagination__direction {
  padding-inline: 18px !important;
}

body.spktn-native-frontpage #aktuell .spktn-news {
  scroll-margin-top: 190px;
  transition: opacity 180ms ease;
}

body.spktn-native-frontpage #aktuell.is-loading-articles .spktn-news {
  opacity: 0.42;
}

body.spktn-native-frontpage #aktuell.is-loading-articles .spoe-article-pagination--home {
  pointer-events: none;
  opacity: 0.55;
}

.spoe-home-article-placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  background: linear-gradient(135deg, #ed1b24, #b90f18);
  color: #fff;
  font-size: 2rem;
  font-weight: 900;
}

.spoe-article-share {
  margin-top: 64px;
  border-top: 1px solid rgba(237, 27, 36, 0.2);
  padding-top: 34px;
  text-align: center;
}

.spoe-article-share h2 {
  margin: 0 0 22px;
  color: #171717;
  font-size: clamp(1.35rem, 2.5vw, 1.8rem);
  font-weight: 800;
}

.spoe-article-share__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.spoe-article-share__link {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 2px solid #ed1b24;
  border-radius: 10px;
  padding: 10px 18px;
  background: #ed1b24;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  transition: background-color 160ms ease, color 160ms ease;
}

.spoe-article-share__link svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  fill: currentColor;
}

.spoe-article-share__link:hover,
.spoe-article-share__link:focus-visible {
  background: transparent;
  color: #ed1b24;
}

.spoe-article-archive__empty {
  border: 1px solid rgba(237, 27, 36, 0.22);
  border-radius: 22px;
  padding: 34px;
  background: #fff5f5;
}

.spoe-article-archive__empty h2 {
  margin-top: 0;
  color: #ed1b24;
}

@media (max-width: 900px) {
  body.spoe-root-landing-page.spoe-article-archive-page .spoe-article-archive__head {
    grid-template-columns: 1fr;
    grid-template-areas:
      "eyebrow"
      "title"
      "search"
      "status";
    row-gap: 10px;
  }

  body.spoe-root-landing-page.spoe-article-archive-page .spoe-article-search--archive {
    margin-top: 10px;
  }

  .spoe-article-archive__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .spoe-article-search-head {
    flex-direction: column;
    align-items: stretch !important;
    gap: 14px;
  }

  .spoe-article-search-head .spoe-article-search--home {
    width: 100%;
    margin-top: 0;
  }

  .spoe-article-archive {
    width: min(100% - 28px, 1160px);
    padding-top: 42px;
  }

  .spoe-article-archive__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .spoe-article-pagination {
    gap: 7px;
  }

  .spoe-article-pagination__direction {
    width: 100%;
  }

  .spoe-article-search__bar {
    height: 52px;
    min-height: 52px;
  }

  .spoe-article-search input[type="search"] {
    height: 48px !important;
    padding-inline: 16px !important;
  }

  .spoe-article-search button {
    height: 48px !important;
    min-width: 54px;
    padding-inline: 15px;
  }

  .spoe-article-search button span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .spoe-article-share {
    margin-top: 48px;
  }

  .spoe-article-share__link {
    width: calc(50% - 5px);
    padding-inline: 12px;
  }
}

@media (max-width: 390px) {
  .spoe-article-share__link {
    width: 100%;
  }
}
