.product-stock-check-modal {
  .pisell-lowcode-modal-body {
    padding: 24px !important;
  }
}

.product-stock-check-modal-inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
}

.product-stock-check-modal-icon {
  align-self: center;
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: #fbf3e0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-stock-check-modal-icon-mark {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  color: #f9a908;
}

.product-stock-check-modal-title {
  margin: 0 0 8px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  color: #333333;
}

.product-stock-check-modal-subtitle {
  margin: 0 0 20px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #999999;
}

.product-stock-check-modal-list {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  max-height: auto;
  overflow-y: auto;
  flex: 1;
}

.product-stock-check-modal-list-toggle {
  margin-top: 20px;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  &:hover {
    color: var(--theme-color);
  }
}

.product-stock-check-modal-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  margin-bottom: 10px;
  border-radius: 8px;
  background: #f9f9f9;
  box-sizing: border-box;

  &:last-child {
    margin-bottom: 0;
  }
}

.product-stock-check-modal-item-text {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.product-stock-check-modal-item-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #333333;
}

.product-stock-check-modal-item-qty {
  font-size: 12px;
  line-height: 18px;
  color: #999999;
}

.product-stock-check-modal-tag {
  font-weight: 600;
  .pisell-lowcode-tag{
    border-radius: 40px;
  }
}

.product-stock-check-modal-buttons{
  display: flex;
  gap: 10px;
  flex-direction: column;
}