.alcohol-toggle { display: inline-flex; align-items: center; gap: 7px; min-width: 82px; }
.alcohol-toggle.toggle-on { background: var(--green); color: white; }
.alcohol-toggle.toggle-off { background: #f7e0df; color: var(--red); }
.toggle-dot { width: 10px; height: 10px; border-radius: 50%; background: currentColor; }
