/**
 * Food Store Toggle Addon - Frontend Styles
 * 
 * Minimal styling that works with existing modern-addons.css
 * The toggle addons inherit all styling from modern-addons.css
 */

/* 
 * Toggle addons use the same styling as regular radio buttons
 * from wfs-modern-addons.css - no additional styling needed
 */

/* Remove focus outline when deselecting to prevent green border flash */
.wfs-toggle-addon:focus {
    outline: none;
}

.wfs-toggle-addon:focus::before {
    box-shadow: none !important;
}
