h1 code, h2 code, h3 code, h4 code, h5 code, h6 code,
p.caption code, figcaption code {
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  padding: 0;
  border: none;
}

p.caption {
  color: #777;
  margin-top: 10px;
}
p code {
  white-space: inherit;
}
pre {
  word-break: normal;
  word-wrap: normal;
  font-size: smaller;
}
pre code {
  white-space: inherit;
}

.wrap-output .cell-output pre {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

.callout-polars .callout-note .callout-header {
  background-color: #e8f7f0;
  border-left: 4px solid #139b62;
}

.callout-python .callout-note .callout-header {
  background-color: #f4f1e8;
  border-left: 4px solid #3776ab;
}

.callout-pandas .callout-note .callout-header {
  background-color: #eef3ff;
  border-left: 4px solid #2c6ecb;
}

.callout-polars .callout-note .callout-icon,
.callout-python .callout-note .callout-icon,
.callout-pandas .callout-note .callout-icon {
  width: 1rem;
  height: 1rem;
  display: inline-block;
  color: transparent;
  font-size: 0;
  line-height: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.callout-polars .callout-note .callout-icon {
  background: url("images/polars_logo_blue.svg") no-repeat center / contain;
}

.callout-python .callout-note .callout-icon {
  background: url("images/python-logo-only.svg") no-repeat center / contain;
}

.callout-pandas .callout-note .callout-icon {
  background: url("images/pandas_mark.svg") no-repeat center / contain;
}

.callout-polars .callout-note .callout-icon::before,
.callout-python .callout-note .callout-icon::before,
.callout-pandas .callout-note .callout-icon::before {
  content: "";
  display: none;
}
