/* Kaleido Retreat Programme — category color rules
 *
 * app.css only styles .talk, .activity, .workshop. The remaining slugs in the
 * SCF retreat_programme_day_category select have no color rule and inherit
 * from the parent — making the category cell look broken.
 *
 * Base fallback covers any future slug; explicit rules below assign the
 * thematic colors approved for the existing 7 missing slugs.
 */

.sm-timeline__item__col__header__category {
  color: var(--color-1);
}

.sm-timeline__item__col__header__category.morning-activity,
.sm-timeline__item__col__header__category.evening-activity,
.sm-timeline__item__col__header__category.film {
  color: var(--color-3);
}

.sm-timeline__item__col__header__category.performance {
  color: var(--color-2);
}

.sm-timeline__item__col__header__category.culinary-experience {
  color: var(--color-4);
}
