/* Minimal visual tweaks for the classic ActiveAdmin theme */

/* System font stack for better rendering */
body.active_admin {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

/* Slightly smaller table text for dense lists */
table.index_table {
  font-size: 14px;
}

/* Consistent spacing below title bars and toolbars */
.title_bar, .table_tools {
  margin-bottom: 12px;
}

/* Subtle button rounding to modernize look a bit without theme changes */
.panel .buttons a, .paginated_collection .download_links a, .pagination a, .action_item a, .index .table_tools .scope a, .blank_slate_container a {
  border-radius: 4px;
}


