.news-return-row {
  margin: 18px 0 24px;
}

.news-return-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 1px solid rgba(0, 111, 93, 0.18);
  border-radius: 999px;
  padding: 0 18px;
  background: #fff;
  color: var(--green, #006f5d);
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(22, 55, 49, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.news-return-button:hover,
.news-return-button:focus-visible {
  transform: translateY(-2px);
  background: rgba(0, 111, 93, 0.06);
  box-shadow: 0 16px 34px rgba(22, 55, 49, 0.12);
  outline: none;
}

.summit-news-page .news-return-button {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  box-shadow: none;
}

.summit-news-page .news-return-button:hover,
.summit-news-page .news-return-button:focus-visible {
  background: rgba(255, 255, 255, 0.18);
}

@media (max-width: 640px) {
  body.content-page {
    overflow-x: hidden;
  }

  body.content-page .header-top,
  body.content-page .container {
    width: min(358px, calc(100vw - 32px));
    max-width: min(358px, calc(100vw - 32px));
    margin-left: 16px;
    margin-right: auto;
  }

  body.content-page .site-header .brand {
    width: min(164px, 46vw);
  }

  body.content-page .top-actions {
    display: none;
  }

  body.content-page .page-title,
  body.content-page .page-lead,
  body.content-page .news-article-body,
  body.content-page .content-card {
    overflow-wrap: anywhere;
  }

  .news-return-row {
    margin: 16px 0 22px;
  }

  .news-return-button {
    min-height: 40px;
    padding: 0 15px;
    font-size: 0.86rem;
  }
}
