
.visualization-container {
    flex-direction: column;
}

.rl-demo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
}

.node { display: flex; flex-direction: column; align-items: center; }

.node .viz-badge { width: 88px; height: 88px; border-radius: 20px; }
.node .viz-badge svg { width: 42px; height: 42px; }

.reqs { display: flex; flex-direction: column; gap: 5px; height: 130px; width: 100px; overflow: hidden; }
.req { width: 100px; height: 20px; border-radius: 4px; color: white; font-size: 0.7rem; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }

#counter { margin-top: 0.4rem; }
