.woocommerce-MyAccount-content .woocommerce-message::before {
    content: none;
}

.cambioreal-order-response p:last-child {
    margin-bottom: 0;
}

.cambioreal-order-response .cambioreal-qr-code-img {
    display: block;
    margin: 0 auto;
    border: 10px solid #fff;
}

.cambioreal-order-response .cambioreal-payment-button {
    display: block;
    margin: 1em auto;
}

.cambioreal-order-response .cambioreal-flex-container {
    --gutter-x: 1.5rem;
    --gutter-y: 1em;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--gutter-y));
    margin-right: calc(-.5 * var(--gutter-x));
    margin-bottom: calc(2 * var(--gutter-y));
    margin-left: calc(-.5 * var(--gutter-x));
}

.cambioreal-order-response .cambioreal-flex-container > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--gutter-x) * .5);
    padding-left: calc(var(--gutter-x) * .5);
    margin-top: var(--gutter-y);
    margin-bottom: calc(var(--gutter-x) * .25);
}

.cambioreal-order-response .cambioreal-qr-code-attention {
    width: 100% !important;
}

.cambioreal-order-response .cambioreal-qr-code-instruction > p {
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 4px;
    padding: calc(var(--gutter-x) * .5);
    background-color: rgba(0, 0, 0, .15);
    box-shadow: 0 0 3rem inset rgba(0, 0, 0, .15);
}

.cambioreal-order-response .cambioreal-qr-code-instruction > p > span {
    height: 1em;
    white-space: nowrap;
    font-size: 2em;
    font-weight: 600;
    line-height: 1em;
    margin-bottom: calc(var(--gutter-x) * .25);
}

.cambioreal-order-response .cambioreal-qr-code-instruction > p > span > svg {
    width: 2rem;
    height: 2rem;
    margin-right: 1rem;
}

.cambioreal-order-response .cambioreal-qr-code-attention > p {
    flex-direction: row;
    align-items: center;
}

.cambioreal-order-response .cambioreal-qr-code-attention > p > span {
    margin-bottom: 0;
}

/* sm  */
/* @media (min-width: 576px) {

} */

/* md  */
@media (min-width: 768px) {
    .cambioreal-order-response .cambioreal-flex-container > * {
        width: 50%;
    }
}

/* lg  */
@media (min-width: 992px) {
    .cambioreal-order-response .cambioreal-flex-container > * {
        width: 25%;
    }
}

/* xl  */
/* @media (min-width: 1200px) {

} */

/* xxl  */
/* @media (min-width: 1400px) {

} */
