.left-column {
  flex: 0 0 60%;
  height: 100%;
  overflow-y: auto;
}

.right-column {
  flex: 0 0 40%;
  height: 100%;
  overflow: hidden;
  position: sticky;
  top: 0;
}

.page-wrapper {
  display: flex;
  height: 88vh;
}

#helper_section {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}

#helper_content {
  flex: 1;
  overflow-y: auto; /* przewija się tylko ta część */
  padding-bottom: 120px; /* miejsce na legendę, żeby nie przykryło tekstu */
  text-align: justify;
}

#helper_container {
  flex-shrink: 0;
}

#imagePreview {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

#helper-legend {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--wp--preset--color--custom-t-o-g-wne);
}
  
.fixed-prepend-30 {
  width: 30%;
  justify-content: flex-end;
}

.fixed-prepend-40 {
  width: 40%;
  justify-content: flex-end;
}

.fixed-prepend-50 {
  width: 50%;
  justify-content: flex-end;
}
.fixed-prepend-60 {
  width: 60%;
  justify-content: flex-end;
}

.fixed-append-15 {
  width: 15%;
  justify-content: flex-start;
}

.fixed-append-20 {
  width: 20%;
  justify-content: flex-start;
}

.fixed-append-30 {
  width: 30%;
  justify-content: flex-start;
}

.select2-container--open .select2-dropdown {
  position: absolute;
  z-index: 9999;
}

.select2-container {
  z-index: 1060;
}

.select2-results__option {
  border-bottom: 1px solid #ddd;
}

.select2-results__option::last-child {
  border-bottom: none;
}

.select2-option {
  padding: 5px 0;
}

.select2-meta {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 10px;
  font-size: 12px;
  color: #666;
}

.select2-selection--single {
  height: auto !important;
}

.form-check {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.door_checkbox {
  width: 1.5rem;
  height: 1.5rem;
  margin: 0;
}