/**
 * OFFCANVAS -----------------------------------------------------------------------------------------------------------
 */

#genre-section header h2 {
  border-left: 4px solid RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}

#media-type-section header h2 {
  border-left: 4px solid RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}

#resolution-section header h2 {
  border-left: 4px solid RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}

#source-section header h2 {
  border-left: 4px solid RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}


/**
 * THREADS SECTION -----------------------------------------------------------------------------------------------------
 */

#content-section {
  padding-top: 0;
  padding-bottom: 16px;
}

#content-section .threads .thread-panel {
  padding: 4px 16px;
  margin-bottom: 16px;
  border-radius: var(--border-radius-lg);
  background-color: var(--bg-color-secondary);
}

#content-section .threads .thread-panel .thread-list .thread-item {
  border-bottom: 1px solid var(--color-line-border);
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
}

#content-section .threads .thread-panel .thread-list .thread-item:last-child {
    border-bottom: none;
}

#content-section .threads .thread-panel .thread-list .thread-item .thread-item-cell {
  display: table-cell;
  vertical-align: top;
  padding: 14px 8px;
}

#content-section .threads .thread-panel .thread-list .thread-item .thread-item-cell.thread-item-cell--icon {
  width: 68px;
  padding-left: 0;
  position: relative;
}

#content-section .threads .thread-panel .thread-list .thread-item .thread-item-cell.thread-item-cell--icon .avatar {
  width: 60px;
  height: 60px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  vertical-align: top;
  overflow: hidden;
}

#content-section .threads .thread-panel .thread-list .thread-item .thread-item-cell.thread-item-cell--icon .avatar img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}

#content-section .threads .thread-panel .thread-list .thread-item .thread-item-cell.thread-item-cell--action {
  width: 100px;
  vertical-align: middle;
  position: relative;
  padding-right: 0;
}

#content-section .threads .thread-panel .thread-list .thread-item .thread-item-cell.thread-item-cell--main .thread-item-title a {
  margin-bottom: 8px;
  color: var(--color-link);
  text-decoration: none;
  display: inline-block;
}

#content-section .threads .thread-panel .thread-list .thread-item .thread-item-cell.thread-item-cell--main .thread-item-title a:hover {
  color: var(--color-text-primary-highlight);
}

#content-section .threads .thread-panel .thread-list .thread-item .thread-item-cell.thread-item-cell--main .thread-item-tags {
  margin-bottom: 8px;
}

#content-section .threads .thread-panel .thread-list .thread-item .thread-item-cell.thread-item-cell--main .thread-item-minor {
  font-size: 14px;
  color: rgba(var(--bs-emphasis-color-rgb), 0.65);
}
