/* Guide images must follow the readable article measure, not the viewport. */
.lvts56-guide-detail .lvts624-guide-figure,
.lvts-page-typing-guides .lvts624-guide-figure,
.lvts624-guide-figure{
  display:block;
  width:100%;
  max-width:100%;
  margin:22px auto 28px;
  padding:0;
  overflow:hidden;
  border-radius:18px;
  background:#eef4ff;
  box-shadow:0 12px 30px rgba(10,34,84,.10);
}
.lvts-prose > .lvts624-guide-figure{
  width:100%;
  max-width:100%;
}
.lvts624-guide-image{
  display:block;
  width:100%;
  max-width:100%;
  height:auto;
  aspect-ratio:3 / 1;
  object-fit:cover;
  margin:0;
  border:0;
}
@media (max-width:782px){
  .lvts624-guide-figure{margin:18px auto 22px;border-radius:14px;}
}
