.bpf-wrap{max-width:1200px;margin:40px auto;font-family:inherit;color:#222}.bpf-steps{display:flex;gap:18px;flex-wrap:wrap;margin-bottom:22px;color:#555}.bpf-steps strong{color:#d60016}.bpf-head{margin-bottom:22px}.bpf-head h1{margin:0 0 8px;font-size:30px}.bpf-item{border:1px solid #ddd;background:#fff;margin:0 0 18px;padding:18px;border-radius:4px}.bpf-item.bpf-missing{border-color:#d60016;box-shadow:0 0 0 2px rgba(214,0,22,.1)}.bpf-item-top{display:grid;grid-template-columns:120px 1fr 1fr;gap:24px;align-items:center}.bpf-product-image img{max-width:100%;height:auto}.bpf-product-info span,.bpf-file-box>span{font-size:12px;text-transform:uppercase;color:#777}.bpf-product-info h3{margin:5px 0 8px}.bpf-current{margin:7px 0 12px;display:flex;gap:10px;align-items:center;flex-wrap:wrap}.bpf-no-file{color:#d60016}.bpf-delete{border:0;background:none;color:#d60016;text-decoration:underline;cursor:pointer}.bpf-note{width:100%;min-height:70px;margin-top:16px;padding:10px}.bpf-uploader{margin-top:16px;border-top:1px solid #eee;padding-top:16px}.bpf-tabs{display:flex;gap:8px;margin-bottom:12px}.bpf-tabs button{padding:10px 14px;border:1px solid #ccc;background:#f7f7f7;cursor:pointer}.bpf-tabs button.active{border-color:#d60016;color:#d60016;background:#fff}.bpf-tab{display:none}.bpf-tab.active{display:block}.bpf-drop{display:flex;min-height:150px;border:2px dashed #bbb;align-items:center;justify-content:center;flex-direction:column;text-align:center;cursor:pointer;padding:24px}.bpf-drop input{display:none}.bpf-drop span{font-weight:700;font-size:17px}.bpf-drop small{margin-top:8px;color:#777}.bpf-progress{height:22px;background:#eee;margin-top:12px;position:relative;overflow:hidden}.bpf-progress i{position:absolute;inset:0 auto 0 0;width:0;background:#159455}.bpf-progress span{position:relative;display:block;text-align:center;line-height:22px}.bpf-ftp-row{display:flex;justify-content:space-between;gap:15px;padding:10px;border-bottom:1px solid #eee}.bpf-filter{width:100%;padding:10px;margin-bottom:10px}.bpf-actions{display:flex;justify-content:space-between;gap:15px;margin-top:22px}.bpf-actions .button.alt{background:#d60016;color:#fff}.bpf-actions .button{padding:13px 22px}@media(max-width:760px){.bpf-item-top{grid-template-columns:80px 1fr}.bpf-file-box{grid-column:1/-1}.bpf-steps{font-size:13px}.bpf-actions{flex-direction:column}.bpf-actions .button{text-align:center}}


/* Przyciski projektu - wymuszone style niezależnie od motywu */
.bpf-open{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:42px!important;
  padding:10px 18px!important;
  border:1px solid #d60016!important;
  border-radius:7px!important;
  background:#d60016!important;
  color:#fff!important;
  font-size:14px!important;
  font-weight:700!important;
  line-height:1.2!important;
  text-decoration:none!important;
  box-shadow:0 4px 12px rgba(214,0,22,.18)!important;
  cursor:pointer!important;
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease!important;
}
.bpf-open:hover,.bpf-open:focus{
  background:#b90013!important;
  border-color:#b90013!important;
  color:#fff!important;
  transform:translateY(-1px);
  box-shadow:0 7px 16px rgba(214,0,22,.24)!important;
}
.bpf-open:before{
  content:'+';
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:19px;
  height:19px;
  margin-right:8px;
  border:2px solid currentColor;
  border-radius:50%;
  font-size:15px;
  font-weight:700;
  line-height:1;
}
.bpf-tabs button[data-tab="disk"]{
  border-radius:7px!important;
  font-weight:600;
}
.bpf-tabs button[data-tab="disk"].active{
  background:#fff!important;
  border-color:#d60016!important;
  color:#d60016!important;
}
