/* Come Back Camera — our own styles (layered on top of Bootstrap).
   Kept intentionally small; Bootstrap utilities do most of the work. */

/* Staff card emoji "portrait" — large, centered, on a soft tinted panel. */
.cbc-card-emoji {
  font-size: 4.5rem;
  line-height: 1;
  text-align: center;
  padding: 1.5rem 0;
  background: var(--bs-tertiary-bg, #f1f3f5);
  /* Emoji render in color via the system font; keep a sensible fallback stack. */
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
}

/* Liveness badges in the admin dashboard. */
.cbc-badge {
  font-size: 0.95rem;
}
.cbc-badge .fa-solid {
  margin-right: 0.35rem;
}

/* The admin dashboard sits where the home cards were; nothing fancy. */
#admin-root .cbc-component-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 22rem;
}
