/**
 * Public Styles
 *
 * @package Specialist_Invoice_Payment
 */

/* General Styles */
.sip-payment-wrapper {
    font-family: 'Tahoma', 'Arial', sans-serif;
    direction: rtl;
    text-align: right;
}

/* Payment Container */
.sip-payment-container {
    max-width: 600px;
    margin: 0 auto;
}

/* Responsive */
@media (max-width: 768px) {
    .sip-payment-container {
        margin: 0;
    }
}
