/* CISMA header brand (mirrors cores / site/public logo row; used on apex static pages). */
:root {
  --color-text-light: #6b6b6b;
}

.site-brand {
  display: flex;
  align-items: center;
  min-width: 0;
  flex: 1 1 auto;
}

.site-brand .site-title {
  margin: 0;
}

.site-brand p.site-title {
  margin: 0;
}

.site-title {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}

.site-title a {
  color: #24277d;
  text-decoration: none;
}

.site-title-brand {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem 0.65rem;
  text-decoration: none;
  color: inherit;
}

.site-logo {
  display: block;
  height: auto;
}

.site-logo--header-mark {
  height: clamp(40px, 6.5vw, 54px);
  width: auto;
  flex-shrink: 0;
}

.site-logo--header-text {
  height: clamp(26px, 5.2vw, 40px);
  width: auto;
  max-width: min(560px, 72vw);
  object-fit: contain;
  object-position: left center;
  flex-shrink: 1;
}

.site-title-brand .tentative-badge {
  margin-left: 0;
}

.tentative-badge {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2px 6px;
  margin-left: 0.35rem;
  border: 1px solid #e5e7eb;
  border-radius: 9999px;
  background: #f8fafc;
  font-size: 0.6rem;
  line-height: 1.1;
  font-weight: 500;
  color: var(--color-text-light);
  vertical-align: middle;
}

.tentative-badge span {
  display: block;
  white-space: nowrap;
}
