.faq h3 {
    font-size: 1.25rem;
    place-self: center;
    text-align: left;
}

.screen ol li .index {
    font-size: 3rem;
    color: var(--text-lo);
    width: 5.5rem;
    flex-shrink: 0;
}

.faq .question .body {
    text-align: initial;
    border-top: dashed 1px var(--border-color);
    padding: 1rem 1rem 1rem 4rem;
}

.contractable i {
    line-height: 4rem;
    flex-shrink: 0;
    margin: 0 1rem;
    color: var(--text-lo);
}


.faq.question > div {
    transition: background-color 0.5s linear;
}

.faq .markdown:before {
    height: 100%;
    content: " ";
    background: var(--accent);
    width: 0.25rem;
    display: block;
    position: absolute;
    top: 0;
    left: 2.5rem;
}

