ol[type="A"] {
    list-style-type: upper-alpha;
    list-style: upper-alpha;
    padding: 0 0 0 35px;
}

.text-long ol[type="A"] li::before,
.text-long ol[type="A"] li::after {
    content: unset;
}

.text-long ol[type="A"] li {
    list-style: upper-alpha;
    position: unset;
    padding: unset;
    counter-increment: unset;
}

.text-long ol[type="A"] li::marker {
    font-family: 'domaine-text-regular';
    color: #000000;
    font-variant-numeric: normal;
}