.providers--expansible-list-item-first-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: .75rem;
}

.providers--expansible-list-item-first-row-text-container {
  width: calc(100% - 1.5rem - .75rem);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.providers--expansible-list-item-first-row-header {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: .25rem;
  width: 100%;

  .providers--expansible-list-item-first-row-name {
    font-size: var(--rem-13);
    line-height: var(--rem-21);
    letter-spacing: 0;
    font-variation-settings: 'wght' var(--text-medium);
    color: var(--text-action-neutral);
    max-width: 95%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-decoration: none;
  }

  .chips--chip {
    margin-top: 2px;
  }

  &:has(.chips--chip) > .providers--expansible-list-item-first-row-name {
    max-width: calc(100% - .25rem - 2rem);
  }
}

.providers--expansible-list-item-first-row-subtitle {
  font-size: var(--rem-12);
  line-height: var(--rem-18);
  letter-spacing: 0;
  color: var(--text-information);
}

.providers--expansible-list-item-second-row {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: .5rem;
}

.providers--expansible-list-item-second-row-note {
  padding-left: 4.375rem;
  font-size: var(--rem-12);
  line-height: var(--rem-18);
  letter-spacing: 0;
  color: var(--text-information);
}

.providers--complete-list-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;

  &:not(:last-of-type) {
    padding-bottom: .75rem;
    border-bottom: solid 1px var(--border-secondary);
  }
}

.providers--complete-list-item-left {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;

  .providers--expansible-list-item-first-row-name {
    font-size: var(--rem-14);
    line-height: var(--rem-22);
  }

  .providers--expansible-list-item-first-row-header {
    gap: .5rem;
  }

  .providers--expansible-list-item-first-row-subtitle {
    font-size: var(--rem-13);
    line-height: var(--rem-21);
  }
}

.providers--complete-list-actions {
  width: fit-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: .5rem;
}

.providers--expansible-list-item-second-row-note {
  padding-left: 4.375rem;
  font-size: var(--rem-12);
  line-height: var(--rem-18);
  letter-spacing: 0;
  color: var(--text-information);
}

.providers--complete-list-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;

  &:not(:last-of-type) {
    padding-bottom: .75rem;
    border-bottom: solid 1px var(--border-secondary);
  }
}

.providers--complete-list-item-left {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;

  .providers--expansible-list-item-first-row-name {
    font-size: var(--rem-14);
    line-height: var(--rem-22);
  }

  .providers--expansible-list-item-first-row-header {
    gap: .5rem;
  }

  .providers--expansible-list-item-first-row-subtitle {
    font-size: var(--rem-13);
    line-height: var(--rem-21);
  }
}

.providers--complete-list-actions {
  width: fit-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: .5rem;
}