.wld-sequence {
    display: flex;
    gap: 6px;
    margin: 5px 0;
}

.wld-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    color: white;
    font-weight: bold;
    font-family: sans-serif;
}