.toggle-box {
    border-top: 1px solid #706F6F;
    border-bottom: 1px solid #706F6F;
}

.frame-type-container-togglebox + .frame-type-container-togglebox {
    margin-top: -1px;
}

.toggle-box .toggle-content {
    display: none;
    padding-left: 47px;
}

.toggle-box.show .toggle-content {
    display: block;
}

.toggle-box .subheader {
    margin-bottom: 16px;
}

.toggle-box > button {
    appearance: none;
    border: 0;
    background: transparent;
    box-shadow: none;
    padding: 21px 30px 18px 47px;
    margin: 0;
    width: 100%;
    display: block;
    text-align: left;
    cursor: pointer;
    position: relative;
    color: inherit;
    box-shadow: none;
    border-radius: 0;
}

.toggle-box > button::before {
    content: '+';
    display: block;
    font-family: Lexend, Sans-Serif;
    font-weight: 300;
    font-size: 35px;
    left: 0;
    top: 20px;
    position: absolute;
    height: 30px;
    line-height: 26px;
}

.toggle-box.show > button::before {
    content: '—';
    font-size: 24px;
    font-weight: normal;
    line-height: 28px;
}
