.bookprocess {
    --recras-icon-expand: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M384 240v32c0 6.6-5.4 12-12 12h-88v88c0 6.6-5.4 12-12 12h-32c-6.6 0-12-5.4-12-12v-88h-88c-6.6 0-12-5.4-12-12v-32c0-6.6 5.4-12 12-12h88v-88c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v88h88c6.6 0 12 5.4 12 12zm120 16c0 137-111 248-248 248S8 393 8 256 119 8 256 8s248 111 248 248zm-48 0c0-110.5-89.5-200-200-200S56 145.5 56 256s89.5 200 200 200 200-89.5 200-200z'%3E%3C/path%3E%3C/svg%3E%0A");
    --recras-icon-collapse: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M140 284c-6.6 0-12-5.4-12-12v-32c0-6.6 5.4-12 12-12h232c6.6 0 12 5.4 12 12v32c0 6.6-5.4 12-12 12H140zm364-28c0 137-111 248-248 248S8 393 8 256 119 8 256 8s248 111 248 248zm-48 0c0-110.5-89.5-200-200-200S56 145.5 56 256s89.5 200 200 200 200-89.5 200-200z'%3E%3C/path%3E%3C/svg%3E%0A");
    --recras-width-number-input: 7em;
    --recras-width-price: 5em;
    --recras-gap: 1em;
}
.bookprocess > div {
    display: grid;
    gap: var(--recras-gap);
    grid-template-areas:
        "main"
        "side"
        "buttons";
    padding: 1em;
}
.bookprocess img {
    height: auto;
    max-width: 100%;
}
.bookprocess label {
    cursor: pointer;
    display: block;
    font-weight: 600;
    overflow-wrap: break-word;
}
label[for^="product_with_time_"][for$="_amount"] {
    flex-basis: calc(100% - calc(var(--recras-width-number-input) + var(--recras-gap)));
    text-align: right;
}
.groupWrapper label {
    font-weight: 400;
}
label[for^='fixedtext_'] {
    font-size: 1.5em;
    margin-bottom: 0.5em;
}
.recras-required > :is(
    label[for^='text_short_'],
    label[for^='text_long_'],
    label[for^='choice_'],
    label[for^='contact']
):not(:empty)::after {
    content: '*';
    font-size: 0.75em;
    vertical-align: super;
}

.bpMainForm {
    grid-area: main;
}
.bookprocess aside {
    grid-area: side;
}
.bpButtonWrapper {
    grid-area: buttons;
}

.bookprocess .bpButtonWrapper button {
    padding: 0.5em 1.5em;
}
.bookprocess .bpButtonWrapper button.primary {
    font-weight: bold;
}
@media (max-width: 899px) {
    .bookprocess .bpButtonWrapper button.primary {
        float: right;
    }
}

#flows {
    list-style: none;
    padding: 0;
}
#flows li {
    display: inline-block;
    margin: 0 1em 1em 0;
}
#flows a {
    padding: 0.5em 1em;
    text-decoration: none;
    white-space: nowrap;
}

.bookprocess fieldset {
    border: 0;
    padding: 0;
}
.bookprocess fieldset > div:not([id]) {
    margin-bottom: 2em;
}

.bookprocess aside h2 {
    font-size: 1.25em;
    grid-area: price;
    line-height: 1;
    margin-top: 0;
    padding: 0.5em;
}
@media (max-width: 899px) {
    .bookprocess aside {
        margin-top: 1em;
        padding-top: 1em;
    }
    .bookprocess aside h2 {
        font-size: 1em;
    }
}
@media (min-width: 900px) {
    .bookprocess aside {
        padding: 1em;
    }
}

.bookprocess :is(input, button, select, textarea) {
    font: inherit;
    padding: 0.25em 0.75em;
}
.bookprocess :is(input, select, textarea) {
    border: 1px solid #ccc;
}
.bookprocess input:not(:is([type='checkbox'], [type='radio']), [type='number'], [name^='booking_startdate']),
.bookprocess select,
.bookprocess textarea {
    width: 100%;
}
@media (min-width: 541px) {
    .bookprocess input:not(:is([type='checkbox'], [type='radio']), [type='number'], [name^='booking_startdate']),
    .bookprocess select,
    .bookprocess textarea {
        max-width: 30em;
    }
}
.bookprocess input[type='checkbox'] + label {
    display: inline-block;
}
.bookprocess input[type='number'] {
    text-align: center;
    width: 3em;
}
.bookprocess input[type='time'],
.bookprocess input[name^='booking_startdate'] {
    text-align: center;
    width: 12em;
}
.bookprocess button {
    cursor: pointer;
}
.bookprocess button[disabled] {
    cursor: not-allowed;
}
.bookprocess button + button {
    margin-left: 0.5em;
}

.bookprocess p {
    margin-top: 0;
}
.bookprocess .labelImage {
    grid-area: image;
    height: 200px;
    margin: 0.5em 0;
    width: 100%;
    object-fit: cover;
}
.recras-package_choice_lines .labelImage {
    grid-column: 1 / 3;
}

.recras-package,
.recras-package_choice_lines.display-blocks,
.recras-product_with_time,
.recras-product_without_time {
    gap: 0.5em 1em;
    display: grid;
    grid-template-columns: 1fr;
}
.bookprocess .subgroupWrapper {
    grid-area: buttons;
}
.bookprocess .recras-product_without_time.display-lines .subgroupWrapper {
    grid-area: unset;
}
.recras-package_choice_lines.display-blocks .subgroupWrapper {
    display: grid;
}
.recras-product_with_time.auto-amount .groupWrapper > div {
    display: grid;
    gap: 0.25em;
    grid-template-columns: repeat(3, 1fr);
}
.bookprocess .recras-product_with_time.auto-amount.display-single-quantity .selectWrapper select {
    width: 100%;
}
.recras-product_with_time.auto-amount:is(.display-automatic,.display-single-quantity) .selectWrapper {
    display: grid;
    gap: 1em;
    grid-column: 1 / 4;
    grid-template-columns: 1fr 1fr;
}
.recras-product_with_time.auto-amount:is(.display-automatic,.display-single-quantity) .selectWrapper select {
    grid-column: 1 / 2;
    grid-row: 1;
    width: auto !important;
}
.recras-product_with_time.auto-amount:is(.display-automatic,.display-single-quantity) .selectWrapper label {
    grid-column: 2 / 3;
    justify-self: end;
}
.bookprocess .recras-product_with_time.auto-amount.display-single-quantity .selectWrapper label,
.bookprocess .recras-product_without_time .numberWrapper label {
    display: none;
}

@media (min-width: 640px) {
    .recras-package,
    .recras-package_choice_lines.display-blocks,
    .recras-product_with_time,
    .recras-product_without_time.display-blocks {
        /* See explanation at breakpoint below */
        grid-template-columns: repeat(2, calc(50% - 0.5em));
    }
}
@media (min-width: 1280px) {
    .recras-package,
    .recras-package_choice_lines.display-blocks,
    .recras-product_with_time,
    .recras-product_without_time.display-blocks {
        --column-count: 3;
        /* 3 columns of 33% with 2/3 of a 1em gap. It would be cleaner to use */
        /* repeat(3, 1fr) instead, but this can cause unevenly wide columns */
        /* when long product names are used. Harrie really wanted 3 even columns */
        grid-template-columns: repeat(
                var(--column-count),
                calc(
                    calc(100% / var(--column-count)) - calc(
                        calc(calc(var(--column-count) - 1) * var(--recras-gap)) / var(--column-count)
                    )
                )
        );
    }
}

.price-information {
    line-height: 1;
}
.error {
    display: block;
    padding: 0.5em 1em;
    white-space: pre-line;
}

.bookprocess table {
    border-collapse: separate;
    border-spacing: 0;
    font: inherit;
    margin-bottom: 0.8em;
    width: 100%;
}
.bookprocess :is(table, th, td) {
    font: inherit;
    vertical-align: middle;
}

.bookprocess :is(th, td) {
    padding: 4px 10px 4px 5px;
    text-align: left;
}
.bookprocess :is(td, th).number {
    text-align: right;
}
.bookprocess td.btw-percentage,
.bookprocess td.datetime {
    white-space: nowrap;
}

#programma,
#factuurRegels {
    margin-top: 0.25em;
}
:is(#programma, #factuurRegels) :is(td, th) {
    padding: 1px 10px 1px 0;
    font-size: 0.8em;
    vertical-align: top;
}
.korting {
    display: block;
}

.radioWrapper {
    align-items: center;
    display: flex;
}
:is(.recras-package, .recras-package_choice_lines.display-blocks, .recras-product_with_time, .recras-product_without_time.display-blocks) .groupWrapper,
:is(.recras-package_choice_lines, .recras-product_without_time).display-lines {
    border: 1px solid rgb(0 0 0 / 10%);
    border-radius: 0.25em;
    box-shadow: 0 0 0.5em 0 rgb(0 0 0 / 10%);
    padding: 0.5em;
    transition: box-shadow 0.2s linear;
}
:is(.recras-package, .recras-product_with_time, .recras-product_without_time) .groupWrapper {
    display: grid;
    grid-template-areas:
        "label"
        "price"
        "image"
        "extrainfo"
        "buttons";
    grid-template-rows: 3em 1em max-content max-content 1fr;
}

.recras-product_without_time.display-lines :is(.numberWrapper, .groupWrapper) {
    align-items: baseline;
    gap: var(--recras-gap);
    grid-template-areas: none;
    grid-template-columns: 1fr 1fr var(--recras-width-price) var(--recras-width-number-input);
    grid-template-rows: auto;
}
.recras-product_without_time.display-lines :is(.numberWrapper, .groupWrapper) .price-information {
    grid-column: 3 / 4;
}
.bookprocess .recras-product_without_time.display-lines :is(.numberWrapper, .groupWrapper) details {
    grid-area: none;
    grid-column: 1 / 3;
    grid-row: 2;
}
.recras-product_without_time.display-lines:not(.show-price) :is(.groupWrapper, .numberWrapper) {
    /* We can do this way easier when :has() is supported in more browsers
     * As of September 2022, Safari and Chrome support it: https://caniuse.com/css-has
     * Firefox is working on it. Updates: https://bugzilla.mozilla.org/show_bug.cgi?id=418039
     */
    grid-template-columns: 1fr 1fr var(--recras-width-number-input);
}
.recras-product_without_time.display-lines .price-information {
    text-align: right;
}
.recras-product_without_time.display-lines .numberWithPlusMinus {
    width: 100%;
}
:is(.recras-package, .recras-package_choice_lines.display-blocks, .recras-product_with_time, .recras-product_without_time.display-blocks) .groupWrapper.selected,
.recras-product_without_time.display-lines.selected {
    background: rgb(255 255 255 / 10%);
    box-shadow: 0 0 1em 0 rgb(0 0 0 / 50%);
}
:is(.recras-package, .recras-package_choice_lines.display-blocks, .recras-product_with_time, .recras-product_without_time.display-blocks) .groupWrapper:not(.selected),
.recras-product_without_time.display-lines:not(.selected),
.recras-package_choice_lines.display-lines /* otherwise it's inconsistent. We can improve this once :has is supported */ {
    background: rgb(0 0 0 / 5%);
}
:is(.recras-package, .recras-product_with_time) .groupWrapper > div {
    align-self: start;
}

.recras-product_without_time .checkboxWrapper label,
.recras-product_without_time .numberWithPlusMinus {
    justify-self: end;
}
.recras-package .radioWrapper {
    display: block;
}

.recras-product_without_time.display-lines .checkboxWrapper {
    text-align: center;
}
.recras-product_without_time.display-lines .checkboxWrapper > label {
    float: none;
}

.recras-product_with_time.auto-amount.display-automatic .selectWrapper label,
.recras-package .radioWrapper > label,
.recras-product_without_time .checkboxWrapper > label {
    background: ButtonFace;
    border-radius: 50%;
    cursor: pointer;
    float: right;
    height: 2.6em;
    padding: 0.5em;
    position: relative;
    text-indent: -500vw;
    transition: background-color 0.2s linear;
    width: 2.6em; /* 1.6 line-height + 2x0.5em padding */
}
.recras-product_with_time .checkboxWrapper > label {
    border-radius: 4px;
    display: block !important;
    width: 100%;
    line-height: 2em;
    padding: 0;
    margin: 0;
    cursor: pointer;
    text-align: center;
    transition: all 0.2s linear;
}

.recras-product_with_time .selectWrapper > [type="checkbox"],
.recras-package .radioWrapper input[type="radio"],
:is(.recras-product_with_time, .recras-product_without_time) .checkboxWrapper input[type='checkbox'] {
    display: none;
}
.recras-product_with_time .selectWrapper > [type="checkbox"]:not(:checked) ~ select {
    display: none;
}

.recras-product_with_time .checkboxWrapper > input + label {
    text-align: center;
}

.recras-product_with_time.auto-amount.display-automatic .selectWrapper label:after,
.recras-package .radioWrapper > label::after,
.recras-product_without_time > div input + label::after {
    --recras-icon-plus: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-64 0 512 512'%3E%3Cpath d='M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z'%3E%3C/path%3E%3C/svg%3E%0A");
    background-color: var(--bp-color-text-alt);
    content: '';
    height: 1em;
    -webkit-mask-image: var(--recras-icon-plus);
    mask-image: var(--recras-icon-plus);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.2s linear;
    width: 1em;
}
.recras-product_with_time.auto-amount.display-automatic .selectWrapper :checked + label:hover::after,
.recras-product_with_time .checkboxWrapper > input:checked + label:hover::after,
.recras-product_without_time > div input:checked + label:hover::after {
    --recras-icon-minus: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-64 0 512 512'%3E%3Cpath fill='%23fff' d='M368 224H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h352c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z'%3E%3C/path%3E%3C/svg%3E%0A");
    -webkit-mask-image: var(--recras-icon-minus);
    mask-image: var(--recras-icon-minus);
}

.recras-product_without_time.display-lines .checkboxWrapper > label {
    height: 2em;
    line-height: 1em;
    width: 2em;
}
.recras-product_without_time.display-lines > div input + label::after {
    height: 0.75em;
    width: 0.75em;
}

@media (pointer: fine) {
    .recras-product_with_time > div > div input:disabled + label:hover::after,
    .recras-product_without_time > div input:disabled + label:hover::after {
        background-image: none;
    }
}
.recras-product_with_time.auto-amount.display-automatic .selectWrapper :checked + label::after,
.recras-package .radioWrapper > input:checked + label::after,
.recras-package .radioWrapper > input:checked + label:hover::after,
.recras-product_without_time > div input:checked + label::after {
    --recras-icon-checked: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M435.848 83.466L172.804 346.51l-96.652-96.652c-4.686-4.686-12.284-4.686-16.971 0l-28.284 28.284c-4.686 4.686-4.686 12.284 0 16.971l133.421 133.421c4.686 4.686 12.284 4.686 16.971 0l299.813-299.813c4.686-4.686 4.686-12.284 0-16.971l-28.284-28.284c-4.686-4.686-12.284-4.686-16.97 0z'%3E%3C/path%3E%3C/svg%3E%0A");
    background-color: var(--bp-color-text);
    -webkit-mask-image: var(--recras-icon-checked);
    mask-image: var(--recras-icon-checked);
}
.recras-product_with_time > div > div input:disabled + label,
.recras-product_without_time > div input:disabled + label {
    cursor: not-allowed;
}
.recras-product_with_time > div > div input:disabled + label::after,
.recras-product_without_time > div input:disabled + label::after {
    background-image: none;
}

.numberWithPlusMinus {
    width: var(--recras-width-number-input);
    display: grid;
    grid-template-columns: minmax(1em, 1.5em) 1fr minmax(1em, 1.5em);
}

.checkbox-capacity {
    color: #6a6a6a;
    background: #fff;
    min-height: 25px;
    min-width: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 0.8rem;
    margin-right: 0.25rem;
    line-height: 0;
    opacity: 0.8;
    padding: 5px;
}

.timeslot-capacity {
    color: hsl(0, 0%, 100%);
    border-radius: 4px;
    font-size: 0.8rem;
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    line-height: 0;
}

.disabled .timeslot-capacity {
    background: #ccc;
}

.display-single-quantity .numberWrapper .timeslot-capacity {
    display: none;
}

label[for^='contact_extra'] + .numberWithPlusMinus,
label[for^='booking_size'] + .numberWithPlusMinus {
    width: 50%;
}
@media (min-width: 640px) {
    label[for^='contact_extra'] + .numberWithPlusMinus,
    label[for^='booking_size'] + .numberWithPlusMinus {
        width: calc(100% / 3);
    }
}
@media (min-width: 960px) {
    label[for^='contact_extra'] + .numberWithPlusMinus,
    label[for^='booking_size'] + .numberWithPlusMinus {
        width: 25%;
    }
}
.recras-product_with_time .numberWrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 0.5em;
}

.recras-product_with_time .numberWrapper > label {
    display: inline-block;
    margin: 0;
    line-height: 2em;
}
.bookprocess :is(.checkboxWrapper, .numberWrapper, .radioWrapper) label {
    font-weight: normal;
    margin-top: 0;
}
.bookprocess .groupWrapper .numberWrapper {
    grid-column: 1 / 4;
    justify-self: end;
}
.bookprocess .display-single-quantity .groupWrapper .numberWrapper > label {
    display: none;
}
.bookprocess .numberWithPlusMinus input {
    border-color: ButtonFace;
    border-left-width: 0;
    border-right-width: 0;
    border-radius: 0;
    display: inline-block;
    grid-column: 2;
    height: 2em;
    padding: 0;
    width: 100%;
}
.numberWithPlusMinus input:disabled {
    cursor: not-allowed;
}

.numberWithPlusMinus * {
    grid-row: 1;
}
.bookprocess .numberWithPlusMinus button {
    height: 2em;
    margin: 0;
    border: 0;
    border-radius: 1em 0 0 1em;
    grid-column: 1;
    padding: 0;
}
.bookprocess .numberWithPlusMinus > button:last-child {
    border-radius: 0 1em 1em 0;
    grid-column: 3;
}

.display-lines :is(.groupWrapper, .numberWrapper) {
    padding-top: 0.5em; /* Same as gap between items */
}
.display-lines :is(.groupWrapper + .groupWrapper, .numberWrapper + .numberWrapper) {
    border-top: 1px dotted #ddd;
}

:is(.recras-package, .recras-product_with_time, .recras-product_without_time.display-blocks) .groupWrapper > label,
.recras-package_choice_lines.display-blocks .groupWrapper > label {
    grid-area: label;
    height: 3em; /* 2 lines of 1.5 line height */
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    /* Multi-line overflow. Prefixed versions are the only method, and are available in all browsers */
    /* Info and support: https://caniuse.com/css-line-clamp */
    /* This is the same method as used by bol.com */
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-box-pack: end;
    -webkit-line-clamp: 2;
    width: 100%; /* Safari fix */
}
.bookprocess .groupWrapper > label {
    font-weight: normal;
    padding-bottom: 0.5em;
}

.recras-product_without_time .numberWrapper > label {
    display: none;
}
.recras-product_without_time .numberWithPlusMinus {
    float: right;
}

.numberWithPlusMinus input[type='number']::-webkit-inner-spin-button,
.numberWithPlusMinus input[type='number']::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.recras-product_with_time .numberWrapper.disabled,
.recras-product_without_time .numberWrapper.disabled {
    cursor: not-allowed;
}
.numberWrapper.disabled label,
.numberWrapper.disabled button,
.numberWrapper.disabled input {
    pointer-events: none;
}

.react-datepicker__day--today {
    position: relative;
}
.react-datepicker__day--today::after {
    border: 2px solid #888;
    border-radius: 50%;
    content: '';
    height: 1.44rem;
    left: 0;
    position: absolute;
    top: 0;
    width: 1.44rem;
}
.react-datepicker__day.react-datepicker__day--outside-month {
    visibility: hidden;
}
.react-datepicker__triangle {
    left: -50% !important; /* Fixes https://github.com/Hacker0x01/react-datepicker/issues/3176 */
}

.spinnerWrapper {
    height: 4em;
    left: 50%;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 4em;
}
@keyframes spin {
    100% {
        transform: rotate(1turn);
    }
}
.spinner {
    animation: spin 0.8s linear infinite;
    border: 8px solid #888;
    border-top-color: #ccc;
    border-radius: 50%;
    height: 4em;
    width: 4em;
}

.bookprocess aside:empty {
    display: none;
}
.recapEle {
    font-size: 0.9em;
}
@media (max-width: 899px) {
    .recapEle {
        display: none;
    }
    .recapWrapper h2::before {
        -webkit-mask-image: var(--recras-icon-expand);
        mask-image: var(--recras-icon-expand);
        content: '';
        display: inline-block;
        height: 1em;
        margin-right: 0.5em;
        vertical-align: top;
        width: 1em;
    }
    .recapWrapper.recapShown h2::before {
        -webkit-mask-image: var(--recras-icon-collapse);
        mask-image: var(--recras-icon-collapse);
    }
    .recapShown .recapEle {
        display: block;
    }
}
.recapEle dt {
    font-size: 0.9em;
    font-weight: bold;
}
.recapEle dd {
    margin: 0 0 1em;
}
@media (min-width: 900px) {
    .bookprocess > div {
        grid-template-areas:
            "main side"
            "buttons buttons";
        grid-template-columns: 1fr minmax(min-content, 20em);
    }
    #formEle:last-child {
        grid-column: 1 / 3;
    }
    .bookprocess aside > div {
        margin-top: 0;
        position: sticky;
        top: 1em;
    }
}
@media (min-width: 1120px) {
    .bookprocess > div {
        grid-template-columns: 1fr minmax(min-content, 25em);
    }
}
@media (min-width: 1400px) {
    .bookprocess > div {
        grid-template-columns: 2fr 1fr;
    }
}

.recras-package_choice_lines.display-lines .numberWrapper {
    align-items: baseline;
    display: grid;
    grid-template-columns: 1fr var(--recras-width-number-input);
}
.recras-package_choice_lines.showLinePrice.display-lines .numberWrapper {
    grid-template-columns: 1fr var(--recras-width-price) var(--recras-width-number-input);
}
.recras-package_choice_lines.display-lines .numberWrapper + .numberWrapper {
    margin-top: 0.5em;
}
.recras-package_choice_lines .numberWrapper .numberWithPlusMinus {
    display: grid;
    grid-template-columns: 1fr 3em 1fr;
    justify-self: end;
}
.recras-package_choice_lines > .numberWrapper > label {
    font-weight: 400;
}

.discountWrapper {
    align-items: baseline;
    display: flex;
    max-width: 30em;
}
.bookprocess .recras-discount button {
    color: #d25858;
}
.bookprocess .discountWrapper:has(input + button) input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.bookprocess .discountWrapper:has(input + button) button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.bookprocess details {
    background: rgba(128, 128, 128, 0.125);
    color: #444;
    font-size: 0.9em;
    grid-area: extrainfo;
    margin: 0.5em 0;
    padding: 0.5em;
}
.bookprocess details > div {
    padding-top: 0.5em;
}
.bookprocess summary {
    color: var(--bp-color-text-alt);
    cursor: pointer;
    line-height: 1;
    list-style: none;
}
.bookprocess summary::-webkit-details-marker {
    display: none;
}
.bookprocess summary::before {
    -webkit-mask-image: var(--recras-icon-expand);
    mask-image: var(--recras-icon-expand);
    content: '';
    display: inline-block;
    height: 1em;
    margin-right: 0.5em;
    vertical-align: text-top;
    width: 1em;
}
.bookprocess details[open] summary::before {
    -webkit-mask-image: var(--recras-icon-collapse);
    mask-image: var(--recras-icon-collapse);
}