@charset "UTF-8";

.number-list li {
    display: flex;
    gap: 0.45rem;
    align-items: flex-start;
}
.number-list li>div:first-child {
    flex: 0 0 auto;
    white-space: nowrap;
}