/**
 * RATING ELEMENTS
 =======================================================
 * Rating components have the following classes available:
 =======================================================
 * Wrapper classes
 * - rating
 *
 * State(s) classes:
 * - .state--active
 * - .state--inactive
 *
 * ==============
 * Dependencies
 * ==============
 * These are needed for the classes to work as intended
 * - Library used: Font Awesome | free_to_achieve/fontawesome 
 *
 * ====================================
 * Shared library / Extending library
 * ====================================
 * These are where elements overlap. If a style is applied and it
 * cannot be located 'here', you will likely find them in the shared
 * library location.
 *
 */

.rating .state--active {
  color: #8ea604;
}

.rating .state--inactive {
  color: #a0aec0;
}

/*# sourceMappingURL=rating.css.map */
