.npw-bulk-shipment-modal {
  &__content {
    min-height: 150px;
    padding: 5px 0 20px 0;

    h3 {
      margin: 0 0 20px 0;
      font-size: 18px;
      font-weight: 600;
      color: #1e1e1e;
    }
  }

  &__confirmation {
    p {
      margin-bottom: 16px;
      font-size: 14px;
      line-height: 1.6;

      &:last-child {
        margin-bottom: 0;
      }
    }
  }

  &__progress {
    width: 100%;
    text-align: center;
    padding: 10px 0;

    p {
      margin-bottom: 20px;
      font-size: 14px;
      color: #757575;
    }
  }

  &__progress-bar {
    width: 100% !important;
    height: 5px !important;
  }

  &__results {
    max-height: 400px;
    overflow-y: auto;
  }

  &__summary {
    margin-bottom: 20px;

    .components-notice {
      margin-bottom: 12px;

      &:last-child {
        margin-bottom: 0;
      }
    }
  }

  &__errors,
  &__skipped {
    margin-top: 20px;

    h4 {
      margin: 0 0 12px 0;
      font-size: 14px;
      font-weight: 600;
      color: #1e1e1e;
    }

    ul {
      margin: 0;
      padding-left: 20px;
      list-style: disc;

      li {
        margin-bottom: 8px;
        font-size: 13px;
        line-height: 1.5;
        color: #50575e;

        &:last-child {
          margin-bottom: 0;
        }
      }
    }
  }

  &__footer {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    padding-top: 20px;
    border-top: 1px solid #dcdcde;
  }
}