.kokoContainerBtnReservation {
	width: 100%;
	text-align: center;
	display: inline-block;
}

.wprb-booking-button {
	display: inline-block;
	border-radius: 5px;
	cursor: pointer;
	pointer-events: auto;
	line-height: 1;
	z-index: 999999;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #595b4d;
}

.wprb-booking-button:hover {
	webkit-filter: brightness(110%);
	filter: brightness(110%);
}

.wprb-booking-button a,
.wprb-booking-button a:hover {
	text-decoration: none !important;
	color: #fff;
	text-decoration: none;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.8;
	background-color: #595b4d;
	font-size: 25px;
	font-weight: 800;
}

.wprb-booking-button {
	width: 100%;
	padding-top: 30px !important;
	padding-bottom: 30px !important;
	display: inline-block;
	background-color: #595b4d;
	color: #f9c11e;
}

.jquery-modal.blocker.current {
	z-index: 999999;
}

#wprb-booking-modal {
	display: none;
	padding: 0;
	width: 320px;
	background-color: #fff;
	color: #333;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	word-wrap: normal;
	z-index: 9999999;
}

/* Ensure modal has white background */
#wprb-booking-modal .modal {
	background-color: #fff;
}

/* Ensure modal content area has white background */
#wprb-booking-modal .modal-content,
#wprb-booking-modal .modal-body {
	background-color: #fff !important;
	color: #333 !important;
}

/* Ensure all text elements are dark on white background */
#wprb-booking-modal p,
#wprb-booking-modal label,
#wprb-booking-modal input[type="text"],
#wprb-booking-modal input[type="email"],
#wprb-booking-modal input[type="tel"],
#wprb-booking-modal textarea,
#wprb-booking-modal select,
#wprb-booking-modal h1,
#wprb-booking-modal h3,
#wprb-booking-modal h4,
#wprb-booking-modal h5,
#wprb-booking-modal h6 {
	color: #333 !important;
	background-color: transparent !important;
}

/* Ensure widget title has black text */
.wprb-widget-title h2 {
	color: #fff !important;
	background-color: transparent !important;
}

#wprb-booking-modal .header-bar {
	background-color: #ffb100 !important;
}

#wprb-booking-modal h2 {
	text-align: center;
	margin: 0;
	padding: 5px 0 25px;
	font-size: 2em;
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	-o-border-radius: 8px 8px 0 0;
	-ms-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
	line-height: 1;
}

#wprb-booking-modal .header-bar {
	display: block;
	min-height: 100px;
	padding: 10px;
}

#wprb-booking-modal ul {
	list-style: none;
	margin: 0;
	padding: 10px 0;
}

/* Header steps container */
#wprb-booking-modal .header-bar_steps {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}

#wprb-booking-modal .header-bar_steps li {
	flex: 0 0 auto;
	text-align: center;
	position: relative;
	margin: 0 5px;
	padding: 0 5px;
	white-space: nowrap;
	font-size: 13px;
	min-width: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#wprb-booking-modal .header-bar_steps li .value {
	font-size: 11px;
	text-transform: lowercase;
}

@media (max-width: 768px) {
	#wprb-booking-modal .header-bar_steps li {
		margin: 0 5px;
		font-size: 11px;
		min-width: 50px;
	}

	#wprb-booking-modal .header-bar_steps li .value {
		font-size: 9px;
		min-width: 60px;
	}

	#wprb-booking-modal .header-bar_steps li span {
		width: 36px;
		height: 36px;
		font-size: 16px;
	}
}

@media (max-width: 480px) {
	#wprb-booking-modal .header-bar_steps li {
		margin: 0 2px;
		font-size: 10px;
	}

	#wprb-booking-modal .header-bar_steps li span {
		width: 30px;
		height: 30px;
		font-size: 14px;
	}
}

/* Compatibility for old styles */
#wprb-booking-modal ul li {
	float: none;
	width: auto;
}

/* Header steps labels */
#wprb-booking-modal .header-bar_steps li>div {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

#wprb-booking-modal .header-bar_steps li .value {
	display: inline-block;
	color: #333;
	white-space: nowrap;
}

.header-bar_steps li:first-child::before {
	content: "";
	display: none;
}

@media (max-width: 480px) {
	.header-bar_steps li::before {
		left: -5px;
		width: 5px;
	}
}

#wprb-booking-modal .header-bar_steps li>span:first-child {
	text-align: center;
	width: 44px;
	margin-bottom: 4px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	opacity: 0.5;
	color: #333 !important;
}

#wprb-booking-modal ul li i {
	font-size: 20px;
	line-height: 1;
	display: block;
}

#wprb-booking-modal ul li {
	font-size: 13px;
	text-transform: capitalize;
}

/* Force header steps to stay on one line */
#wprb-booking-modal .header-bar_steps {
	min-height: 50px;
}

/* Ensure step label text doesn't wrap */
#wprb-booking-modal .header-bar_steps li {
	text-overflow: ellipsis;
}

#wprb-booking-modal .header-bar_steps li .steps_labels {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 3px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 12px;
	line-height: 1.2;
	width: 100%;
	min-width: 60px;
}

#wprb-booking-modal .header-bar_steps li .steps_labels .value,
#wprb-booking-modal .header-bar_steps li .steps_labels .label {
	display: inline-block;
	white-space: nowrap;
	background-color: transparent !important;
}

/* Special handling for value with number */
#wprb-booking-modal .header-bar_steps li .value {
	white-space: nowrap;
	min-width: 10px;
}

/* Step progression states */
#wprb-booking-modal .header-bar_steps li.current {
	background: rgba(245, 176, 22, 0.9) !important;
	color: #fff !important;
	font-weight: 600;
	transform: scale(1.02);
	transition: all 0.3s ease;
}

#wprb-booking-modal .header-bar_steps li.completed {
	background: rgba(245, 176, 22, 0.6) !important;
	color: #fff !important;
	cursor: pointer;
}

/* Future steps (active but not completed/current) - not clickable */
#wprb-booking-modal .header-bar_steps li.active:not(.completed):not(.current) {
	cursor: not-allowed !important;
	opacity: 0.5;
	pointer-events: none;
}

/* Ensure only completed and current steps are clickable */
#wprb-booking-modal .header-bar_steps li {
	cursor: default;
	transition: all 0.2s ease;
}

#wprb-booking-modal .header-bar_steps li.completed,
#wprb-booking-modal .header-bar_steps li.current {
	cursor: pointer;
	pointer-events: auto;
}

/* Hover effect only for clickable steps */
#wprb-booking-modal .header-bar_steps li.completed:hover,
#wprb-booking-modal .header-bar_steps li.current:hover {
	transform: scale(1.05);
	background: rgba(245, 176, 22, 0.8) !important;
}

/* Visual feedback for non-clickable future steps */
#wprb-booking-modal .header-bar_steps li.active:not(.completed):not(.current):hover {
	transform: none;
	background: inherit;
}

/* Disabled state after booking completion */
#wprb-booking-modal .header-bar_steps li.disabled {
	cursor: default !important;
	pointer-events: none !important;
	opacity: 0.6;
}

#wprb-booking-modal .header-bar_steps li.disabled:hover {
	transform: none !important;
}

#wprb-booking-modal .header-bar_steps li.completed::after {
	content: "✓";
	position: absolute;
	top: -5px;
	right: -5px;
	background: #28a745;
	color: white;
	border-radius: 50%;
	width: 18px;
	height: 18px;
	font-size: 11px;
	line-height: 18px;
	text-align: center;
}

.booking-step {
	display: none;
	opacity: 0;
	transform: translateX(20px);
	transition: opacity 0.3s ease, transform 0.3s ease;
	color: #333;
	position: relative;
}

.booking-step.active {
	display: block;
	opacity: 1;
	transform: translateX(0);
	color: #333;
}

/* Ensure complete step form is visible when active */
.booking-step.booking-complete.active {
	min-height: 300px;
}

p.wprb-step-description {
	text-align: center;
	font-weight: bold;
	color: #333;
}

#wprb-booking-modal ul.booking-people_numbers {
	margin: 0;
	padding: 0 0 2rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	justify-items: center;
}

#wprb-booking-modal ul.booking-people_numbers li {
	width: auto;
	margin-left: 0;
	display: inline-flex;
	align-items: center;
}

.people .value {
	display: inline;
	padding-right: 2px;
}

.booking-people_numbers__number input[type="button"] {
	width: 80px;
	height: 40px;
	padding: 0;
	color: #000;
	background-color: #fff;
	border-radius: 5px;
	border: 1px dotted #169e4f;
	font-size: 15px;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease;
}

.booking-people_numbers__number input[type="button"]:hover,
.booking-people_numbers__number input[type="button"].active {
	border: 2px solid #169e4f;
	text-decoration: none;
	transform: scale(1.1);
	color: #169e4f;
	background-color: #ffb100;
}

.booking-people_numbers__number.active::after {
	border-top: 5px solid #fff;
}

.booking-date {
	text-align: center;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #d7d7d7;
}

.booking-date .datepicker {
	margin: 0 auto;
}

.booking-hours {
	text-align: center;
}

.booking-hours .loading {
	margin: 0 auto;
	position: relative;
	left: -6px;
}

.booking-hours ul {
	min-height: 100px;
	overflow-y: auto;
	overflow-x: hidden;
}


.booking-hours ul li {
	width: 25%;
	text-align: center;
}

#wprb-reservation input:not([type="checkbox"]) {
	border: 1px solid #cdcdcd;
	outline: none;
	box-shadow: none;
	width: 100%;
	height: 40px;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	border-radius: 2px;
	font-size: 14px;
	text-align: left;
	color: #212121;
	margin-bottom: 10px;
}

#wprb-reservation input[type="checkbox"] {
	margin-right: 5px;
}
/*
#wprb-reservation input[type="checkbox"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	position: relative;
	border: 1px solid #cdcdcd;
	box-shadow: none;
	width: 15px;
	height: 15px;
	overflow: hidden;
	margin: 0 6px 0 0;
	padding: 0;
	cursor: pointer;
	top: 3px;
	background-color: #fff;
}

#wprb-reservation input[type="checkbox"]:checked {
	background-color: #ffb100 !important;
}

#wprb-reservation input[type="checkbox"]:checked:after {
	content: "✔";
	color: white;
	position: relative;
	top: -5px;
	left: 1px;
	border: 0;
	transform: none;
	display: block;
	width: 15px;
	height: 15px;
	overflow: hidden;
	text-align: left;
}

#wprb-reservation input[type="checkbox"]:checked:before {
	content: "";
}*/

label[for="policy-field"] {
	display: block;
	margin: 20px 0;
	color: #898989;
	font-size: 12px;
	padding-left: 15px;
	text-indent: -15px;
}

label[for="policy-field"] a {
	color: #666;
	text-decoration: none;
}

#wprb-reservation input.error,
#wprb-reservation select.error {
	border: 1px solid red;
}

#wprb-reservation button[type="submit"]:disabled {
	opacity: 0.4;
}

#wprb-reservation button[type="submit"]:disabled:hover {
	opacity: 0.4;
	cursor: not-allowed;
}

#wprb-reservation button[type="submit"] {
	background-color: #333;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	opacity: 0.8;
	cursor: pointer;
	height: auto;
	text-align: center;
	border-radius: 5px;
	font-weight: 600;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	height: 40px;
}

#wprb-reservation button[type="submit"]:hover {
	opacity: 1;
}

#wprb-reservation input::placeholder,
#wprb-reservation textarea::placeholder {
	color: #cacaca;
}

#wprb-reservation textarea {
	margin-bottom: 5px;
	font-size: 14px;
	width: 100%;
	border: 1px solid #ccc;
}

.wprb-confirmation-email {
	color: #888;
	display: block;
	margin: 1.5rem 0;
}

.booking-end .fa-check-circle {
	font-size: 400%;
	color: #ffb100;
	margin-bottom: 1.5rem;
}

/* Desktop styles */
@media screen and (min-width: 768px) {
	#wprb-booking-modal {
		width: 90%;
		max-width: 1200px;
	}

	.booking-table-selection {
		display: flex;
		gap: 20px;
		margin-top: 20px;
	}

	.table-layout-canvas-container {
		flex: 1;
		position: relative;
	}

	.table-info-panel {
		width: 300px;
		padding: 15px;
		background: #f5f5f5;
		border-radius: 5px;
	}
}

@media screen and (max-width: 1000px) {}

.wprb-booking-button a,
.wprb-booking-button a:hover {
	background-color: transparent;
}

/* Table selection step styles */
.booking-table {
	display: none;
}

.booking-table.active {
	display: block;
}

.room-selector {
	margin-bottom: 20px;
}

.room-selector select {
	width: 100%;
	padding: 10px;
	border: 1px solid #cdcdcd;
	border-radius: 4px;
	font-size: 14px;
}

.table-layout-canvas-container {
	border: 1px solid #ddd;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	background: #fff;
}

#table-selection-canvas {
	display: block;
	cursor: grab;
}

#table-selection-canvas:active {
	cursor: grabbing;
}

.table-info-panel h4 {
	margin-top: 0;
}

.table-details {
	margin-top: 15px;
}

.table-status {
	padding: 5px 10px;
	border-radius: 4px;
	display: inline-block;
	font-weight: bold;
}

.table-status.available {
	background: #4CAF50;
	color: white;
}

.table-status.occupied {
	background: #f44336;
	color: white;
}

.select-table-btn {
	width: 100%;
	padding: 10px;
	margin-top: 15px;
	background: #4CAF50;
	color: white;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 16px;
}

.select-table-btn:disabled {
	background: #ccc;
	cursor: not-allowed;
}

/* Mobile optimizations */
@media screen and (max-width: 767px) {
	.booking-table-selection {
		flex-direction: column;
	}

	.table-info-panel {
		width: 100%;
		margin-top: 20px;
	}
}

#wprb-avvertenze-widget {
	margin-top: 20px;
}

#wprb-avvertenze-widget ul {
	list-style: initial;
	margin: initial;
	padding: 0px 20px;
}

#wprb-avvertenze-widget ul li {
	font-size: initial;
	text-transform: initial;
	float: initial;
	width: initial;
	text-align: initial;
	position: initial;
	margin: initial;
}

#wprb-avvertenze-widget h5 {
	margin-top: 20px;
	margin-bottom: 0px;
}

#wprb-avvertenze-widget ol {
	margin: 0em 1em;
}

#wprb-avvertenze-widget ol li {
	margin-top: 10px;
}

/* ALLERGIES SECTION */
.wprb-allergies-section {
	margin: 15px 0;
	padding: 15px;
	background: #f9f9f9;
	border-radius: 5px;
}

.wprb-allergies-toggle {
	display: block;
	cursor: pointer;
	font-weight: bold;
	margin-bottom: 10px;
}

.wprb-allergies-toggle input[type="checkbox"] {
	margin-right: 8px;
}

.wprb-allergies-list {
	margin-top: 15px;
}

.wprb-allergies-label {
	font-weight: bold;
	margin-bottom: 10px;
	color: #333;
}

.wprb-allergy-item {
	display: block;
	margin: 8px 0;
	padding: 5px 0;
	cursor: pointer;
}

.wprb-allergy-item input[type="checkbox"] {
	margin-right: 8px;
}

/* END ALLERGIES SECTION */

/* SUBMIT LOADER STYLES */
#wprb-submit-loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 999999;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Button spinner styles */
.wprb-complete-reservation .spinner {
	display: inline-block;
	width: 14px;
	height: 14px;
	border: 2px solid rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	border-top-color: #fff;
	animation: button-spin 0.6s linear infinite;
	margin-right: 8px;
	vertical-align: middle;
}

@keyframes button-spin {
	to {
		transform: rotate(360deg);
	}
}

.wprb-complete-reservation:disabled {
	opacity: 0.7;
	cursor: not-allowed;
}

.submit-loader-content {
	background: #fff;
	padding: 30px;
	border-radius: 8px;
	text-align: center;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
	max-width: 300px;
	width: 90%;
}

.submit-loader-spinner {
	width: 40px;
	height: 40px;
	border: 4px solid #f3f3f3;
	border-top: 4px solid #ffb100;
	border-radius: 50%;
	animation: spin 1s linear infinite;
	margin: 0 auto 20px;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.submit-loader-content p {
	margin: 0;
	color: #333;
	font-weight: bold;
}

/* ENHANCED PRO TABLE LAYOUT STYLES */
.pro-table-selection-wrapper {
	width: 100%;
	display: flex;
	flex-direction: column;
}

/* Table info panel moved to top with inline layout */
.table-info-panel-top {
	background: #f8f9fa;
	border: 1px solid #dee2e6;
	border-radius: 8px 8px 0 0;
	padding: 15px 20px;
	margin-bottom: 0;
}

.table-info-panel-top h4 {
	margin: 0 0 10px 0;
	font-size: 16px;
	color: #495057;
}

.table-details-inline {
	width: 100%;
}

.table-info-inline {
	display: none;
	background: #f8f9fa;
	border: 1px solid #dee2e6;
	border-radius: 6px;
	padding: 12px;
	margin-bottom: 15px;
	grid-template-columns: 1fr 1fr 1fr auto;
	gap: 15px;
	align-items: center;
}

.table-info-inline[style*="display: block"],
.table-info-inline:not([style*="display: none"]) {
	display: grid !important;
}

.table-info-inline span {
	white-space: nowrap;
	font-size: 14px;
	padding: 4px 8px;
	text-align: center;
}

.table-info-inline span strong {
	color: #495057;
	font-weight: 600;
}

.table-info-inline span .table-name,
.table-info-inline span .table-seats,
.table-info-inline span .table-status {
	color: #007bff;
	font-weight: 500;
}

.table-info-inline .select-table-btn {
	background: #28a745;
	color: white;
	border: none;
	padding: 6px 12px;
	border-radius: 4px;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
}

.table-info-inline .select-table-btn:disabled {
	background: #6c757d;
	cursor: not-allowed;
}

/* Enhanced canvas container */
.table-layout-canvas-container-enhanced {
	position: relative;
	background: white;
	border: 1px solid #dee2e6;
	border-radius: 0 0 8px 8px;
	border-top: none;
	overflow: hidden;
}


/* Enhanced canvas wrapper */
.canvas-wrapper-enhanced {
	width: 100%;
	height: 500px;
	/* Increased from default */
	position: relative;
	overflow: hidden;
}

.canvas-wrapper-enhanced canvas {
	width: 100%;
	height: 100%;
	display: block;
	cursor: grab;
}

.canvas-wrapper-enhanced canvas.panning {
	cursor: grabbing;
}

/* Tablet responsive adjustments */
@media (max-width: 1024px) and (min-width: 769px) {
	.table-info-inline {
		grid-template-columns: 1fr 1fr auto;
		gap: 12px;
	}
}

/* Mobile responsive adjustments */
@media (max-width: 768px) {

	.table-info-inline {
		grid-template-columns: 1fr;
		gap: 8px;
		text-align: center;
	}

	.table-info-inline span {
		margin-bottom: 5px;
	}

	.canvas-wrapper-enhanced {
		height: 400px;
	}

}

/* Touch device improvements */
@media (hover: none) and (pointer: coarse) {
	.canvas-wrapper-enhanced canvas {
		touch-action: pan-x pan-y pinch-zoom;
	}

}

/* BASIC PLAN TABLE STYLES */
.basic-table-button {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 15px;
	margin: 8px;
	border: 2px solid #4CAF50;
	background: #fff;
	border-radius: 8px;
	cursor: pointer;
	transition: all 0.3s ease;
	min-height: 120px;
}

.basic-table-button:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.basic-table-button.selected {
	border-color: #2196F3;
	background: #e3f2fd;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(33, 150, 243, 0.3);
}

.basic-table-button.occupied {
	border-color: #f44336;
	background: #ffebee;
	cursor: not-allowed;
	opacity: 0.6;
}

.basic-table-button.occupied:hover {
	transform: none;
	box-shadow: none;
}

.basic-table-button.insufficient-seats {
	border-color: #ff9800;
	background: #fff3e0;
	cursor: not-allowed;
	opacity: 0.3;
}

.basic-table-button.insufficient-seats:hover {
	transform: none;
	box-shadow: none;
}

.basic-table-name {
	font-weight: bold;
	font-size: 16px;
	color: #333;
	text-align: center;
	margin-bottom: 8px;
}

.basic-table-info {
	font-size: 12px;
	color: #666;
	text-align: center;
	line-height: 1.4;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.basic-table-status {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding: 4px 8px;
	border-radius: 12px;
	margin-top: 8px;
}

.basic-table-button .basic-table-status {
	background: #4CAF50 !important;
	color: white !important;
}

.basic-table-button.occupied .basic-table-status {
	background: #f44336 !important;
	color: white !important;
}

.basic-table-button.insufficient-seats .basic-table-status {
	background: #ff9800 !important;
	color: white !important;
}

.basic-table-button.selected .basic-table-status {
	background: #2196F3 !important;
	color: white !important;
}

/* Basic table selection container */
.table-basic-selection {
	width: 100%;
}

/* Grid layout for basic tables */
.basic-tables-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
	padding: 20px;
}

/* Service selection buttons base styles */
.service-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 20px;
}

.service-select-btn {
	transition: all 0.2s ease;
	padding: 15px 20px;
	font-size:18px;
	cursor: pointer;
	margin-bottom: 10px;
	display: block;
	width: 100%;
	color: #000;
	background-color: #fff;
	border-radius: 5px;
	border: 1px dotted #169e4f;
}

.service-select-btn:hover,
.service-select-btn.active {
	border: 2px solid #169e4f;
	color: #169e4f;
	background-color: #f5b016;
}

@media (max-width: 768px) {
	.basic-tables-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 12px;
		padding: 15px;
	}

	.basic-table-button {
		min-height: 100px;
		padding: 12px;
	}
}

/* Receipt modal styles */
#wprb-receipt-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}

.wprb-receipt-modal-content {
	background: white;
	padding: 25px;
	border-radius: 8px;
	max-width: 500px;
	width: 90%;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.wprb-receipt-modal-content h3 {
	margin-top: 0;
	color: #23282d;
	font-size: 18px;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 10px;
}

.wprb-receipt-form-group {
	margin-bottom: 20px;
}

.wprb-receipt-form-group label {
	display: block;
	margin-bottom: 8px;
	font-weight: 600;
	color: #23282d;
}

.wprb-receipt-form-group input[type="file"],
.wprb-receipt-form-group input[type="number"] {
	width: 100%;
	padding: 8px 12px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 14px;
}

.wprb-receipt-form-group input[type="file"]:focus,
.wprb-receipt-form-group input[type="number"]:focus {
	border-color: #0073aa;
	outline: none;
	box-shadow: 0 0 0 2px rgba(0, 115, 170, 0.2);
}

.wprb-receipt-modal-buttons {
	display: flex;
	gap: 10px;
	justify-content: flex-end;
	margin-top: 25px;
	padding-top: 15px;
	border-top: 1px solid #e1e1e1;
}

.wprb-receipt-modal-buttons .button {
	padding: 8px 16px;
	font-size: 14px;
	line-height: 1.5;
	text-decoration: none;
}

#wprb-save-receipt {
	background: #0073aa;
	border-color: #0073aa;
	color: white;
}

#wprb-save-receipt:hover:not(:disabled) {
	background: #005a87;
	border-color: #005a87;
}

#wprb-save-receipt:disabled {
	background: #a0a5aa;
	border-color: #a0a5aa;
	cursor: not-allowed;
}

/* END SUBMIT LOADER STYLES */

.table-additional-fields,
.table-additional-fields:focus,
.table-additional-fields:focus-visible,
.table-additional-fields:hover {
	border: none !important;
	font-size: 17px !important;
	outline: none !important;
	padding-left: 0px;
	padding-top: 10px;
}

.selected-table-info {
	margin-top: 10px;
}

#wprb-booking-modal .booking-step.booking-people,
#wprb-booking-modal .booking-step.booking-hours {
	max-width: 300px !important;
}

@media (max-width: 480px) {
	#wprb-booking-modal h2 {
		padding: 0px 0 5px;
		font-size: 1.3em;
	}
}