.collapsible {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}

.collapsible.open {
  max-height: 70px;
}

.collapsible .clickable {
  margin: 2px;
}

.tile_app--list {
  column-count: 6;
  column-gap: 0;
  padding: 0 2em;
}

.tile_app {
  width: 100%;
  padding: 1em 0.5em;
  break-inside: avoid;
}

.tile_app--contain {
  width: 100%;
}

.tile_app--main {
  width: 100%;
  padding: 0.5em 1em;
  border: 1px solid rgba(0, 0, 0, 0.4666666667);
  border-radius: 0.7em 0.7em 0 0;
}

.tile_app--main p {
  margin: 0.5em 0;
  font-size: 0.8em;
}

.tile_app--sub {
  width: 100%;
  padding: 0.5em 1em;
  border: 1px solid rgba(0, 0, 0, 0.4666666667);
  border-top: none;
  border-radius: 0 0 0.7em 0.7em;
  text-align: center;
}

.twhite .tile_app--main {
  background-color: #ffffff;
}
.twhite .tile_app--sub {
  background-color: #ececec;
}

.tdark .tile_app--main {
  background-color: #252525;
}
.tdark .tile_app--sub {
  background-color: #202020;
}

@media (width < 2000px) {
  .tile_app--list {
    column-count: 5;
  }
}
@media (width < 1600px) {
  .tile_app--list {
    column-count: 4;
  }
}
@media (width < 1000px) {
  .tile_app--list {
    column-count: 3;
  }
}
@media (width < 840px) {
  .tile_app--list {
    column-count: 2;
  }
}
@media (width < 670px) {
  .tile_app--list {
    column-count: 1;
  }
}
@media (width < 500px) {
  .tile_app--list {
    padding: 0;
  }
}

/*# sourceMappingURL=app_list.css.map */
