
/* BLACKSAW2081 LAB v2.8.80 — tylko artefakt poziomej linii podczas shiftu */

/* Warstwy animacji nie mogą mieć własnej krawędzi, cienia ani pseudo-elementów. */
.board-wrap > .shift-strip-overlay,
.board-wrap > .shift-incoming-overlay,
.board-wrap > .shift-entities-overlay{
  border:0 !important;
  border-top:0 !important;
  border-right:0 !important;
  border-bottom:0 !important;
  border-left:0 !important;
  outline:0 !important;
  box-shadow:none !important;
  background:transparent !important;
  background-image:none !important;
}

.board-wrap > .shift-strip-overlay::before,
.board-wrap > .shift-strip-overlay::after,
.board-wrap > .shift-incoming-overlay::before,
.board-wrap > .shift-incoming-overlay::after,
.board-wrap > .shift-entities-overlay::before,
.board-wrap > .shift-entities-overlay::after{
  content:none !important;
  display:none !important;
  border:0 !important;
  box-shadow:none !important;
  background:none !important;
}

/* Klony przesuwanych elementów również bez przypadkowych linii kontenera. */
.shift-entity-clone{
  border:0 !important;
  outline:0 !important;
  box-shadow:none !important;
  background:transparent !important;
}
