.bulk-discount { border-radius: var(--wcp-radius, 0.375rem); background-color: var(--wcp-color-light, #f5f4f0); padding: 1rem; }
.bulk-discount .discounts { display: flex; flex-direction: column; gap: 0.1rem; }
.bulk-discount .discounts > * { display: block; transition: all 0.2s ease-in-out; }
.bulk-discount .discounts > * strong { color: #9b1c1c; }
.bulk-discount .discounts > *:hover { color: var(--wcp-color-primary-hover, #6f2be6); cursor: pointer; }
.bulk-discount small { margin-top: 0.5rem; display: block; }
