/* RDA Payment Manager Styles */
/* Mostly handled by Tailwind CSS classes injected in the shortcode */

#rda-payment-wrapper {
    /* Ensure nice spacing if theme has specific container logic */
    position: relative;
    z-index: 10;
}

/* Fix for some themes overriding button styles */
#rda-payment-wrapper button {
    cursor: pointer;
}

#rda-payment-wrapper input:focus, 
#rda-payment-wrapper select:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.5); /* Blue-500 ring equivalent */
}

/* Ensure font-awesome icons have spacing */
#rda-payment-wrapper i {
    pointer-events: none;
}