.ranking-project-page {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.ranking-project-stats,
.ranking-item-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.ranking-project-stats {
  justify-content: flex-end;
}

.ranking-item-actions form {
  margin: 0;
}

.ranking-items-panel__header {
  margin-bottom: 1rem;
}

.ranking-items-table-wrapper {
  overflow-x: auto;
}

.ranking-items-table {
  border-collapse: collapse;
  width: 100%;
}

.ranking-items-table th,
.ranking-items-table td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0.85rem;
  text-align: left;
  vertical-align: middle;
}

.ranking-items-table th {
  color: #a9a3b4;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.status-badge--positive {
  background: rgba(69, 191, 119, 0.2);
  color: #bdf7d3;
}

.status-badge--muted {
  background: rgba(255, 255, 255, 0.08);
  color: #a9a3b4;
}

.button--compact {
  padding: 0.6rem 0.8rem;
}
