.cesa-pack-header {
  margin: 20px 0 10px 0;
  padding: 10px 15px;
  background: #eef4ff;
  border-left: 5px solid #007bff;
  border-radius: 4px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cesa-pack-header .badge {
  font-size: 14px;
  padding: 5px 10px;
}

.cesa-remove-pack {
  font-size: 12px;
}

.cesa-pack .card-header {
  font-size: 1.1rem;
}

.cesa-pack {
  border-width: 2px !important;
}

.cesa-pack .cart-detailed-product-line {
  border-bottom: 1px solid #ddd;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.cesa-pack .cart-detailed-product-line:last-child {
  border-bottom: none;
}
