.admin-cpanel {
    background-color: var(--primary);
    color: var(--light);
    border-radius: var(--radius-md);
    box-shadow: 0 0 40px rgba(0,0,0,0.5);
    border: 1px solid var(--border);
    margin: 256px auto 2rem; /* Account for navbar height */
    padding: 2rem;
    width: 90%;
    max-width: 800px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.admin-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}