.bag-table {
  background: linear-gradient(145deg, #1a1a2e, #141420);
  border: 1px solid #383850;
  border-radius: 12px;
}

.bag-img {
  width: 80px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}


.table tfoot td {
  border: none !important;
}

.table td, .table th {
  border: none !important;
}


.table thead th {
  border-bottom: 2px solid #444;
}

.table td, .table th {
  vertical-align: middle;
}

.btn-own-style {
  background: #7f5af0;
  color: white;
  border: none;
  padding: 10px 18px;
  border-radius: 8px;
  font-size: 0.95rem;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

.btn-own-style:hover {
  background: #9f79ff;
  box-shadow: 0 0 12px rgba(127, 90, 240, 0.5);
}
