/* === 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;
}


.gnr-qty-block--wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: row
}

/*Desktop version*/
.gnr-qty-block {
    width: 250px;
    min-height: 150px;
    height: max-content;
    background: #475C6D;
    padding: 24px 20px;
    box-sizing: border-box;
    margin: 0.5rem;
}

.gnr-qty-block div {
    border-left: 10px solid white;
    padding-left: 12px;
}

.gnr-qty-block h1 {
    margin: 0;
    font-family: Averta W01 Bold,sans-serif;
    font-size: 64px;
    line-height: 40px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.gnr-qty-block p {
    margin: 0;
    margin-top: 18px;
    font-family: inherit;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}

@media screen and (max-width: 768px) {
    .gnr-qty-block--wrapper {
        height: 100%;
        width: 100%;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
    }

    .gnr-qty-block {
        padding: 22px 10px 22px 22px;
        width: 100%;
    }

    .gnr-qty-block p {
        padding-left: 10px
    }

    .gnr-qty-block div {
        border: none;
        padding: 0;
        display: flex;
        flex-direction: row;
    }

    .gnr-qty-block {
        min-height: 96px;
    }
}
