/* Newsroom module — pipeline and inbox styles live in discover.css (shared origin) */
@import url("./discover.css");

.newsroom-section-nav{
  display:flex;
  gap:18px;
  align-items:center;
  justify-content:center;
  flex-wrap:nowrap;
  overflow-x:auto;
  position:sticky;
  top:0;
  z-index:20;
  padding:12px 2px 14px;
  margin:0 0 14px;
  background:var(--tower-bg);
  border-bottom:1px solid var(--tower-border);
}

.newsroom-section-link{
  color:var(--tower-text);
  font-weight:400;
  line-height:1.3;
  text-decoration:none;
  white-space:nowrap;
}

.newsroom-section-link:hover{
  color:var(--tower-link-hover);
  text-decoration:underline;
  text-underline-offset:4px;
}

.newsroom-page-anchor,
.section-shell[id^="newsroom-"]{
  scroll-margin-top:96px;
}
