/* WebShop checkout Swish modal — legacy WebAppWebShop Checkout.razor parity (ObjectModal host). */

.clubivate-modal-dialog-host.swish-payment-modal-host .modal-content.swish-payment-modal {
    width: min(22rem, calc(100vw - 2rem));
}

.clubivate-modal-dialog-host.swish-payment-modal-host .modal-header {
    background-color: var(--bs-success);
    color: #fff;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.clubivate-modal-dialog-host.swish-payment-modal-host .modal-header .modal-title {
    color: #fff;
    margin-bottom: 0;
}

.clubivate-modal-dialog-host.swish-payment-modal-host .modal-header .btn-close {
    filter: invert(1) grayscale(100%) brightness(200%);
}

.clubivate-modal-dialog-host.swish-payment-modal-host .modal-footer {
    justify-content: center !important;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.swish-payment-modal__logo {
    height: 2.75rem;
    width: auto;
}

.swish-payment-modal__qr {
    max-width: 12.5rem;
}
