/* ======================================================
   Shared Superadmin Page Layout
   Common styles for .header-section / .actions / .page-title
   used across all superadmin pages.
   ====================================================== */

.header-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    flex-wrap: wrap;
    gap: 12px;
}

.header-section .page-title h1 {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    color: var(--text-primary);
}

.header-section .actions {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-shrink: 0;
}
