/* Kane's Observations — scoped image-reference notice presentation. */
.ko-product-image-notice{
  margin:14px 0 0;
  padding:11px 12px;
  border-left:3px solid #6f8fa2;
  border-radius:0 7px 7px 0;
  background:rgba(226,235,239,.72);
  color:#4d626e;
  font:600 11px/1.55 Arial,sans-serif;
}
.product-copy>.ko-product-image-notice{max-width:62ch}
.ko-product-quick-copy{min-width:0;box-sizing:border-box}
.ko-product-quick-copy>.ko-product-image-notice{width:100%;max-width:100%;min-width:0;box-sizing:border-box;margin:12px 0;overflow-wrap:anywhere}

@media(max-width:620px){
  .ko-product-image-notice{
    padding:11px;
    font-size:12px;
    line-height:1.55;
  }
}
