/* wfc demo */

.wfc-layout {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 1.25rem;
}

#wfc-canvas {
    display: block;
    width: 480px;
    max-width: 100%;
    height: auto;
    image-rendering: pixelated;
}

.wfc-legend {
    margin: 0;
    width: 200px;
    max-width: 100%;
}

#legend-canvas {
    display: block;
    width: 100%;
    height: auto;
    image-rendering: pixelated;
    background: #0d1117;
    border: 1px solid #30363d;
    border-radius: 6px;
}

.wfc-legend figcaption {
    margin-top: 0.4rem;
    color: #8b949e;
    font-size: 0.75rem;
    line-height: 1.5;
    text-align: left;
}
