/* Shared image decoration: saved posts contain only the style class. */
.wp-block-image.is-style-asano-frame {
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #d7e2e8;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 4px 14px rgb(16 35 51 / 8%);
  max-width: 100%;
}

.wp-block-image.is-style-asano-frame img {
  display: block;
  max-width: 100%;
  height: auto;
}

.wp-block-image.is-style-asano-frame figcaption {
  margin: 12px 0 2px;
  color: #526574;
  font-size: 0.875em;
  line-height: 1.7;
  text-align: left;
}

@media (max-width: 600px) {
  .wp-block-image.is-style-asano-frame {
    padding: 8px;
  }
}
