.pisell-sale-detail-status-overview {
  display: grid;
  flex: 0 0 auto;
  gap: 8px;
  margin-bottom: 10px;
  padding: 14px 12px;
  border: 1px solid rgba(127, 86, 217, 0.44);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(127, 86, 217, 0.72), rgba(68, 43, 122, 0.9)),
    #241044;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);

  &__item {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    text-align: center;
  }

  &__label {
    max-width: 100%;
    overflow: hidden;
    color: rgba(245, 247, 255, 0.76);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 12px;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
  }

  &__value {
    max-width: 100%;
    overflow: hidden;
    color: #f5f2ff;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 0.2px;
    line-height: 24px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.pisell-sale-detail-group-shell {
  width: 100%;

  & + & {
    margin-top: 16px;
  }

  &__shell {
    overflow: visible;
    border: 1px solid rgba(127, 86, 217, 0.45);
    border-radius: 12px;
    background: var(--pisell-line-item-bg, #101828);
  }

  &__header-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 44px;
    padding: 10px 14px;
    border-radius: 11px 11px 0 0;
    background: linear-gradient(90deg, #6941c6 0%, #7f56d9 100%);
    color: #fff;
  }

  &--muted &__header-bar {
    background: linear-gradient(90deg, #4b5563 0%, #6b7280 100%);
  }

  &--info &__header-bar {
    background: linear-gradient(90deg, #0e7090 0%, #06aed4 100%);
  }

  &__title {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  &__badge {
    flex-shrink: 0;
    padding: 2px 10px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
  }

  &__body-wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow: visible;
    padding: 10px;
    background: rgba(16, 24, 40, 0.72);
  }

  &__body-wrap:last-child {
    border-radius: 0 0 11px 11px;
  }

  &__body-wrap .pisell-group-view__body-stack {
    gap: 10px;
    overflow: visible;
  }

  &__footer {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0 0 11px 11px;
    background: rgba(16, 24, 40, 0.96);
    color: var(--pisell-line-item-text-primary, #f9fafb);
    font-size: 13px;
    font-weight: 700;
  }
}
