/* v9.1 · Ajustes visuales finales de protección */
/* Frente y espalda conservan la posición/tamaño aprobados de designlab-names.css. */
body:has(.view-card[data-view="rightSleeve"].active) .bs-editor-watermark img{
  left:17%;
  top:78%;
  width:clamp(48px,5.4vw,66px);
}
body:has(.view-card[data-view="leftSleeve"].active) .bs-editor-watermark img{
  left:17%;
  top:78%;
  width:clamp(48px,5.4vw,66px);
}
@media(max-width:820px){
  body:has(.view-card[data-view="rightSleeve"].active) .bs-editor-watermark img,
  body:has(.view-card[data-view="leftSleeve"].active) .bs-editor-watermark img{
    left:16%;
    top:77%;
    width:46px;
  }
}
