/* === styles for the StandardPage - mostly section chapter updates === */

.section-chapter-standardpage {
    position: relative;
}

.l-sidebar__body .section .row {
    padding-left: 0;
    padding-right: 0;
}

.l-sidebar__text__content .section:first-of-type {
    padding-top: 0;
}

.l-sidebar__body .section .defintionList {
    padding-top: 0;
    padding-bottom: 0;
}

.l-sidebar__body .section:last-of-type {
    padding-bottom: 0;
}

.l-sidebar__body .section-chapter::before {
    width: 74%;
}

.l-sidebar__body .section .drawer {
    margin-top: 0;
}

.l-sidebar__body .section .drawer+.drawer {
    margin-top: 20px;
}

.chapter-nav-wrapper--simple {
    right: 0;
    left: auto;
}

html.svg  .l-sidebar__body .pullOutBlock::after {
    background-size: 3%;
    margin-left: 0;
    width: 1000px;
}

@media screen and (min-width:1000px) {
    .chapter-nav-wrapper--simple {
        width: 40%;
        transform: translateX(101%) translateY(0)
    }
    .chapter-nav-wrapper--simple:after {
        content: none
    }
    html.svg .l-sidebar__body .section-chapter:before {
        background-size: 8%;
    }
    html.svg  .l-sidebar__body .pullOutBlock::after {
        margin-left: -50%;
    }
    .l-sidebar__body .responsive-graph.max-meter {
        max-width: 900px;
        margin-left: -20%;
        margin-right: -30%;
    }
}

@media screen and (min-width: 780px) {
    html.svg  .l-sidebar__body .pullOutBlock::after {
        background-size: 3%;
    }
}

.chapter-nav-wrapper--simple.active {
    transform: translateX(0)
}

.page__action_text,
.page__action__burgerWrapper {
    background: #7d3404;
}
