/* ========== 09-worldbook.css ========== */
/* 世界書列表樣式（大部分複用 list-group / tag） */

.wb-check-item {
  display: flex;
  align-items: center;
  padding: 10px 16px;
  gap: 12px;
  border-bottom: 1px solid #f2f2f7;
  cursor: pointer;
}

.wb-check-item:last-child {
  border: none;
}

.tag {
  display: inline-block;
  padding: 3px 8px;
  border-radius: 5px;
  font-size: 11px;
  font-weight: 500;
}

.tag.global {
  background: #e5e5ea;
  color: #3a3a3c;
}

.tag.local {
  background: #f2f2f7;
  color: #8e8e93;
}
