.haptech-bundle-wrapper {
  font-family: sans-serif;
  color: var(--text-color, #000);
}

.haptech-bundle-title {
  text-align: center;
  margin: 10px 0;
  font-weight: bold;
  font-size: var(--campaign-font-size, 16px);
  color: var(--campaign-color, #000);
}

.haptech-bundle-item {
  border: 1px solid var(--border-color, #ccc);
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 6px;
  background: var(--background, #fff);
  color: var(--text-color, #000);
  position: relative;
  border-width: var(--border-width, 2px);
}

.haptech-bundle-item.bundle-popular {
  border-color: var(--border-color, #000);
  background: var(--background-active, #f8f8f8);
}

/* Badge gắn trên góc */
.haptech-bundle-badge {
  position: absolute;
  top: -10px;
  right: -10px;
  font-weight: bold;
  padding: 2px 8px;
  border-radius: 4px;
  transform: rotate(5deg);
  white-space: nowrap;
}

.bundle-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.haptech-bundle-name {
  font-weight: bold;
  font-size: var(--title-font-size, 14px);
}

.haptech-bundle-subtitle {
  font-size: var(--subtitle-font-size, 12px);
  color: var(--text-color, #555);
  margin-top: 2px;
}

.bundle-save {
  font-size: 12px;
  color: #555;
}

.haptech-bundle-subtitle {
  text-align: right;
}

.haptech-final-price {
  font-weight: bold;
  margin-right: 5px;
  color: var(--text-color, #000);
}

.haptech-origin-price {
  text-decoration: line-through;
  font-size: 12px;
  color: var(--text-color, #888);
}

.bundle-variants {
  margin-top: 10px;
}

.bundle-variant-row {
  margin-bottom: 6px;
}

.bundle-variant {
  margin-left: 5px;
}

/* Add to cart button */
.haptech-bundle-button {
  display: block;
  width: 100%;
  margin-top: 12px;
  padding: 10px;
  border: none;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  background: var(--button-bg, #000);
  color: var(--button-text, #fff);
}
