.admin-list {
  & li.admin-list-with-metadata {
    overflow: hidden;
    text-overflow: ellipsis;

    & a {
      & i {
        opacity: 0.5;
      }
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
      flex-direction: column;
      gap: 0;
      align-items: start;
      justify-content: center;

      .title {
        white-space: nowrap;
        max-width: 99%;
        overflow: hidden;
        text-overflow: ellipsis;
      }

      .main-metadata {
        flex: 1;
        white-space: nowrap;
      }

      .metadata {
        color: var(--gray-500);
        display: flex;
        gap: 1rem;
        width: 100%;
      }

      .extra-metadata {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
      }

      .status {
        min-width: 78px;
        text-align: right;
      }
    }
  }
}
