/* ================================
   CoolMo Community Events - FrontEnd CSS
   ================================ */

/* CATEGORY BADGES */
.coolmo-community-event-categories {
    margin: 8px 0 12px 0;
}

.coolmo-community-event-category-badge {
    display: inline-block;
    background: #f2f2f2;
    color: #333;
    padding: 4px 10px;
    margin-right: 6px;
    margin-bottom: 6px;
    border-radius: 4px;
    font-size: 13px;
    line-height: 1.3;
    border: 1px solid #ddd;
}

/* Optional: category‑specific colors */
.coolmo-category-arts-culture { background:#fff3e0; border-color:#ffcc80; }
.coolmo-category-classes-workshops { background:#e3f2fd; border-color:#90caf9; }
.coolmo-category-community_social { background:#e8f5e9; border-color:#a5d6a7; }
.coolmo-category-health-wellness { background:#ffebee; border-color:#ef9a9a; }
.coolmo-category-volunteer-service { background:#f3e5f5; border-color:#ce93d8; }
.coolmo-category-special-events-holidays { background:#fff8e1; border-color:#ffe082; }
.coolmo-category-other-miscellaneous { background:#eceff1; border-color:#b0bec5; }
