.pisell-sale-detail-order-note {
  margin-bottom: 4px;

  &__card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 56px;
    padding: 10px 14px;
    border: 1px solid #d5d7da;
    border-radius: 8px;
    background: #fff;
    box-sizing: border-box;
  }

  &__content {
    display: flex;
    align-items: center;
    min-width: 0;
    gap: 8px;
  }

  &__label {
    flex: none;
    color: #344054;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
  }

  &__separator {
    flex: none;
    color: #667085;
    font-size: 14px;
    font-weight: 600;
  }

  &__text {
    min-width: 0;
    overflow: hidden;
    color: #101828;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  &__change {
    display: none;
    flex: none;
    min-height: 36px;
    padding: 0 14px;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    color: #344054;
    font-size: 14px;
    font-weight: 600;
    background: #fff;
  }
}
