.bdl-package {
  display: flex;
  flex-direction: column;
  border: 1px solid #ccc;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 10px;
  border-radius: 6px;
}

.bdl-product {
  display: flex;
  margin-top: 20px;
  gap: 15px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}

.bdl-product:last-child {
  border: 0;
}
.bdl-btn-sec {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.bdl-img {
  max-width: 150px;
}
.bdl-details {
  flex-grow: 1;
}

.bundle-section h2 {
  margin-top: 0;
  color: #212121;
  font-size: 16px;
  font-weight: 600;
}

.bundle-section p {
  font-size: 0.9em;
  color: #666;
}
.bdl-details ul {
  padding: 0 0 0 1em !important;
}
.bundle-section .bdl-price {
  font-size: 1.2em;
  color: #4caf50;
}

.bdl-list-price {
  font-size: 0.9em;
  text-decoration: line-through;
  color: #999;
}

button.delete-bundle-item,
button.swap-bundle-item,
.bdl-confirm-swap {
  display: block;
  margin-top: 10px;
  padding: 5px;
  background-color: #007bff;
  color: white;
  border: none;
  cursor: pointer;
}

.bdl-product img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 10px; /* Center image and add space below */
  border-radius: 1px; /* Optional: rounded corners */
}

.bdl-swap-modal {
  background: #fff;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  z-index: 10000;
  height: auto;
  width: 500px;
  margin: 180px auto;
}
.bdl-modal {
  position: fixed;
  display: block;
  width: 100%;
  background: #0000005e;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 99999;
}
