.doc-show-container {
  padding: 2rem 0;
}

.doc-layout-grid {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 2rem;
  align-items: start;
}

.content-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 2rem;
  min-height: 300px;
}

.doc-body-text {
  line-height: 1.6;
  color: #374151;
  white-space: pre-wrap;
}

.doc-sidebar {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.badge-tag {
  background-color: #f3e8ff;
  color: #6b21a8;
  text-decoration: none;
  padding: 0.25rem 0.625rem;
  font-size: 0.825rem;
}

/* Helper Utilities */
.text-muted.italic { font-style: italic; color: #9ca3af; }
.text-muted.normal-weight { color: #9ca3af; font-weight: normal; font-size: 1.25rem; }
.text-muted.italic-small { color: #9ca3af; font-size: 0.875rem; font-style: italic; }
