/**
 * LRAL Member Portal Styles
 */

.lral-portal-dashboard {
    max-width: 1200px;
    margin: 20px auto;
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Add more styles here if needed, currently most styles are inline in the template */