:is(.header-da1tQG, .byline-diff-modal-header) {
  padding-top: var(--spacing-16);
  margin-bottom: var(--spacing-8);
  flex-shrink: 0;
}

:is(.title-stack-mSxmPG, .byline-diff-modal-title-stack) {
  flex-direction: column;
  display: flex;
}

:is(.title-xO708s, .byline-diff-modal-title) {
  font-size: var(--font-size-xl);
  margin: 0;
}

:is(.subtitle-VnkAjp, .byline-diff-modal-subtitle) {
  font-size: var(--font-size-sm);
  color: var(--gray-400);
  margin: 0;
}

:is(.version-sRziHD, .byline-diff-modal-version) {
  font-family: var(--font-family-mono);
  font-size: var(--font-size-xs);
  background-color: var(--canvas-700);
  padding: 0 var(--spacing-4);
  border-radius: var(--border-radius-sm);
}

:is(.content-_KyVkg, .byline-diff-modal-content) {
  flex: 1 1 0;
  min-height: 0;
  padding: 0;
  overflow: auto;
}

:is(.state-Gg9w8j, .byline-diff-modal-state) {
  justify-content: center;
  align-items: center;
  gap: var(--spacing-12);
  height: 100%;
  color: var(--gray-400);
  display: flex;
}

:is(.error-BP4kEV, .byline-diff-modal-error) {
  color: var(--red-400);
  gap: 0;
}

:is(.viewer-hxDZsJ, .byline-diff-modal-viewer) {
  font-family: var(--font-family-mono);
  font-size: var(--font-size-sm);
}

