/*!
 * Bootstrap Icons - fallback subset for bridgman theme
 * Generated as a minimal replacement for common Font Awesome icons used in the theme.
 */
.bi {
  display: inline-block;
  vertical-align: -0.125em;
  fill: currentColor;
}

.bi-x::before {
  content: "✕";
}

.bi-chevron-right::before {
  content: "›";
  font-weight: bold;
  font-size: 1.2em;
}

.bi-zoom-in::before {
  content: "🔍";
}

.bi-hourglass::before {
  content: "⏳";
}

.bi-volume-up::before {
  content: "🔊";
}

.bi-volume-mute::before {
  content: "🔇";
}

.bi-pause-circle::before {
  content: "⏸";
}

.bi-play-circle::before {
  content: "▶";
}

/* Additional fallbacks for chevrons, trash, and circle variants */
.bi-chevron-up::before {
  content: "˄";
}

.bi-chevron-down::before {
  content: "˅";
}

.bi-chevron-circle-right::before {
  content: "»";
  font-weight: bold;
}

.bi-trash::before {
  content: "🗑";
}

.bi-spinner::before {
  content: "⏳";
}