.elementor-21344 .elementor-element.elementor-element-994e380{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;border-style:none;--border-style:none;}#elementor-popup-modal-21344 .dialog-message{width:195px;height:100vh;align-items:center;}#elementor-popup-modal-21344{justify-content:flex-end;align-items:center;}#elementor-popup-modal-21344 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for html, class: .elementor-element-e8dba3a */.fw-side-tab{
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99999;
}

.fw-side-tab__inner{
  display: flex;
  align-items: stretch;
  width: 56px;
  height: 170px;
  background: rgb(30,115,190); /* 🔵 TŁO */
  border-radius: 16px 0 0 16px;
  box-shadow: 0 10px 25px rgba(0,0,0,.25);
  overflow: hidden;
  transition: width .25s ease;
}

/* stan otwarty */
.fw-side-tab__inner.is-open{
  width: 210px;
}

/* UCHWYT */
.fw-side-tab__handle{
  width: 56px;
  min-width: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  color: #fff; /* 🤍 TEKST */
  -webkit-tap-highlight-color: transparent;
}

.fw-side-tab__handle span{
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 700;
}

/* PANEL */
.fw-side-tab__panel{
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  color: #fff; /* 🤍 */
}

/* KOD */
.fw-code{
  text-align: center;
}

.fw-code__label{
  font-size: 12px;
  opacity: .85;
  margin-bottom: 6px;
  color: #fff;
}

.fw-code__value{
  display: inline-block;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #fff; /* 🤍 */
  text-decoration: none;
  padding: 6px 12px;
  border: 1px dashed rgba(255,255,255,.75);
  border-radius: 8px;
}

.fw-code__note{
  margin-top: 8px;
  font-size: 12px;
  opacity: .85;
  color: #fff;
}

/* RESET domyślnych efektów buttona */
.fw-side-tab__handle{
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  outline: none;
  color:#fff;
}

/* DELIKATNY HOVER / TAP – tylko my kontrolujemy efekt */
.fw-side-tab__handle:hover,
.fw-side-tab__handle:active,
.fw-side-tab__handle:focus-visible{
  background-color: rgba(255,255,255,0.08); /* subtelne rozjaśnienie */
    color:#fff;
}

/* Hover całego paska (desktop) */
.fw-side-tab__inner:hover{
  filter: brightness(1.05);
}

/* Active / tap feedback (mobile) */
.fw-side-tab__inner:active{
  filter: brightness(0.95);
}

/* Usunięcie niechcianych obwódek focus */
.fw-side-tab__handle:focus{
  outline: none;
  box-shadow: none;
}/* End custom CSS */