/* components/points.css — Config page section for point systems */

.points-rulesets-section { margin-bottom: 1rem; }
.points-rulesets-section__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.75rem;
}
.points-rulesets-section__title {
  font-size: 0.95rem;
  font-weight: 700;
  margin: 0;
}
.points-rulesets-section__card {
  padding: 1rem;
}
.points-rulesets-section__card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.75rem;
}
.points-rulesets-section__name { font-weight: 700; }
.points-rulesets-section__actions { display: flex; gap: 0.35rem; }
.points-rulesets-section__inactive { margin-top: 0.5rem; }
.points-rulesets-section__inactive-summary {
  font-size: 0.85rem;
  color: var(--ink-3);
  cursor: pointer;
  user-select: none;
}
.points-rulesets-section__inactive-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--line-2);
  font-size: 0.9rem;
}
.points-rulesets-section__inactive-item:last-child { border-bottom: 0; }
