#images{
  flex-direction:column;
}

#images img {
  height: 100px;
  max-width: 400px;
  padding: 1.5rem;
}

summary {
  display: flex;
  cursor: pointer;
  background-color: #eee;
  padding: 0px 28px;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.5rem;
}

details {
  font-weight: 400;
  color: #1b262c;
  width: 80%;
  max-width: 650px;
  margin: 0;
  padding: 0;
}

.icon img {
  height: 30px!important;
  padding: 0!important;
  margin: 0!important;
}

details[open] summary .icon img {
  transform: rotate(180deg);
}

details>summary img {
  transition: all 0.3s;
}

details summary::-webkit-details-marker {
  display:none;
}

.file{
  font-weight: 400;
  color: #1b262c;
  width: 80%;
  max-width: 650px;
  margin: 0;
  padding: 0!important;
  display: flex;
  cursor: pointer;
  background-color: #eee;
  padding: 0px 28px;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.5rem;
}

.file h1{
  padding: 0px 28px;
  word-break: break-word;
}