/* Override home icon - meeple house from app icon, scaled to 16x16 */
:root {
  --icon-home: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='M1 6.8C1 6.2 1.3 5.6 1.9 5.2L6.8 1.9C7.5 1.4 8.5 1.4 9.2 1.9L14.1 5.2C14.7 5.6 15 6.2 15 6.8V13C15 14.1 14.1 15 13 15H3C1.9 15 1 14.1 1 13V6.8Z'/%3E%3C/svg%3E");
}

/* Powered by BGG logo - colorize black to accent green */
.powered-by-bgg {
  height: 3em;
  width: auto;
  -webkit-filter: invert(28%) sepia(93%) saturate(1700%) hue-rotate(95deg) brightness(92%) contrast(106%);
  filter: invert(28%) sepia(93%) saturate(1700%) hue-rotate(95deg) brightness(92%) contrast(106%);
}

/* Inline icon images - use alt text ending with "-icon" */
img[alt$="-icon"] {
  display: inline;
  height: 1em;
  width: auto;
  vertical-align: middle;
  margin: 0 0.1em;
}
