/* =============================================
   Stream pills — Confluence project pages
   ============================================= */

/* Force the block to its own full-width row */
.block-views-blockconfluence-project-streams-block-1 {
  flex: 0 0 100%;
  width: 100%;
  order: 10;
}

.view-confluence-project-streams {
  width: 100%;
}

.view-confluence-project-streams .view-content {
  display: flex;
  width: 100%;
  gap: 0.5rem;
  justify-content: flex-start;
}

.view-confluence-project-streams .views-row {
  display: flex;
}

.view-confluence-project-streams .stream-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.5em 1em;
  border-radius: 2em;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
  background-color: #555;
  transition: opacity 0.2s;
}

.view-confluence-project-streams .stream-pill:hover {
  opacity: 0.85;
  color: #fff;
}

.view-confluence-project-streams .stream-pill .stream-logo {
  height: 1.25rem;
  width: 1.25rem;
  object-fit: contain;
  flex-shrink: 0;
}
