.custom-number-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-number-list li {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 10px;
}

.custom-number-list__marker {
    flex: 0 0 auto;
}

.custom-number-list__title a {
    color: inherit;
    text-decoration: none;
}

.custom-number-list__title a:hover {
    text-decoration: underline;
}
