/* ArcaNuova 20.70: ausschließlich Gedankenseiten, Desktopbreite wie Reise. */
@media (min-width: 761px) {
  html body.arc-page-thoughts main {
    width: calc(100% - 2.5rem) !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
  }

  html body.arc-page-thoughts main > :is(
    .content,
    .intro-story,
    .forum-bridge,
    .built-thoughts-teaser,
    .author-four-stack,
    .footer-sight-pair,
    .hai-transparency-details
  ) {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
  }

  html body.arc-page-thoughts main > .author-four-stack {
    display: grid !important;
  }

  html body.arc-page-thoughts main > .hai-transparency-details {
    display: block !important;
    margin-top: .7rem !important;
    margin-bottom: .7rem !important;
  }
}

/* Die Zitate bleiben als Zitatfläche erhalten, aber ohne den isolierten Goldbalken. */
html body.arc-page-thoughts blockquote {
  border-left: 0 !important;
  padding-left: 1rem !important;
}
