.payment-option img {
    height: 25px !important;
}
.montonio-target-container p {
    margin: 15px 0 0 3px;
}
body#checkout .additional-information {
    margin: 10px 0 20px 30px;
}
.embeddedOverlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height:100%;
    display: none;
    background: rgba(0,0,0,0.6);
}
.embeddedCv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.embeddedSpinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: embeddedSp-anime 0.8s infinite linear;
}
@keyframes embeddedSp-anime {
    100% {
        transform: rotate(360deg);
    }
}
.embeddedAlert {
    padding: 16px;
    background-color: rgb(252, 233, 233);
    color: rgb(155, 28, 28);
    font-size: 0.875rem;
    line-height: 20px;
    margin-bottom: 15px;
    border-radius: 8px;
}

.embeddedClose {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}
.embeddedClose:hover {
    color: black;
}
.embedded-modal .ui-dialog-titlebar {
    display: none;
}
.ui-front {
    z-index: 9999;
}
.ui-widget-overlay {
    background: rgba(0,0,0,0.6);
    opacity: 1;
}
#montonio-card-checkout-1, #montonio-blik-checkout-1 {
    max-width: 350px;
    padding: 10px 0 0 0;
}

.montonio-bnpl-items {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.montonio-bnpl-items .montonio-bnpl-item {
    margin: 0;
    background: #ffffff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 25px;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-top: none;
}
.montonio-bnpl-items .montonio-bnpl-item:hover {
    background: #fbfbff;
}
.montonio-bnpl-items .montonio-bnpl-item:first-child {
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.montonio-bnpl-items .montonio-bnpl-item:last-child {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    margin-bottom: 16px;
}
.montonio-bnpl-items .montonio-bnpl-item.active {
    background: #f3f2ff;
    border: 1px solid #4537cd;
    color: #4537cd;
}
.montonio-bnpl-items .montonio-bnpl-item-disabled {
    background: #fefcfc;
    color: #a5a5a5;
    pointer-events: none;
}
.montonio-bnpl-items .montonio-bnpl-item .montonio-bnpl-item-subtitle {
    font-size: 12px;
    font-weight: normal;
}