.box-files-wrapper {
  background: #fff;
  border: solid 1px #ccc;
  border-radius: 20px;
}

#box-title {
  background: var(--green);
  color: #fff;
  text-transform: uppercase;
  padding: 20px;
  font-size: 20px;
  border-radius: 20px 20px 0 0;
}

.box-breadcrumb {
  padding-left: 50px;
}

#box-go-up {
  display: block;
  margin-bottom: 15px;
  border: solid 1px #ccc;
  padding: 10px 15px;
  width: 105px;
}

.box-file-list {
  padding: 30px 45px;
}

.boxwp-list {
  list-style: none;
  margin-left: 0;
}

.boxwp-list li {
  margin-bottom: 15px;
}

.boxwp-list li:before {
  content: none;
}

.box-file-list.grid .boxwp-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(10rem, 100%), 1fr));
  grid-gap: 30px 40px;
}
