/* SavPay Gateway Icon Style */
.woocommerce .payment_method_softonpay img {
    max-width: 48px;         /* Adjust icon size */
    height: auto;
    border-radius: 12px;     /* Rounded corners */
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); /* Soft shadow */
    vertical-align: middle;  /* Align with text */
    margin-right: 10px;      /* Space between icon and title */
    background: #fff;
    padding: 4px;
}
