/* Instruction box styling - light purple/lavender background */
.assanpay-otp-box {
    background: #edeaf7;
    border-radius: 8px;
    padding: 20px 24px;
    margin-top: 12px;
    margin-bottom: 0;
    color: #22223b;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.assanpay-otp-content {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 16px;
    color: #333;
}

.assanpay-otp-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 13px;
    color: #666;
    gap: 6px;
    margin-top: 8px;
}

.assanpay-otp-footer strong {
    font-weight: 600;
    color: #333;
}

.assanpay-otp-badge {
    display: inline-flex;
    align-items: center;
}

.assanpay-otp-badge img {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    object-fit: contain;
}

/* Payment method container styling */
li.payment_method_assanpay_otp {
    margin-bottom: 16px;
    padding: 16px;
    background: #f5f5f5;
    border-radius: 8px;
    list-style: none;
}

/* Radio button styling */
li.payment_method_assanpay_otp input[type="radio"] {
    margin-right: 12px;
    margin-top: 2px;
}

/* Label styling */
li.payment_method_assanpay_otp label {
    cursor: pointer;
    width: 100%;
    margin: 0;
}

/* Ensure payment box is properly styled */
li.payment_method_assanpay_otp .payment_box {
    margin-top: 12px;
    padding: 0;
    background: transparent;
}


