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

.scaling-area {
    min-height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-bottom: 1px solid var(--glass-border);
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
}

.server-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    padding: 1rem;
}

.server-node {
    display: flex;
    align-items: center;
    justify-content: center;
}

.server-container .viz-badge {
    width: 56px;
    height: 56px;
    border-radius: 14px;
}

.server-container .viz-badge svg {
    width: 28px;
    height: 28px;
}
