/* Only the two explicitly opted-in NUNU title areas render this component. */
.front .nunu-title-update {
  display: flex;
  align-items: center;
  gap: 6px;
  max-width: 100%;
  margin: 6px 0 10px;
  color: #b6becb;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  white-space: nowrap;
}
.front .nunu-title-update[hidden] { display: none !important; }
html[data-portal-theme="light"] .front .nunu-title-update,
html:not([data-portal-theme])[data-theme="light"] .front .nunu-title-update { color: #4b5563; }
.front .stream-detail-copy > .nunu-title-update { order: 1; }
.front .nunu-title-update svg { flex: 0 0 16px; width: 16px; height: 16px; }
@media (max-width: 640px) {
  .front .nunu-title-update { margin: 4px 0 8px; font-size: 12px; }
}
