
/* BLACKSAW2081 LAB v2.8.74 — tylko większa wysokość dla długich komunikatów */

#phaseToast.phase-toast.phase-toast--tall{
  min-height:208px !important;
  height:208px !important;
}

/* Zachowujemy dotychczasowe położenie narożników, belki i paska.
   Zwiększa się tylko środkowa przestrzeń ramki. */
#phaseToast.phase-toast.phase-toast--tall > .blacksaw-frame-content{
  top:32px !important;
  bottom:4px !important;
  padding-top:22px !important;
  padding-bottom:32px !important;
}

/* Dolne elementy pozostają zakotwiczone do dolnej krawędzi większej ramki. */
#phaseToast.phase-toast.phase-toast--tall > .frame-bottom-left,
#phaseToast.phase-toast.phase-toast--tall > .frame-bottom-right{
  bottom:-2px !important;
}

#phaseToast.phase-toast.phase-toast--tall > .bs-nine-edge-bottom{
  bottom:14px !important;
}

#phaseToast.phase-toast.phase-toast--tall > .message-progress{
  bottom:23px !important;
}

@media(max-width:720px){
  #phaseToast.phase-toast.phase-toast--tall{
    min-height:190px !important;
    height:190px !important;
  }

  #phaseToast.phase-toast.phase-toast--tall > .blacksaw-frame-content{
    top:27px !important;
    bottom:3px !important;
    padding-top:20px !important;
    padding-bottom:29px !important;
  }
}
