/* Shared SelectRisk brand block — site header + cabinet sidebars */
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  text-decoration: none;
  color: inherit;
}

.brand-mark {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #fff;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, .08);
  padding: 5px;
  box-sizing: border-box;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.brand-text {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.brand-title {
  display: block;
  font-size: var(--text-sm, 0.875rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -.02em;
}

.brand-text > span {
  display: block;
  font-size: 11px;
  line-height: 1.15;
}
