/* 
  Unique Styles for pattern-match
  All styles must be scoped inside .pattern-match-theme to prevent global CSS bleeding!
*/

.pattern-match-theme {
  /* Add your unique design patterns here */
}

/* Example:
.pattern-match-theme .score-board {
  background: red;
}
*/

