/* Only classes owned by this plugin are styled. Xiuno's original layout is untouched. */
li.thread.bt-topic-unread .subject > a[href*="thread-"] {
  font-weight: 600 !important;
}

li.thread.bt-topic-read .subject > a[href*="thread-"] {
  font-weight: 400 !important;
}

#bt-mark-all-read {
  margin-left: 0.5rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: #868e96;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  line-height: 1.5;
}

#bt-mark-all-read:hover,
#bt-mark-all-read:focus {
  color: #007bff;
  text-decoration: none;
  outline: none;
}

#bt-mark-all-read[disabled] {
  color: #adb5bd;
  cursor: default;
}

@media (max-width: 575.98px) {
  #bt-mark-all-read {
    margin-left: 0.35rem;
    font-size: 11px;
  }
}
