.code-container {
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 0.5rem;
  font-family: monospace;
  white-space: pre;
  margin: 1rem 0;
  font-size: 14px;
}
