/* Monogon clone overrides — loaded after the theme CSS so these win.
   Post-migration tweaks requested by Jens (2026-05). */

/* #1 Share widget: the copy-link button (.social-rocket-button-new) is
   display:block and drops to a second row. Flex the row so all four icons align. */
.social-rocket-inline-buttons .social-rocket-buttons {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: 6px;
}
.social-rocket-inline-buttons .social-rocket-buttons > * {
  margin: 0 !important;
  float: none !important;
}

/* #3 Remove 2022-era dates on Our Work / Our Thoughts cards */
.article__preview_date {
  display: none !important;
}

/* Visually-hidden h1 for SEO/a11y on pages whose hero isn't a heading (home, privacy) */
.sr-only {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0);
  white-space: nowrap; border: 0;
}
