.nested-page-table-item {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #dee2e6;

  &:last-child {
    border: none;
  }

  &:hover {
    color: var(--primary);

    svg {
      fill: var(--primary);
    }
  }

  &-column {
    display: flex;
    align-items: center;
    padding: 0 .5rem;
  }

  &-toggle {
    min-width: 32px;
    height: 100%;
    display:flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: .5rem;

    button {
      width: 100%;
      height: 100%;
      border-radius: 0;
      display: flex;
      align-items: center;
      justify-content: flex-end;
    }
  }
}
