
body.hpress-newspaper-demo {
  background: #ffffff;
}
body.hpress-newspaper-demo .site-shell {
  padding-top: 0;
}
body.hpress-newspaper-demo .topbar {
  background: #ffffff;
  border-bottom: 1px solid #e6e6e6;
  font-size: 11px;
}
body.hpress-newspaper-demo .topbar-inner {
  min-height: 31px;
}
body.hpress-newspaper-demo .brandbar {
  padding: 22px 0 18px;
}
body.hpress-newspaper-demo .brand-note {
  opacity: .8;
}
body.hpress-newspaper-demo .site-title {
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(36px, 5vw, 58px);
}
body.hpress-newspaper-demo .site-tagline {
  letter-spacing: .24em;
}
body.hpress-newspaper-demo .main-nav {
  border-top: 2px solid #111111;
  border-bottom: 1px solid #e6e6e6;
  background: #ffffff;
  backdrop-filter: none;
}
body.hpress-newspaper-demo .primary-menu > li > a {
  min-height: 48px;
  padding: 0 14px;
  color: #111111;
}
body.hpress-newspaper-demo .primary-menu > li > a::after,
body.hpress-newspaper-demo .primary-menu > li.current-menu-item > a::after {
  background: #111111;
}
body.hpress-newspaper-demo .breaking-bar {
  border-bottom: 1px solid #e6e6e6;
  background: #fbfbfb;
}
body.hpress-newspaper-demo .breaking-inner {
  min-height: 34px;
  font-size: 12px;
}
body.hpress-newspaper-demo .container {
  width: min(var(--pnc-site-width), calc(100% - 24px));
}
.newspaper-home {
  padding-bottom: 44px;
}
.np-home-lead {
  padding-top: 22px;
  padding-bottom: 28px;
}
.np-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) 360px;
  gap: 24px;
  align-items: start;
}
.np-lead-card {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  background: #111;
}
.np-lead-thumb,
.np-lead-thumb img,
.np-lead-thumb .thumb-placeholder {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.np-lead-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.08) 0%, rgba(0,0,0,.18) 45%, rgba(0,0,0,.78) 100%);
}
.np-lead-content {
  position: relative;
  z-index: 2;
  padding: 34px;
  display: flex;
  min-height: 560px;
  justify-content: flex-end;
  flex-direction: column;
}
.np-lead-card .entry-title {
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(34px, 4.8vw, 54px);
  line-height: 1.02;
  color: #fff;
  margin: 12px 0;
}
.np-lead-card .entry-title a,
.np-lead-card .entry-excerpt,
.np-lead-card .entry-meta,
.np-lead-card .reading-time {
  color: #fff;
}
.np-side {
  display: grid;
  gap: 18px;
}
.np-side-card {
  display: grid;
  grid-template-columns: 132px 1fr;
  gap: 14px;
  border: 1px solid #e6e6e6;
  background: #fff;
  padding: 10px;
}
.np-side-thumb,
.np-side-thumb img,
.np-side-thumb .thumb-placeholder {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
}
.np-side-card .entry-title {
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 20px;
  line-height: 1.2;
  margin: 8px 0 0;
}
body.hpress-newspaper-demo .section-head {
  align-items: center;
}
body.hpress-newspaper-demo .section-head .kicker {
  color: #111;
}
body.hpress-newspaper-demo .section-head .title {
  font-family: "Libre Baskerville", Georgia, serif;
}
body.hpress-newspaper-demo .section-head::after {
  background: #111;
}
body.hpress-newspaper-demo .post-card,
body.hpress-newspaper-demo .widget-shell,
body.hpress-newspaper-demo .single-article,
body.hpress-newspaper-demo .archive-header,
body.hpress-newspaper-demo .comment-respond,
body.hpress-newspaper-demo .comment-list {
  border-radius: 0;
  box-shadow: none;
}
body.hpress-newspaper-demo .post-card {
  border: 1px solid #e8e8e8;
}
body.hpress-newspaper-demo .post-card .entry-title,
body.hpress-newspaper-demo .widget-title,
body.hpress-newspaper-demo .single-article .entry-title,
body.hpress-newspaper-demo .archive-title {
  font-family: "Libre Baskerville", Georgia, serif;
}
body.hpress-newspaper-demo .sidebar-column {
  position: sticky;
  top: 96px;
  align-self: start;
}
body.hpress-newspaper-demo .widget-shell {
  border: 1px solid #e6e6e6;
  background: #fff;
}
body.hpress-newspaper-demo .widget-shell .widget-title {
  letter-spacing: .2em;
}
body.hpress-newspaper-demo .site-footer {
  background: #111111;
}
body.hpress-newspaper-demo .footer-top {
  padding-top: 54px;
  padding-bottom: 44px;
}
@media (max-width: 980px) {
  .np-grid {
    grid-template-columns: 1fr;
  }
  body.hpress-newspaper-demo .sidebar-column {
    position: static;
  }
}
