.inss-feed {
  position: relative;
}

.inss-separator {
  border: 0;
  border-top: 1px solid currentColor;
  opacity: 0.15;
  margin: 2.5rem 0;
}

.inss-article-block {
  contain: content;
}

.inss-status {
  min-height: 1.5rem;
  font-size: 0.95rem;
  opacity: 0.7;
  margin: 1rem 0 0;
}

.inss-marker {
  display: block;
  width: 100%;
  height: 1px;
  pointer-events: none;
}

.inss-sentinel {
  width: 100%;
  height: 1px;
}

.inss-section-anchor {
  display: block;
  width: 100%;
  height: 1px;
  margin: 0;
  padding: 0;
  pointer-events: none;
}

.inss-debug-panel {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 999999;
  background: rgba(17, 17, 17, 0.92);
  color: #fff;
  font: 12px/1.4 Consolas, Monaco, monospace;
  padding: 10px 12px;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  pointer-events: none;
  word-break: break-word;
}
