taekwondo-bundle-picker { display: block; }
taekwondo-bundle-picker [hidden] { display: none !important; }
.taekwondo-bundle__toggle { display: flex; align-items: center; gap: 1rem; min-height: 4.4rem; cursor: pointer; }
.taekwondo-bundle__toggle input { width: 2rem; height: 2rem; accent-color: rgb(var(--color-foreground)); }
.taekwondo-individual-note { color: #a61520; background: #fff1f2; border: 1px solid #a61520; border-radius: .6rem; padding: 1.4rem; }
.taekwondo-individual-note a { color: inherit; font-weight: 700; text-decoration: underline; }
