/* SRI-4235 프라이빗 세일 판매중 상태 뱃지
 * - 문의 중: utility-warning (bg-50 / text-700)
 * - 실물 뷰잉 예약: utility-brand (bg-100 / text-700)
 */

.ps-badges {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 10px;
}

.ps-badge {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  border-radius: 4px;
  white-space: nowrap;
}

.ps-badge--inquiry {
  background-color: #FFFAEB;
  color: #DC6803;
}

.ps-badge--viewing {
  background-color: #EBFAF9;
  color: #1FA9A2;
}

.ps-badges + .button-area {
  margin-top: 16px !important;
  padding-top: 0 !important;
}
