.brxe-nustatymo-darbai {
  display: flex;
  flex-direction: column;
  gap: 48px;

  .nustatymo-darbai-lentele-table {
    border-collapse: collapse;
    width: 1240px;
  }

  .nustatymo-darbai-lentele-wrapper {
    width: 100%;
    overflow-x: auto;
  }

  .nustatymo-darbai-table-row {
    td {
      padding: 16px;
    }
    td:first-child {
      padding-left: 0;
      max-width: 400px;
    }
    td:last-child {
      padding-right: 0;
    }
    border-bottom: 0.5px solid #c7e6eb;
  }
  .nustatymo-darbai-link-button {
    text-align: end;
  }
  .nustatymo-darbai-wrapper {
    display: flex;
    flex-direction: column;
    gap: 28px;
  }

  .redirect-lentele-button {
    font-size: 14px;
    line-height: 16px;
    padding: 12px 20px;
    gap: 4px;
    &:hover,
    &:focus {
      svg {
        transform: rotate(45deg);
      }
    }
  }
}
