/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.ep-input-group.ep-coupon-section {
    flex-wrap: nowrap;
}

#ep_event_checkout_page .ep-input-group.ep-coupon-section input[type="text"] {
    border-radius: 0.375rem !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}