/* ============================================================
   NEXORA · Screen / Opportunities styles
   ============================================================ */

#o-filters {
  margin-bottom: 0.25rem;
}

.opps-note {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  color: var(--text-3);
  font-size: 0.9rem;
  padding-top: 0.5rem;
}

.opps-note .icon {
  color: var(--accent-2);
  flex: none;
}

/* Every tile animates its match count via the shared hydrator */
.opp-tile.is-filtered {
  display: none;
}
