.publish-view {
  max-width: 800px;
  margin: 64px auto;
  padding: 0 32px;
}

.publish-header {
  margin-bottom: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.publish-header-content {
  text-align: center;
  width: 100%;
}

.publish-title {
  font-size: 2rem;
  font-weight: 700;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 16px;
}

.publish-badge {
  display: inline-block;
  padding: 4px 12px;
  background: rgb(28 28 28 / 0.1);
  border-radius: 4px;
  font-size: 0.75rem;
  color: rgb(28 28 28 / 0.6);
}

.publish-content .chapter {
  margin-bottom: 48px;
}

.publish-content .chapter-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.publish-content .chapter-header h2 {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: 'Noto Serif JP', serif;
  padding-bottom: 8px;
  border-bottom: 1px solid rgb(28 28 28 / 0.1);
  flex: 1;
  margin: 0;
}

.publish-content .section {
  margin-bottom: 32px;
}

.publish-content .section-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.publish-content .section-header h3 {
  font-size: 1.125rem;
  font-weight: 600;
  font-family: 'Noto Serif JP', serif;
  color: rgb(28 28 28 / 0.8);
  flex: 1;
  margin: 0;
}

.publish-content .content {
  line-height: 1.8;
  font-family: 'Noto Serif JP', serif;
  white-space: pre-wrap;
}

.publish-content .content.no-content {
  color: rgb(28 28 28 / 0.4);
  font-style: italic;
}
