.bwpo-form {
  border: 1px solid #eee;
  padding: 16px;
  margin-bottom: 16px;
  border-radius: 12px;
}

.bwpo-form .row {
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
}

.bwpo-form .col {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.bwpo-form label {
  font-weight: 600;
  margin-bottom: 6px;
}

.bwpo-form input,
.bwpo-form select {
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 8px;
}

.bwpo-form button {
  padding: 10px 16px;
  border-radius: 10px;
  border: 0;
  background: #2e7d32;
  color: #fff;
  cursor: pointer;
}

.bwpo-list {
  width: 100%;
  border-collapse: collapse;
  margin-top: 12px;
}

.bwpo-list th,
.bwpo-list td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: center;
}

.bwpo-addline {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 12px;
}

.bwpo-alert {
  padding: 12px;
  background: #fff3cd;
  border: 1px solid #ffeeba;
  border-radius: 8px;
}

#bwpo-product {
  width: 100% !important;
}

/* selectWoo */


#bwpo-product-wrap {
  position: relative;
  overflow: visible;
  z-index: 1;
}

#bwpo-product-wrap .select2-container {
  width: 100% !important;
  direction: rtl;
}

.select2-container--open {
  z-index: 99999 !important;
}

#bwpo-product-wrap .select2-dropdown {
  position: absolute !important;
  top: 100% !important;
  right: 0 !important;
  left: auto !important;
  width: 100% !important;
}


/* هماهنگ با Bootstrap 5 */
.select2-container--default .select2-selection--single {
  height: calc(2.5rem + 2px);
  border: 1px solid #ced4da;
  border-radius: .375rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: calc(2.5rem);
  padding-right: .75rem;
  padding-left: 2rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: calc(2.5rem);
  left: .75rem;
  right: auto;
}

.select2-container .select2-container--default .select2-container--open {
  top: 0px !important;
}

/* مهم: container را از absolute خارج کن تا top:xxx بی‌اثر شود */
#bwpo-product-wrap .select2-container,
#bwpo-product-wrap .select2-container--open {
  position: static !important;
  top: auto !important;
  left: auto !important;
}