/* Nerva brand lockup. Keep this asset identical on every surface. */
.nerva-logo {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: #17201e;
  text-decoration: none;
  white-space: nowrap;
}

.nerva-logo-mark {
  width: 34px;
  height: 34px;
  min-width: 34px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  background: #17201e;
  color: #fff;
  font: 800 15px/1 Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

.nerva-logo-wordmark {
  color: currentColor;
  font: 750 12px/1 Arial, Helvetica, sans-serif;
  letter-spacing: .24em;
}

.entry-story .nerva-logo { color: #fff; }
.entry-story .nerva-logo-mark { background: #17201e; color: #fff; }
.cinematic-nerva-logo { color: #17201e; }
