/* --- Stream navigation tabs --- */
.view-confluence-stream-nav .view-content {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 2rem;
}

.stream-tab {
  flex: 1;
  padding: 0.75rem 1rem 0;
}

.stream-tab.active {
  padding-bottom: 0.75rem;
}

.stream-tab-link {
  display: block;
  font-weight: 700;
  font-size: 0.95rem;
  line-height: 1.3;
  text-decoration: none;
}

.stream-tab-link:hover {
  text-decoration: none;
  opacity: 0.85;
}

.stream-tab-bar {
  height: 5px;
  margin-top: 0.6rem;
  width: 100%;
}

.stream-tab.active .stream-tab-bar {
  display: none;
}

.stream-tab.active .stream-tab-link {
  color: #ffffff !important;
}

/* --- Term description blockquote --- */
.field--name-description {
  border-left: 4px solid #015579;
  padding: 0.25rem 0 0.25rem 1.5rem;
  margin: 1.5rem 0 2rem;
  font-size: 1.5rem;
}
.view-confluence-stream-projects .project-tile h3 a,
.view-confluence-stream-projects .project-tile h3 a:visited {
  color: #000000;
}

/* --- Show all projects button --- */
.stream-show-all-btn {
  text-align: center;
  margin: 2rem 0 1rem;
  clear: both;
}

.stream-show-all-btn button {
  background-color: #015579;
  color: #ffffff;
  border: none;
  padding: 0.75rem 2.5rem;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.stream-show-all-btn button:hover {
  opacity: 0.9;
}

.view-confluence-stream-projects .view-content {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.confluence-page-logo {
  text-align: center;
  margin: 2rem 0 2.5rem;
}

.confluence-page-logo img {
  max-width: 220px;
  width: 100%;
  height: auto;
}

