/* Admin overrides only (keep global theme in style.css) */

.section-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 8px 0 6px;
}

.btn-upgrade-inline {
  padding: 5px 10px;
  font-size: 11px;
  border-radius: 999px;
}

.section-spacer {
  display: inline-block;
  width: 1px;
  height: 1px;
}
