.wpfd-files-ordering .ordering-type {
  display: flex;
  align-items: center;
  gap: 10px;
}
.wpfd-files-ordering .ordering-type select {
  background: white;
  color: black;
  font-weight: 500;
  border-radius: 6px;
}

.wpfd-container * {
  font-family: inherit !important;
  font-weight: 500 !important;
}

@media screen and (max-width: 640px) {
  #brx-content .wpfd-container .wpfd-foldertree, #brx-content .wpfd-container .wpfd-open-tree {
    position: relative;
  }
}
#brx-content .wpfd-container ul.jaofiletree li a {
  font-size: 14px !important;
  color: black;
}
#brx-content .wpfd-container ul.jaofiletree > li {
  margin: 0 0 6px 0 !important;
}
@media screen and (max-width: 640px) {
  #brx-content .wpfd-container .wpfd-categories {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  #brx-content .wpfd-container .wpfd-categories h2 {
    grid-column: span 2;
  }
}
@media screen and (max-width: 640px) {
  #brx-content .wpfd-container .wpfd-container-picot.with_foldertree {
    padding: 30px 0 0;
  }
}/*# sourceMappingURL=lezardscreation.css.map */