/* Module-scoped styles. Prefix every class with the module id. */

.threads__category {
  min-width: 180px;
}

@media (max-width: 640px) {
  .threads__category {
    width: 100%;
    min-width: 0;
  }
}
