/* CLB Engineering Corporation — shared branding for ALL rascommander.info sub-sites.
 *
 * The cohesion hub (ras-commander-docs) owns this file; build.sh copies it into each
 * product's mirror at docs/stylesheets/clb-branding.css (the path every product already
 * references in extra_css). It is a SUPERSET of the original per-repo clb-branding.css plus
 * the cross-product switcher and the tool-tier "subset" banner. Keep it self-contained.
 */

/* ----- Announcement bar ----- */
.md-banner {
  background: linear-gradient(135deg, #1a365d 0%, #2a4a7f 100%) !important;
}
.clb-announce {
  text-align: center;
  padding: 4px 16px;
  font-size: 0.7rem;
}
.clb-announce a {
  color: #90cdf4;
  text-decoration: none;
  font-weight: 600;
}
.clb-announce a:hover {
  color: #fff;
  text-decoration: underline;
}

/* ----- Cross-product switcher (umbrella nav strip) ----- */
.clb-switcher {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  background: #13294a;
  font-size: 0.66rem;
  font-weight: 600;
  line-height: 1.4;
}
.clb-switcher__item {
  color: #90cdf4;
  text-decoration: none;
  padding: 2px 10px;
  border-radius: 4px;
  white-space: nowrap;
}
.clb-switcher__item:hover {
  color: #fff;
  background: rgba(144, 205, 244, 0.15);
}
.clb-switcher__item--active {
  color: #fff;
  background: rgba(144, 205, 244, 0.28);
}

/* ----- "limited subset" banner (tool-tier sites only) ----- */
.clb-subset-banner {
  margin: 0 0 1.2rem;
  padding: 0.7rem 1rem;
  border-left: 4px solid #f0a020;
  background: rgba(240, 160, 32, 0.10);
  border-radius: 4px;
  font-size: 0.78rem;
  line-height: 1.5;
}
.clb-subset-banner strong {
  color: #9a6400;
}
[data-md-color-scheme="slate"] .clb-subset-banner strong {
  color: #f0c070;
}
.clb-subset-banner a {
  font-weight: 600;
}

/* ----- Footer CLB section ----- */
.clb-footer {
  text-align: center;
  padding: 16px 24px;
  background: #1a365d;
  color: #cbd5e0;
  font-size: 0.8rem;
  line-height: 1.6;
}
.clb-footer a {
  color: #90cdf4;
  text-decoration: none;
}
.clb-footer a:hover {
  color: #fff;
  text-decoration: underline;
}
