.sf-play-choice {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  padding: 12px 0;
}

.sf-play-choice__filters h3 {
  margin: 0 0 8px 0;
}

.sf-play-choice__hint {
  margin: 0 0 10px 0;
  color: #555;
  font-size: 13px;
}

.sf-play-choice__top-filters {
  display: grid;
  gap: 14px;
  margin-bottom: 14px;
}

.sf-filter__title {
  font-weight: 700;
  margin-bottom: 6px;
}

.sf-filter__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.sf-filter--fee-budget .sf-budget-row {
  margin-top: 10px;
}

.sf-budget-label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 13px;
  color: #333;
}

.sf-budget-max {
  max-width: 220px;
  padding: 8px 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
}

.sf-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border: 1px solid #e6e6e6;
  border-radius: 999px;
  background: #fff;
  cursor: pointer;
  user-select: none;
  font-size: 13px;
}

.sf-pill input {
  width: 14px;
  height: 14px;
}

.sf-play-choice__roulette {
  border-top: 1px solid #eee;
  padding-top: 18px;
}

#sf-play-choice-roll {
  margin-top: 20px;
}

.sf-play-choice__candidate-panel {
  margin-top: 14px;
  padding: 12px;
  border: 1px solid #eee;
  border-radius: 12px;
  background: #fff;
}

.sf-play-choice__candidate-panel.is-collapsed .sf-play-choice__candidate-list {
  display: none;
}

.sf-play-choice__candidate-panel-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.sf-play-choice__candidate-panel-title {
  font-weight: 800;
  margin-bottom: 8px;
}

.sf-play-choice__candidate-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 8px;
}

.sf-candidate {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border: 1px solid #eee;
  border-radius: 10px;
  cursor: pointer;
  user-select: none;
}

.sf-empty {
  color: #666;
}

.sf-play-choice__detail {
  margin-top: 14px;
  padding: 12px;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  background: #fff;
}

.sf-play-choice__detail-title {
  font-weight: 900;
  margin-bottom: 10px;
}

.sf-detail-title {
  font-size: 18px;
  font-weight: 900;
}

.sf-detail-meta {
  color: #555;
  margin-top: 2px;
  font-size: 13px;
}

.sf-detail-flags {
  margin-top: 8px;
  font-size: 13px;
  color: #2a6a2a;
  font-weight: 700;
}

.sf-detail-sub {
  margin-top: 10px;
  font-weight: 700;
}

.sf-detail-line {
  margin-top: 6px;
  font-size: 14px;
}

.sf-detail-desc {
  margin-top: 10px;
  line-height: 1.6;
  font-size: 14px;
}

.sf-detail-link {
  color: #1f7ae0;
}

.sf-btn {
  padding: 10px 14px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #f6f6f6;
  cursor: pointer;
}

.sf-btn--primary {
  background: #178a6a;
  border-color: #178a6a;
  color: #fff;
}

.sf-play-choice__result-title {
  margin: 10px 0 6px 0;
  font-weight: 700;
}

.sf-play-choice__candidate-count {
  margin-bottom: 8px;
  color: #333;
}

.sf-play-choice__roulette-box {
  min-height: 44px;
  display: flex;
  align-items: center;
  padding: 10px 12px;
  border: 1px dashed #d8d8d8;
  border-radius: 12px;
  background: #fafafa;
}
