.state-leg-back {
  margin: 0 0 0.4rem;
}
.state-leg-back a {
  color: inherit;
  text-decoration: none;
  font-weight: 600;
  opacity: 0.85;
}
.state-leg-back a:hover {
  text-decoration: underline;
  opacity: 1;
}
.state-leg-chamber {
  margin: 2rem 0 0.85rem;
  font-size: 1.35rem;
}
.state-leg-index {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 12px;
}
.state-leg-card {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 16px;
  border-radius: 12px;
  background: rgba(15, 23, 42, 0.06);
  border: 1px solid rgba(15, 23, 42, 0.12);
  color: inherit;
  text-decoration: none;
  font-weight: 650;
}
.state-leg-card span {
  font-weight: 500;
  font-size: 0.9rem;
  opacity: 0.75;
}
.state-leg-card:hover {
  background: rgba(15, 23, 42, 0.1);
  text-decoration: none;
}
body.dashboard-page .state-leg-card {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
  color: #fff;
}
body.dashboard-page .state-leg-card:hover {
  background: rgba(255, 255, 255, 0.12);
}
