.list-item {
  display: flex;
  padding: 15px 0; }
  .list-item__thumbnail {
    padding-right: 15px;
    width: 115px; }
    .list-item__thumbnail__wrapper {
      display: block;
      position: relative;
      width: 100%; }
      .list-item__thumbnail__wrapper img {
        width: 90px;
        height: 90px;
        border: none;
        object-fit: cover;
        padding: 0px;
        border-radius: 0px; }
  .list-item__duration {
    font-size: 0.75rem;
    padding: 2px;
    color: white;
    background-color: black;
    position: absolute;
    bottom: 5px;
    right: 5px;
    z-index: 2;
    user-select: none;
    opacity: 0.7; }
  .list-item__totalview {
    color: white;
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 2;
    user-select: none;
    padding: 5px 5px 3px 24px;
    background-color: #000000;
    font-size: 13px;
    background-image: url(/static/icons/Icon-Playlist.svg);
    background-repeat: no-repeat;
    background-size: auto auto;
    background-position: 5px center; }
  .list-item__content {
    flex: 1;
    vertical-align: top; }
  .list-item__title {
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #000; }
    .list-item__title:hover {
      color: inherit;
      text-decoration: none; }
    @media (min-width: 1024px) {
      .list-item__title {
        font-size: 20px; } }
    @media (max-width: 600px) {
      .list-item__title {
        font-size: 14px;
        display: -webkit-box;
        max-height: 40px;
        margin: 0 auto;
        -webkit-line-clamp: 2;
        /* autoprefixer: off */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; } }
  .list-item__detail {
    font-size: 12px;
    color: #666666; }
  .list-item__actions {
    display: block;
    padding-top: 10px;
    font-size: 12px;
    color: #666666;
    text-transform: uppercase; }
    .list-item__actions__item {
      display: inline-block;
      margin-right: 5px; }
      .list-item__actions__item button {
        font-size: 12px;
        background-color: transparent;
        color: #666666;
        text-transform: uppercase;
        border: none; }
        @media (min-width: 600px) and (max-width: 960px) {
          .list-item__actions__item button {
            font-size: 0.75rem; } }
        .list-item__actions__item button:hover {
          color: #ed1a3b;
          text-decoration: none;
          background: transparent; }
        .list-item__actions__item button:focus {
          outline: 0;
          box-shadow: none; }
        .list-item__actions__item button a {
          color: #666666;
          text-decoration: none; }
          .list-item__actions__item button a:hover {
            color: #ed1a3b; }

.pagination a:hover {
  text-decoration: none; }

.pagination-wrapper {
  justify-content: center;
  display: flex; }

.page-item {
  font-size: 14px; }
  .page-item.active .page-link {
    font-weight: bold;
    color: #000 !important;
    background-color: transparent !important;
    border: none;
    pointer-events: none;
    text-decoration: none; }
  .page-item button {
    color: #000000;
    border: none;
    background: transparent;
    padding-left: 8px;
    padding-right: 8px;
    text-decoration: underline; }
    .page-item button:hover {
      background: transparent;
      color: #999999;
      text-decoration: underline;
      outline: 0; }
    .page-item button:focus {
      box-shadow: none; }

.page-node__home, .page-node__next {
  background-color: #ffffff;
  text-align: center; }
  .page-node__home button, .page-node__next button {
    color: #999999;
    text-decoration: none;
    border: 1px solid #cccccc;
    border-radius: 3px; }
    .page-node__home button:hover, .page-node__next button:hover {
      color: #999999;
      background-color: #ececec !important;
      outline: 0;
      text-decoration: none; }

.page-node__next {
  margin-left: 15px; }

.page-node__home {
  margin-right: 15px; }

.list-header {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .list-header__title {
    font-size: 16px;
    font-weight: 900;
    color: #000000;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    @media (max-width: 600px) {
      .list-header__title {
        font-size: 14px; } }
  .list-header__btn {
    display: flex; }
    @media (max-width: 600px) {
      .list-header__btn {
        text-align: right; } }
    .list-header__btn button {
      color: #fff;
      font-size: 12px;
      text-transform: uppercase;
      margin: 0 2px;
      white-space: nowrap;
      font-weight: 700; }
      @media (max-width: 600px) {
        .list-header__btn button {
          padding: 8px;
          margin: 2px; } }
  .list-header .btn {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700; }

