body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', sans-serif;
}

/* フィルターバーのスクロールバーを非表示 */
.filter-bar {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.filter-bar::-webkit-scrollbar {
  display: none;
}

/* ラジオボタンのアクセントカラー */
input[type="radio"] {
  accent-color: #2563eb;
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}

/* 選択肢ラベルをクリックしやすくする */
.option-label {
  user-select: none;
}
