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

  &__line {
    display: flex;
    flex-direction: row;
    gap: 10px;
  }

  &__card-wrap {
    flex: 1;
    overflow: hidden;
  }

  &__switch-icon {
    color: #667085;
  }

  &__qr-button {
    display: flex;
    flex: none;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 8px;
    background: #5d3f9f;
    cursor: pointer;
  }

  &__qr-icon {
    color: #fff;
    font-size: 42px;
  }
}
