.snapp-pay-box {
    width: 100%;
    background: #e5f2fb;
    border-radius: 10px;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 12px;
    direction: rtl;
    margin-top: auto;
}

.snapp-pay-logo {
    width: 40px;
    height: 40px;
    margin: 0;
}

.snapp-pay-text {
    color: #0764ab;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
}

.snapp-pay-text .installment {
    display: block;
    font-size: 14px;
    font-weight: 500;
}

.snap-pay-badge {
    position: absolute;
    right: 2px;
    top: 2px;
    width: 40px;
}

.snap-pay-badge img {
    width: 100%;
    height: 100%;
}