.-YC-FaqsSimple-vsingle-Item-v2 {
    background: #fff;
    transition: 180ms;
    border-bottom: 1px solid var(--diver)
}
.-YC-FaqsSimple-vsingle-Item-v2:last-child {
    margin-bottom: 0;
    border-bottom: 0
}
.-YC-FaqsSimple-vsingle-Title {
    display: flex;
    padding: 20px 0;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    flex-wrap: wrap
}

.-YC-FaqsSimple-vsingle-Title>.--fq-count {
    font-family: var(--f-number);
    font-size: 23px;
    margin-inline-end:15px; font-weight: 800;
    color: var(--secondarytext)
}

.-YC-FaqsSimple-vsingle-Title>i {
    font-size: 22px;
    color: var(--secondarytext);
    transition: 180ms
}

.-YC-FaqsSimple-vsingle-Item-v2.active .-YC-FaqsSimple-vsingle-Title>i {
    color: var(--uicolor);
    transform: rotate(45deg)
}

.-YC-FaqsSimple-vsingle-Title>h2 {
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: var(--secondarytext);
    flex: 1
}

.-YC-FaqsSimple-vsingle-Title>h2>em {
    margin-inline-end:10px; font-style: normal;
    font-family: var(--f-number);
    font-weight: 400;
    font-size: 30px
}

.-YC-FaqsSimple-vsingle-Item-v2.active .-FaqsSimple-vsingle-Content-Row-v1 {
    display: block;
    height: var(--pin-height)
}

.-FaqsSimple-vsingle-Content-Row-v1 {
    display: block;
    height: 0;
    --pin-height: auto;
    overflow: hidden;
    transition: 180ms
}

.-p-FaqsSimple-vsingle-ContentValue-v1 {
    padding: 0 0 30px;
    display: block;
    line-height: 1.6;
    font-size: 17px;
    color: var(--secondarytext);
    font-weight: 400
}

.-YC-FaqsSimple-vsingle {
    margin-bottom: 40px;
    display: block
}

.-YC-FaqsSimple-vsingle .--widget--sidebar--title {
    margin-bottom: 10px
}