.pisell-sale-detail-client-summary-row {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 8px 4px 8px 12px;
  border: 1px solid rgba(119, 133, 160, 0.26);
  border-radius: 12px;
  color: #fff;
  background: #0d1322;

  &__name {
    flex: 1 1 auto;
    min-width: 80px;
    overflow: hidden;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  &__contact {
    display: inline-flex;
    flex: 0 1 auto;
    align-items: center;
    min-width: 0;
    color: rgba(234, 240, 255, 0.82);
    font-size: 14px;
    line-height: 18px;
  }

  &__separator {
    flex: none;
    margin-right: 10px;
    color: rgba(234, 240, 255, 0.72);
  }

  &__contact-text {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  &__change {
    flex: none;
    min-width: 86px;
    height: 38px;
    padding: 0 14px;
    border: 1px solid rgba(157, 169, 197, 0.34);
    border-radius: 10px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    background: rgba(11, 17, 32, 0.72);
    cursor: pointer;

    &:hover {
      border-color: rgba(191, 202, 226, 0.54);
      background: rgba(22, 31, 53, 0.88);
    }
  }
}
