.markdown-rendered strong {
  font-weight: 700;
}

.markdown-rendered em {
  font-style: italic;
}

.markdown-rendered a {
  color: #0366d6;
  text-decoration: none;
}

.markdown-rendered a:hover {
  text-decoration: underline;
}

.markdown-rendered pre {
  background: #f6f8fa;
  padding: 10px;
  border-radius: 6px;
  overflow-x: auto;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
}

.markdown-rendered pre code {
  background: none;
  padding: 0; 
}

.markdown-rendered code {
  background: #f6f8fa;
  padding: 2px 4px;
  border-radius: 3px;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 0.9em;
}

.markdown-rendered ul,
.markdown-rendered ol {
  margin: 1em 0;
  padding-left: 2em;
}

.markdown-rendered ul {
  list-style-type: disc;
}

.markdown-rendered ol {
  list-style-type: decimal;
}

.markdown-rendered li {
  margin: 0.5em 0;
}

.markdown-rendered table {
  border-collapse: collapse;
  width: 100%;
  margin: 1em 0;
}

.markdown-rendered th,
.markdown-rendered td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}

.markdown-rendered th {
  background-color: #f6f8fa;
  font-weight: 600;
}

.markdown-rendered br {
	content: '';
	display: block;
	margin-top: 1em;
}
