
/* BLACKSAW2081 LAB v2.8.48 — korekty A/B/C */

/* C — tło cofnięte niżej, aby nie wychodziło ponad górną belkę. */
.phase-toast > .blacksaw-frame-content{
  top:29px !important;
  bottom:29px !important;
  left:20px !important;
  right:20px !important;
  padding-top:17px !important;
  padding-bottom:27px !important;
}

/* A — dolna belka ustawiona jako lustrzane odbicie górnej. */
.phase-toast > .bs-nine-edge-top{
  top:6px !important;
}
.phase-toast > .bs-nine-edge-bottom{
  bottom:6px !important;
}

/* Dolne narożniki dosunięte dokładnie tak samo jak górne. */
.phase-toast > .frame-top-left,
.phase-toast > .frame-top-right{
  top:-2px !important;
}
.phase-toast > .frame-bottom-left,
.phase-toast > .frame-bottom-right{
  bottom:-2px !important;
}

/* B — pasek czasu podniesiony o 5 px. */
.phase-toast > .message-progress{
  bottom:23px !important;
}

/* Tekst pozostaje w centrum faktycznego wnętrza ramy. */
.phase-toast > .blacksaw-frame-content{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  text-align:center !important;
}

@media(max-width:720px){
  .phase-toast > .blacksaw-frame-content{
    top:24px !important;
    bottom:24px !important;
    left:16px !important;
    right:16px !important;
  }
  .phase-toast > .message-progress{
    bottom:21px !important;
  }
}
