.cell { margin-bottom: 1rem; }
.cell > .sourceCode { margin-bottom: 0; }
.cell-output > pre { margin-bottom: 0; }

.cell-output > pre, .cell-output > .sourceCode > pre, .cell-output-stdout > pre {
  margin-left: 0.8rem;
  margin-top: 0;
  background: none;
  border-left: 2px solid lightsalmon;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.cell-output > .sourceCode { border: none; }

.cell-output > .sourceCode {
  background: none;
  margin-top: 0;
}

div.description {
  padding-left: 2px;
  padding-top: 5px;
  font-size: 1.25rem;
  color: rgba(0, 0, 0, 0.60);
  opacity: 70%;
}

.quarto-figure:has(img.floatr) {
  float:right;
  margin-left: 1rem;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

.quarto-figure:has(img.floatr) figcaption {
  text-align: center;
  width: 100%;
}

.quarto-figure:has(img.floatl) {
  float: left;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

.quarto-figure:has(img.floatl) figcaption {
  text-align: center;
  width: 100%;
}

