.big-sale-right-action-panel-story {
  display: flex;
  height: 720px;
  align-items: stretch;
  padding: 16px;
  background: #111827;

  &--overflow {
    height: 360px;
  }

  &__customer {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  &__customer-card {
    display: flex;
    min-height: 58px;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    padding: 6px 2px;
    border-radius: 10px;
    color: #cdbfea;
    background: linear-gradient(180deg, #312352 0%, #1c1732 100%);
    font-size: 10px;
    text-align: center;
  }

  &__customer-value {
    font-size: 14px;
    font-weight: 700;
  }

  &__quantity {
    display: grid;
    height: 44px;
    grid-template-columns: 1fr 0.8fr 1fr;
    gap: 2px;
    box-sizing: border-box;
    padding: 3px;
    border: 2px solid #365777;
    border-radius: 10px;
    color: #dce9ff;
    background: #07101d;
  }

  &__quantity-button,
  &__quantity-value {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    color: inherit;
    background: transparent;
    font-size: 14px;
  }
}
