/* ColorCraft Universal Line Art Bridge */
.ccp-editor .ccp-svg-host image#line-art-overlay,
.ccp-editor .ccp-svg-host image[data-line-art-overlay="1"]{
  pointer-events:none!important;
}
.ccp-editor .ccp-svg-host svg[data-ccp-auto-vector="1"] .ccp-region{
  cursor:default!important;
}

.ccp-editor .ccp-svg-host #line-art-vector,
.ccp-editor .ccp-svg-host [data-line-art-vector="1"]{pointer-events:none!important;}


/* v2.6.1 — branding sits centered on the artwork's bottom boundary.
   The footer keeps its original layout height; only its visual position changes. */
.ccp-editor .ccp-art-footer{
  position:relative!important;
  z-index:8!important;
  transform:translateY(-50%)!important;
  border-top:0!important;
  background:linear-gradient(
    to bottom,
    transparent calc(50% - .5px),
    rgba(15,23,42,.12) calc(50% - .5px),
    rgba(15,23,42,.12) calc(50% + .5px),
    transparent calc(50% + .5px)
  )!important;
  text-shadow:0 0 3px rgba(255,255,255,.98),0 0 6px rgba(255,255,255,.92)!important;
}

/* Allow the artwork surface to participate in a two-finger gesture. The page itself
   remains locked by ColorCraft while the editor is open. */
@media (max-width:720px), (pointer:coarse){
  .ccp-editor .ccp-stage,
  .ccp-editor .ccp-artboard,
  .ccp-editor .ccp-svg-host{
    touch-action:none!important;
  }
}
