.markdown-demo .md-link,
.creation-prose .md-link {
  color: #315d84;
  text-decoration: underline;
  text-decoration-color: #bccfdf;
  text-underline-offset: 3px;
  overflow-wrap: anywhere;
}
.md-link:hover { text-decoration-color: currentColor; }
.md-link:focus-visible,
.md-product-image a:focus-visible { outline: 2px solid #70bbd4; outline-offset: 3px; border-radius: 4px; }
.md-product-image {
  display: block;
  width: 200px;
  max-width: 100%;
  margin: 10px 0 14px;
  font-size: 12px;
  line-height: 1.5;
}
.md-product-image .md-image-frame {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid #dbe5ef;
  border-radius: 12px;
  background: #fff;
  color: #7a8da5;
  text-decoration: none;
}
.md-product-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-width: 0;
  object-fit: contain;
}
.md-product-image img[hidden] { display: none; }
.md-product-image .md-image-fallback { display: none; text-align: center; padding: 16px; }
.md-product-image[data-state="error"] .md-image-fallback { display: block; }
.md-product-image .md-image-caption {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 7px;
  color: #42617f;
  text-decoration: none;
}
.md-product-image .md-image-caption small { margin-left: auto; color: #8695a9; font-size: 10px; overflow-wrap: anywhere; }
.md-product-image .md-image-caption:hover { color: #1f4f78; }
