.roarzap-booking-wrapper {
    background: #f7f7f7;
    border-radius: 10px;
    padding: 15px;
}

.rz-booking-field.rz-date-select {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}

input.rz-input-date {
    display: none !important;
}

/* Style the inline flatpickr container */
.flatpickr-calendar.inline {
    width: 355px;
    margin: 0 auto !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important;
    border: none !important;
    border-radius: 10px !important;
}

.rz-booking-guests-inline {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 24px;
    align-items: center;
    background: #ffffff;
    padding: 12px 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.rz-guest-inline-item {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
}

.rz-guest-inline-item label {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #374151 !important;
    margin: 0 !important;
    white-space: nowrap !important;
    line-height: 1 !important;
}

.rz-qty-wrapper {
    display: flex !important;
    align-items: center !important;
    border: 1px solid #d1d5db !important;
    border-radius: 6px !important;
    overflow: hidden !important;
    background: #ffffff !important;
    height: 36px !important;
    flex-shrink: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

input[type=text].rz-input-qty {
    width: 40px;
    text-align: center;
    padding: 0;
    height: auto;
    border: none;
}

button.rz-qty-btn {
    min-width: auto;
    width: 32px !important;
    height: 100% !important;
    background: #f3f4f6 !important;
    border: none !important;
    cursor: pointer !important;
    font-size: 18px !important;
    color: #4b5563 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    margin: 0 !important;
    flex-shrink: 0 !important;
    min-height: unset !important;
    transition: background 0.2s !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

button.rz-qty-btn:hover {
    background: #e5e7eb !important;
}

input[type="number"].rz-input-qty {
    width: 44px !important;
    height: 100% !important;
    min-height: unset !important;
    border: none !important;
    border-left: 1px solid #d1d5db !important;
    border-right: 1px solid #d1d5db !important;
    border-radius: 0 !important;
    text-align: center !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #111827 !important;
    -moz-appearance: textfield !important;
    padding: 0 !important;
    margin: 0 !important;
    flex: 1 !important;
    box-shadow: none !important;
    background: #fff !important;
}

input[type="number"].rz-input-qty:focus {
    outline: none !important;
    box-shadow: none !important;
}

.rz-input-qty::-webkit-outer-spin-button,
.rz-input-qty::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

.rz-ticket-summary {
    background: #ea262b;
    border-radius: 12px;
    overflow: hidden;
    color: #ffffff;
    margin-bottom: 20px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.2);
    width: 100%;
    box-sizing: border-box;
}

.rz-ts-header {
    padding: 10px 16px;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
}

.rz-ts-icon {
    display: inline-block;
    width: 16px;
    height: 8px;
    background: #f59e0b;
    border-radius: 4px;
    margin-right: 8px;
}

.rz-ts-table {
    width: 100% !important;
    border-collapse: collapse !important;
    margin: 0 !important;
    font-size: 14px !important;
    border: none !important;
}

.rz-ts-table th,
.rz-ts-table td {
    padding: 12px 16px !important;
    text-align: center !important;
    border: none !important;
    color: #111111 !important;
}

.rz-ts-table th:first-child,
.rz-ts-table td:first-child {
    text-align: left !important;
}

.rz-ts-table thead th {
    font-weight: 600 !important;
    background: #dddddd !important;
}

.rz-ts-table tbody tr {
    background: #f7f7f7 !important;
    border-bottom: 1px solid #ddd;
}

.rz-ts-table tbody tr:nth-child(even) {
    background: #f7f7f7 !important;
}

.rz-ts-table tfoot tr.rz-ts-grand-total {
    background: #ea262b !important;
}

.rz-ts-table tfoot tr.rz-ts-grand-total td {
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    padding: 12px 16px !important;
}

.rz-money-icon {
    margin-right: 6px;
}

/* Style the standalone custom book button to look like screenshot BOOK NOW */
button.rz-custom-book-btn {
    width: 100% !important;
    border-radius: 5px;
    line-height: 50px;
    background: #111111 !important;
    color: #ffffff !important;
}

button.rz-custom-book-btn:hover {
    background: #ea262b !important;
}