/* Full height container for dashboard layout */
.dashboard-container {
    min-height: calc(100vh - 76px);
}

/* Status indicator lights */
.status-light {
    width: 12px;
    height: 12px;
}


.layout-logo-image {
    height: 40px;
}

/* Console log styling */
.console-log {
    font-family: 'Courier New', monospace;
    font-size: smaller;
}
