/**
 * Shared PLUS badge visual contract (条件検索 / 詳細指標).
 * Keep in sync with historical #conditions_search_card .cond-paid-badge.
 */

.cond-paid-badge {
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
  color: #5d4037;
  background: #f3eeeb;
  border: 1px solid #a1887f;
  border-radius: 4px;
  padding: 1px 6px;
  white-space: nowrap;
  vertical-align: middle;
  flex-shrink: 0;
}
