.coffee-queue-sim {
    position: relative;
    height: 10em;
    margin: 2em 0;
    overflow: hidden;
    border: 1px solid var(--border-color);
    border-radius: 0.35em;
    background: var(--code-bg);
}

.coffee-queue-sim canvas {
    display: block;
    width: 100%;
    height: 100%;
}

.coffee-queue-stats {
    position: absolute;
    top: 0.5em;
    left: 0.8em;
    display: flex;
    flex-direction: column;
    gap: 0;
    color: var(--text-muted);
    font-size: 0.85em;
    line-height: 1.05;
    font-variant-numeric: tabular-nums;
}

.coffee-queue-stats strong {
    color: var(--text-color);
    font-weight: 600;
}

@media (max-width: 52em) {
    .coffee-queue-sim {
        height: 8.5em;
    }
}
