/* Browser-audited accessibility corrections for Quarto 1.6 output. */

html body .callout.callout-tip .callout-title,
html body .callout.callout-tip .callout-title-container {
  color: #166534 !important;
}

html body .callout.callout-note .callout-title,
html body .callout.callout-note .callout-title-container {
  color: #1e40af !important;
}

nav.quarto-page-breadcrumbs .breadcrumb-item > a {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding-block: 1px;
}
