/* 
 * Tag Styles - CONSOLIDATED
 * All tag styles are now managed in style.css for consistency
 * This file is maintained for legacy compatibility
 */

/* Import note: All tag styling has been consolidated into the main style.css file */
/* to ensure consistency and prevent conflicts. The following classes are available: */
/*
 * Base: .tag, .tags
 * Sizes: .tag.is-small, .tag.is-medium, .tag.is-large
 * Colors: .tag.is-primary, .tag.is-info, .tag.is-warning, .tag.is-danger
 * Borders: .tag.has-border, .tag.no-border
 * Hover effects: Only applied to a.tag elements
 */ 