.article--item {
    font-weight: 400;;
}

.article--item ul,.article--item ol {
    margin-top: 24px;
}

.list--number {
    padding-left: 28px;
}

.main-text {
    margin-bottom: 2rem;
    & > p{
        font-size: 1.5rem;
        line-height: 1.5;
        letter-spacing: 0.1em;
        text-indent: -0.05em;
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        text-transform: uppercase;
    }
}

ol.list--number li {
    position: relative;
    list-style-type: decimal;

    & p {
        padding-bottom: 16px;
    }
}

/* ol.list--number li:before {
    position: absolute;
    right: calc(100% + 0.5rem);
    content: "(" counter(list-item) ")";
} */

table {
    width: 100%;
    border-collapse: collapse;
    line-height: 2;

    & th,
    & td {
        border: 1px solid var(--color-lightgray3);
        padding: 12px 16px;
        vertical-align: middle;
    }
}