.rendered-markdown {
  color: rgba(0, 0, 0, .9);
  color: var(--text-primary-color,rgba(0, 0, 0, .9));
  font-size: 0.875rem;
  height: 100%;
  line-height: 1.4; }
  .rendered-markdown a:link {
    color: rgba(0, 90, 158, 1);
    color: var(--communication-foreground,rgba(0, 90, 158, 1));
    text-decoration: none; }
  .rendered-markdown a:hover {
    text-decoration: underline; }
  .rendered-markdown h1,
  .rendered-markdown h2,
  .rendered-markdown h3,
  .rendered-markdown h4,
  .rendered-markdown h5,
  .rendered-markdown h6 {
    border: none;
    color: rgba(0, 0, 0, .9);
    color: var(--text-primary-color,rgba(0, 0, 0, .9));
    font-weight: 400;
    margin: 0.875rem 0; }
  .rendered-markdown h1,
  .rendered-markdown h2,
  .rendered-markdown h3,
  .rendered-markdown h4 {
    line-height: 1.2;
    margin-top: 1.75rem; }
  .rendered-markdown h1 {
    font-size: 28px;
    font-weight: 300; }
    .rendered-markdown h1:first-child {
      margin-top: 0; }
  .rendered-markdown h2 {
    font-size: 21px;
    font-weight: normal; }
  .rendered-markdown h3 {
    font-size: 17px;
    font-weight: 600; }
  .rendered-markdown h4 {
    font-size: 15px;
    font-weight: 600; }
  .rendered-markdown h5 {
    font-size: 0.875rem;
    font-weight: 600; }
  .rendered-markdown h6 {
    font-size: 0.75rem;
    font-weight: 600; }
  .rendered-markdown code,
  .rendered-markdown kbd,
  .rendered-markdown pre,
  .rendered-markdown samp {
    font-family: Monaco, Menlo, Consolas, "Droid Sans Mono", "Inconsolata", "Courier New", monospace; }
  .rendered-markdown code,
  .rendered-markdown pre {
    background-color: neutral-2;
    border:  1px solid;
    border-color: rgba( 234, 234, 234 ,  1 );
    border-color: rgba( var(--palette-neutral-8,234, 234, 234) ,  1 );
    color: rgba(0, 0, 0, .9);
    color: var(--text-primary-color,rgba(0, 0, 0, .9)); }
  .rendered-markdown code {
    border-radius: 2px;
    padding: 2px 4px;
    font-size: 90%;
    line-height: 2;
    white-space: nowrap; }
  .rendered-markdown pre {
    display: block;
    padding: 8px 12px;
    font-size: 13px;
    word-break: break-all;
    word-wrap: break-word; }
  .rendered-markdown pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    line-height: 1.428571429;
    border: none; }
  .rendered-markdown.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll; }
  .rendered-markdown hr {
    border: none;
    border-bottom:  1px solid;
    border-bottom-color: rgba( 234, 234, 234 ,  1 );
    border-bottom-color: rgba( var(--palette-neutral-8,234, 234, 234) ,  1 );
    margin: 1.75rem 0.875rem; }
  .rendered-markdown table {
    border-collapse: collapse;
    width: auto; }
  .rendered-markdown table,
  .rendered-markdown th,
  .rendered-markdown td {
    border:  1px solid;
    border-color: rgba( 200, 200, 200 ,  1 );
    border-color: rgba( var(--palette-neutral-20,200, 200, 200) ,  1 );
    padding: 4px 12px; }
  .rendered-markdown th {
    font-weight: 600;
    background-color: neutral-2; }
  .rendered-markdown .metaitem {
    font-size: 0.75rem;
    padding-top: 15px; }
  .rendered-markdown .metavalue {
    font-size: 0.75rem;
    padding-left: 4px; }
    .rendered-markdown .metavalue > img {
      height: 32px;
      width: 32px;
      margin-bottom: 3px;
      padding-left: 1px; }
  .rendered-markdown li.metavaluelink {
    list-style-type: disc;
    list-style-position: inside; }
  .rendered-markdown li.metavalue > a {
    border: none;
    padding: 0px;
    display: inline; }
  .rendered-markdown li.metavalue > a:hover {
    background-color: inherit;
    text-decoration: underline; }
  .rendered-markdown ul, .rendered-markdown ol {
    padding-left: 40px; }
    .rendered-markdown ul li, .rendered-markdown ol li {
      list-style: inherit; }
