/* Hide "back to handout" button on handout page */
body.single-handout .reko-continue-shopping {
    display: none !important;
}

.reko-continue-shopping-button-container {
    width: 100%;
    padding-bottom: 1.5rem;
}

p.reko-out-of-stock {
    margin: 0;
}

/* Unit price styling */
body.single-product span.mcmp_recalc_price_row {
    display: block;
    width: 100%;
}

/* Swish instructions */
.reko-swish-payment-instructions {
    display: grid;
    column-gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 200px), 1fr));
    row-gap: 5px;
}

.reko-swish-payment-instruction > * {
    margin-bottom: 10px !important;
}

.reko-swish-payment-instruction > svg {
    margin-bottom: 6px !important;
}

.reko-swish-payment-instructions .swish-details {
}

.reko-swish-payment-instructions .swish-details p {
    margin: 0;
    font-size: 15px;
    color: #919191;
}