/*
 Theme Name: Divi Child
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Child theme for Divi
 Author: 561 Media
 Template: Divi
 Version: 1.0
*/

/* Event System Styles */

.nxt-event-image {
    margin-bottom: 2rem;
}

.nxt-event-image img {
    border-radius: 12px;
    height: auto;
    width: 100%;
}

/* Optional: Center or align buttons */
#gform_submit_button_1 {
    background-color: RGBA(255, 255, 255, 0) !important;
    border: 0 !important;
    border-bottom: solid 3px #efa240 !important;
    border-width: 3px !important;
    color: #E09900 !important;
    cursor: pointer;
    font-family: 'Fjalla One', Helvetica, Arial, Lucida, sans-serif !important;
    font-size: 21px;
    margin-top: 40px;
    text-align: left;
    width: 100%;
}

.ticket-counter-wrapper {
    align-items: center;
    display: inline-flex;
    gap: 0.5em;
}

.ticket-btn {
    background: #efa240;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 1.2em;
    height: 2em;
    line-height: 1;
    width: 2em;
}

.ticket-btn:hover {
    background: #efa240;
}

.ticket-counter input[type="number"] {
    text-align: center;
    width: 4em;
}