.gptchat-assistant p {
  margin: 0.3rem 0;
}
.gptchat-assistant ul {
  margin: 0.4rem 0 0.4rem 1.2rem;
  list-style: disc;
}
.gptchat-assistant code {
  background: #f3f3f3;
  padding: 2px 5px;
  border-radius: 4px;
  font-family: monospace;
}
.gptchat-assistant pre {
  background: #f6f6f6;
  padding: 0.75rem;
  border-radius: 6px;
  overflow-x: auto;
}
