/* =========================================
   고객센터(우측)
========================================= */
.bbp-brandbar .text-end img {
  height: 50px;
  width: auto;
  display: block;
}

.bbp-customer-center * {
  color: #111 !important;      /* 항상 검정 */
  transition: color .25s ease;
}

/* 오른쪽 안내 영역(세 줄 스택) */
.bbp-customer-info {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
  gap: 2px;
}

/* 묶음: 수직 가운데 정렬 */
.bbp-customer-center {
  display: flex;
  align-items: center;   /* “고객센터” 세로 중앙 */
  gap: 12px;
}

/* 번호만 살짝 크게 */
.bbp-customer-number {
  font-size: 16px;
}
