@media (max-width: 768px) {
  .thread__stats {
    display: none;
  }
  body .forum-thread .thread__body {
    /* * {
        font-size: 80%;
    } */
  }
  body .forum-thread .thread__body .thread__title {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  body .forum-thread .thread__body .thread__info .update {
    text-wrap: nowrap;
  }
  body .forum-thread .thread__updated {
    font-size: 75%;
  }
  body .forum-thread .thread__updated .date {
    text-wrap: nowrap;
  }
}
.tags {
  padding-right: 0.5rem;
}
.tags .tag {
  display: inline-block;
  border-radius: 0.5rem;
  font-weight: 400;
  border: 1px solid inherit;
  line-height: 1.6;
  padding: 2px 0.35rem;
  font-size: 80%;
}
.tags .tag + .tag {
  margin-left: 0.25rem;
}

.forum-thread {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.forum-thread > * {
  padding: 0.5rem;
}
.forum-thread a {
  text-decoration: none;
  color: #fff;
}
.forum-thread a[title=Author] {
  color: #64748b;
}
.forum-thread:first-child {
  border-top: 1px solid #303e51;
}
.forum-thread + .forum-thread {
  border-top: 1px solid #303e51;
}
.forum-thread .thread__icon img {
  width: 40px;
  height: 40px;
  border-radius: 0.5rem;
}
.forum-thread .thread__body {
  margin-right: auto;
}
.forum-thread .thread__body .thread__title {
  font-size: 1rem;
  font-weight: 400;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.forum-thread .thread__body .thread__title a {
  transition: all 0.25s ease;
  font-weight: 500;
  overflow-wrap: anywhere;
}
.forum-thread .thread__body .thread__title a:hover {
  color: #7246f2;
}
.forum-thread .thread__body .thread__info {
  margin-top: 0.25rem;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.6);
}
.forum-thread .thread__stats .stat {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  justify-content: space-between;
}
.forum-thread .thread__stats .stat .label {
  color: #64748b;
  font-weight: 200;
}
.forum-thread .thread__updated {
  display: flex;
  flex-direction: column;
  justify-content: right;
  font-weight: 300;
  text-align: right;
  gap: 0.25rem;
  width: clamp(120px, 25%, 200px);
}
.forum-thread .thread__updated .username {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.6);
  text-wrap: nowrap;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.buttons {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.buttons + * {
  border-top: 1px solid #303e51;
}
.buttons .button {
  display: block;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  background-color: transparent;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.25s ease;
  margin-bottom: 0.5rem;
  border: 1px solid #303e51;
  width: fit-content;
}
.buttons .button i {
  margin-right: 0.5rem;
}
.buttons .button#new-thread {
  margin-left: auto;
}
.buttons .button:hover {
  background-color: #7246f2;
}

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