/* Custom CSS styles (Overrides or additions for Soft UI Dashboard) */

/* Example: Adjust spacing for payment logos if needed */
/* #payment-options .p-3 {
    margin: 10px;
} */

/* Ensure Calendly widget fits well */
.calendly-inline-widget {
    border-radius: 0.75rem; /* Match Soft UI card radius */
    overflow: hidden; /* Hide scrollbars if possible */
}

/* Add any other necessary custom styles here */

