.bp-body a {
  color: var(--bp-blue, #1431A7);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  text-decoration-color: rgba(20, 49, 167, 0.35);
  transition: color 0.15s, text-decoration-color 0.15s;
}

.bp-body a:hover,
.bp-body a:focus-visible {
  color: var(--bp-navy, #070763);
  text-decoration-color: currentColor;
}

.bp-body li a { font-weight: inherit; }

.bp-body li > strong:first-child { color: var(--bp-navy, #070763); font-weight: 600; }

.bp-body .bp-sources > p:first-child {
  font-size: 11px;
  letter-spacing: 0.18em;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--bp-text-faint, rgba(30, 30, 30, 0.68));
  margin: 0 0 10px;
}

.bp-callout-body p:last-child { margin-bottom: 0; }

@media (max-width: 620px) {
  .bp-code { padding-top: 30px; }
}
