.andral-bundle-components {
  margin: 1.2em 0;
  padding: 1em 1.25em;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  background: #fafafa;
}
.andral-bundle-components h4 {
  margin: 0 0 .6em;
  font-size: 1rem;
  font-weight: 600;
}
.andral-bundle-components ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.andral-bundle-components li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px dashed #e5e5e5;
}
.andral-bundle-components li:last-child { border-bottom: 0; }
.andral-bc-thumb {
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  border-radius: 8px;
  overflow: hidden;
  background: #f3f3f3;
  border: 1px solid #e5e5e5;
}
.andral-bc-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.andral-bc-name {
  flex: 1 1 auto;
  font-size: 14px;
  line-height: 1.35;
}
.andral-bc-qty {
  flex: 0 0 auto;
  font-weight: 700;
  color: #1d8a4e;
  font-size: 13px;
  font-variant-numeric: tabular-nums;
}
.andral-bundle-price ins { text-decoration: none; font-weight: 700; }
.andral-bundle-price del { opacity: .6; margin-right: .35em; }
.andral-save { color: #1d8a4e; font-weight: 600; }
.andral-unavailable { color: #b4232a; font-weight: 600; margin: .6em 0 0; }
.andral-locked-qty {
  display: inline-block;
  padding: 0 .4em;
  font-weight: 600;
}
