/* TUTORIAL SCREENSHOTS */
/* Screenshots in tutorial posts have their highlight box/arrow burned
   directly into the image. This just frames them consistently. */

.tut-shot {
  display: block;
  width: 100%;
  max-width: 460px;
  margin: 22px auto;
}

.tut-shot img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 3px 18px rgba(0, 0, 0, 0.2);
}

.tut-shot figcaption {
  text-align: center;
  color: rgb(68, 68, 68);
  font-family: var(--font-base);
  font-size: 13px;
  line-height: 20px;
  margin-top: 10px;
}
