html {
	overflow: hidden;
}

.foodord-live-orders-screen {
	background: #f5f6f8;
	overflow: hidden;
}

.foodord-live-orders-screen #adminmenuwrap {
	max-height: calc(100vh - 32px);
	max-height: calc(100dvh - 32px);
	overflow-x: hidden;
	overflow-y: auto;
	overscroll-behavior: contain;
	scrollbar-color: transparent transparent;
	scrollbar-width: none;
}

.foodord-live-orders-screen #adminmenuwrap::-webkit-scrollbar {
	height: 0;
	width: 0;
}

.foodord-live-orders-screen #wpbody,
.foodord-live-orders-screen #wpbody-content {
	min-height: 0;
	overflow: hidden;
}

.foodord-live-orders-screen #wpbody {
	height: calc(100vh - 32px);
	height: calc(100dvh - 32px);
}

.foodord-live-orders-screen #wpcontent {
	padding-left: 0;
}

.foodord-live-orders-screen #wpbody-content {
	display: flex;
	flex-direction: column;
	float: none;
	height: 100%;
	padding-bottom: 0;
}

.foodord-live-orders-screen #wpfooter {
	display: none;
}

.foodord-live-orders-admin {
	--foodord-live-border: #dfe3e8;
	--foodord-live-border-strong: #cdd3da;
	--foodord-live-canvas: #f5f6f8;
	--foodord-live-surface: #fff;
	--foodord-live-surface-muted: #f7f8fa;
	--foodord-live-text: #182230;
	--foodord-live-text-muted: #667085;
	--foodord-live-primary: #3858e9;
	--foodord-live-primary-hover: #2948d5;
	--foodord-live-success: #18864b;
	--foodord-live-success-soft: #eaf7ef;
	--foodord-live-warning: #b45309;
	--foodord-live-warning-soft: #fff7e7;
	--foodord-live-danger: #c93535;
	--foodord-live-danger-soft: #fff0f0;
	box-sizing: border-box;
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	height: auto;
	margin: 0;
	max-width: none;
	min-height: 0;
	overflow: hidden;
	padding: 15px;
	color: var(--foodord-live-text);
}

.foodord-live-orders-admin *,
.foodord-live-orders-admin *::before,
.foodord-live-orders-admin *::after,
.foodord-live-order-modal *,
.foodord-live-order-modal *::before,
.foodord-live-order-modal *::after {
	box-sizing: border-box;
}

.foodord-live-orders-admin,
.foodord-live-orders-admin *,
.foodord-live-order-modal,
.foodord-live-order-modal * {
	-webkit-tap-highlight-color: transparent;
}

.foodord-live-order-modal__close,
.foodord-live-order-modal__print {
	align-items: center;
	background: var(--foodord-live-surface);
	border: 1px solid var(--foodord-live-border);
	border-radius: 6px;
	color: #475467;
	cursor: pointer;
	display: inline-flex;
	flex: 0 0 auto;
	height: 34px;
	justify-content: center;
	padding: 0;
	transition: background-color 150ms ease, border-color 150ms ease, color 150ms ease;
	width: 34px;
}

.foodord-live-order-modal__close:hover,
.foodord-live-order-modal__close:focus-visible,
.foodord-live-order-modal__print:hover,
.foodord-live-order-modal__print:focus-visible {
	background: #f2f4f7;
	border-color: var(--foodord-live-border-strong);
	color: var(--foodord-live-text);
	outline: none;
}

.foodord-live-order-modal__close .dashicons {
	align-items: center;
	display: inline-flex;
	font-size: 28px;
	font-weight: 400;
	height: 28px;
	justify-content: center;
	width: 28px;
}

.foodord-live-order-modal__print .dashicons {
	font-size: 20px;
	height: 20px;
	width: 20px;
}

.foodord-live-order-modal__print[hidden] {
	display: none;
}

.foodord-live-order-modal__print:disabled {
	cursor: wait;
	opacity: 0.68;
}

.foodord-live-order-modal__print[aria-busy='true'] {
	color: transparent;
	position: relative;
}

.foodord-live-order-modal__print[aria-busy='true'] .dashicons {
	visibility: hidden;
}

.foodord-live-order-modal__print[aria-busy='true']::before {
	animation: foodord-live-button-spin 0.75s linear infinite;
	border: 2px solid rgb(71 84 103 / 25%);
	border-radius: 50%;
	border-top-color: #475467;
	content: '';
	height: 16px;
	inset: 0;
	margin: auto;
	position: absolute;
	width: 16px;
}

.foodord-live-orders-print-frame {
	border: 0;
	bottom: 0;
	height: 1px;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	right: 0;
	width: 1px;
	z-index: -1;
}

.foodord-live-orders-admin__mobile-tabs {
	display: none;
}

.foodord-live-orders-quota {
	align-items: center;
	background: var(--foodord-live-surface);
	border: 1px solid var(--foodord-live-border);
	border-radius: 6px;
	color: var(--foodord-live-text-muted);
	display: flex;
	flex: 0 0 38px;
	font-size: 12px;
	gap: 8px;
	margin-bottom: 10px;
	min-height: 38px;
	padding: 0 12px;
}

.foodord-live-orders-quota[hidden] {
	display: none;
}

.foodord-live-orders-quota__icon {
	color: #7b8492;
	font-size: 16px;
	height: 16px;
	width: 16px;
}

.foodord-live-orders-quota__label {
	font-weight: 600;
}

.foodord-live-orders-quota__divider {
	background: var(--foodord-live-border);
	height: 14px;
	width: 1px;
}

.foodord-live-orders-quota__remaining {
	background: var(--foodord-live-danger-soft);
	border: 1px solid #f1b6b6;
	border-radius: 999px;
	color: var(--foodord-live-danger);
	font-size: 12px;
	font-weight: 600;
	line-height: 20px;
	padding: 0 8px;
}

.foodord-live-orders-quota.is-low {
	background: #fffbfa;
	border: 1px solid #fee4e2;
	border-left: 4px solid #d92d20;
	border-radius: 8px;
	gap: 10px;
	margin-bottom: 12px;
	min-height: 46px;
	padding: 8px 14px;
}

.foodord-live-orders-quota.is-low .foodord-live-orders-quota__icon {
	align-items: center;
	background: #fee4e2;
	border-radius: 50%;
	color: #d92d20;
	display: inline-flex;
	flex-shrink: 0;
	font-size: 14px;
	height: 26px;
	justify-content: center;
	width: 26px;
}

.foodord-live-orders-quota.is-low .foodord-live-orders-quota__label {
	color: #7a271a;
	font-size: 13px;
	font-weight: 600;
}

.foodord-live-orders-quota.is-low .foodord-live-orders-quota__divider {
	display: none;
}

.foodord-live-orders-quota.is-low .foodord-live-orders-quota__remaining {
	animation: foodord-live-orders-quota-pulse 2s ease-in-out infinite;
	background: #fee4e2;
	border: 1px solid #fda29b;
	border-radius: 6px;
	color: #b42318;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.4;
	padding: 3px 10px;
}

@keyframes foodord-live-orders-quota-pulse {
	0%,
	100% {
		background: #fee4e2;
		border-color: #fda29b;
		color: #b42318;
	}

	50% {
		background: #fecdca;
		border-color: #f97066;
		color: #7a271a;
	}
}

.foodord-live-orders-quota.is-low .foodord-live-orders-quota__upgrade {
	background: #d92d20;
	border: 1px solid #d92d20;
	border-radius: 6px;
	color: #ffffff;
	font-size: 12px;
	font-weight: 600;
	margin-left: auto;
	padding: 6px 14px;
	text-decoration: none;
	transition: background-color 150ms ease, border-color 150ms ease;
}

.foodord-live-orders-quota.is-low .foodord-live-orders-quota__upgrade:hover,
.foodord-live-orders-quota.is-low .foodord-live-orders-quota__upgrade:focus-visible {
	background: #b42318;
	border-color: #b42318;
	color: #ffffff;
	outline: none;
	text-decoration: none;
}

.foodord-live-orders-quota__upgrade {
	background: transparent;
	border: 0;
	color: var(--foodord-live-primary);
	cursor: pointer;
	font-size: 12px;
	font-weight: 600;
	margin-left: auto;
	padding: 4px 0;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.foodord-live-orders-quota__upgrade:hover,
.foodord-live-orders-quota__upgrade:focus-visible {
	background: transparent;
	color: var(--foodord-live-primary-hover);
	outline: none;
	text-decoration-thickness: 1px;
}

@media (prefers-reduced-motion: reduce) {
	.foodord-live-orders-quota.is-low .foodord-live-orders-quota__remaining {
		animation: none;
	}
}

.foodord-live-orders-admin__notice {
	border: 1px solid #f5c2c2;
	border-radius: 6px;
	color: #9d2525;
	flex: 0 0 auto;
	font-size: 13px;
	line-height: 1.5;
	margin-bottom: 14px;
	padding: 10px 13px;
}

.foodord-live-orders-admin__notice.is-success {
	background: var(--foodord-live-success-soft);
	border-color: #b8dfc8;
	color: #12683b;
}

.foodord-live-orders-admin__notice.is-error {
	background: var(--foodord-live-danger-soft);
}

.foodord-live-orders-board {
	display: grid;
	flex: 1 1 auto;
	gap: 14px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	min-height: 0;
}

.foodord-live-orders-column {
	background: var(--foodord-live-surface);
	border: 1px solid var(--foodord-live-border);
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	min-height: 0;
	overflow: hidden;
	transition: border-color 160ms ease, background-color 160ms ease;
}

.foodord-live-orders-column.is-drag-over {
	background: #f4f6ff;
	border-color: var(--foodord-live-primary);
}

.foodord-live-orders-column__header {
	align-items: center;
	background: var(--foodord-live-surface);
	border-bottom: 1px solid var(--foodord-live-border);
	display: flex;
	flex: 0 0 auto;
	height: 54px;
	justify-content: space-between;
	padding: 0 16px;
}

.foodord-live-orders-column__title-wrap {
	align-items: center;
	display: flex;
	min-width: 0;
}

.foodord-live-orders-column__title {
	color: var(--foodord-live-text);
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0;
	line-height: 1.3;
	margin: 0;
}

.foodord-live-orders-column__count {
	align-items: center;
	background: #eef1f5;
	border-radius: 999px;
	color: #475467;
	display: inline-flex;
	font-size: 11px;
	font-weight: 700;
	height: 23px;
	justify-content: center;
	min-width: 23px;
	padding: 0 7px;
}

.foodord-live-orders-column__count.is-loading,
.foodord-live-orders-admin__mobile-tab [data-live-tab-count].is-loading {
	animation: foodord-live-skeleton 1.25s ease-in-out infinite;
	background: #e8ebef;
	border-color: transparent;
	color: transparent;
	pointer-events: none;
}

.foodord-live-orders-column__content {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 10px;
	min-height: 0;
	overflow-y: auto;
	overscroll-behavior: contain;
	padding: 12px;
	scrollbar-color: #c5cbd3 transparent;
	scrollbar-width: thin;
}

.foodord-live-orders-column__content::-webkit-scrollbar,
.foodord-live-order-modal__body::-webkit-scrollbar {
	width: 8px;
}

.foodord-live-orders-column__content::-webkit-scrollbar-track,
.foodord-live-order-modal__body::-webkit-scrollbar-track {
	background: transparent;
}

.foodord-live-orders-column__content::-webkit-scrollbar-thumb,
.foodord-live-order-modal__body::-webkit-scrollbar-thumb {
	background: #c5cbd3;
	border: 2px solid transparent;
	border-radius: 999px;
	background-clip: padding-box;
}

.foodord-live-orders-column__empty {
	align-items: center;
	color: var(--foodord-live-text-muted);
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	justify-content: center;
	min-height: 190px;
	opacity: 0.55;
	padding: 24px;
	text-align: center;
}

.foodord-live-orders-column__empty-image {
	display: block;
	height: 80px;
	margin-bottom: 8px;
	object-fit: contain;
	width: 80px;
}

.foodord-live-orders-column__empty--kitchen .foodord-live-orders-column__empty-image {
	height: 86px;
	width: 86px;
}

.foodord-live-orders-column__empty--ontheway .foodord-live-orders-column__empty-image {
	height: 90px;
	width: 90px;
}

.foodord-live-orders-column__empty .dashicons {
	align-items: center;
	background: #f1f3f6;
	border-radius: 50%;
	color: #7d8898;
	display: inline-flex;
	font-size: 24px;
	height: 52px;
	justify-content: center;
	margin-bottom: 12px;
	width: 52px;
}

.foodord-live-orders-column__empty p {
	font-size: 13px;
	line-height: 1.4;
	margin: 0;
	max-width: 200px;
}

.foodord-live-orders-column__empty--kitchen p {
	max-width: 240px;
}

.foodord-live-orders-column__empty--ontheway p {
	max-width: 260px;
}

.foodord-live-order-card {
	background: var(--foodord-live-surface);
	border: 1px solid var(--foodord-live-border);
	border-radius: 4px;
	box-sizing: border-box;
	cursor: pointer;
	display: flex;
	flex: 0 0 auto;
	flex-direction: column;
	height: 154px;
	padding: 16px;
	position: relative;
	transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.foodord-live-order-card:focus-visible {
	border-color: var(--foodord-live-primary);
	box-shadow: 0 0 0 2px rgb(56 88 233 / 16%);
	outline: none;
}

.foodord-live-order-card.is-dragging {
	cursor: grabbing;
	opacity: 0.46;
}

.foodord-live-order-card.is-new {
	animation: foodord-live-order-card-unseen-pulse 1500ms ease-in-out infinite;
	background-color: #fff5f5;
}

.foodord-live-order-card__header {
	align-items: center;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	min-width: 0;
}

.foodord-live-order-card__identity {
	align-items: center;
	display: inline-flex;
	gap: 10px;
	min-width: 0;
}

.foodord-live-order-card__number {
	color: var(--foodord-live-text);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.35;
}

.foodord-live-order-card__badge {
	align-items: center;
	border-radius: 4px;
	color: var(--foodord-live-text-muted);
	display: inline-flex;
	font-size: 10px;
	font-weight: 700;
	gap: 4px;
	height: 18px;
	justify-content: center;
	letter-spacing: 0.5px;
	padding: 0 8px;
	text-transform: uppercase;
	white-space: nowrap;
	background: transparent;
}

.foodord-live-order-card__badge.is-delivery {
	color: #228be6;
}

.foodord-live-order-card__badge.is-pickup {
	color: #fd7e14;
}

.foodord-live-order-card__badge-icon {
	align-items: center;
	display: inline-flex;
	justify-content: center;
}

.foodord-live-order-card__badge-icon svg {
	display: block;
}

.foodord-live-order-card__badge-text {
	line-height: 1;
}

.foodord-live-order-card__countdown {
	--foodord-live-progress-end: #34d399;
	--foodord-live-progress-rest: rgb(34 197 94 / 14%);
	--foodord-live-progress-start: #22c55e;
	align-items: center;
	background: #f8f9fa;
	border: 2px solid var(--foodord-live-border);
	border-radius: 999px;
	color: var(--foodord-live-text);
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 14px;
	font-weight: 700;
	height: 50px;
	isolation: isolate;
	justify-content: center;
	position: relative;
	transition: all 200ms ease;
	width: 50px;
}

.foodord-live-order-card__countdown-progress {
	height: calc(100% + 4px);
	inset: -2px;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transform: rotate(-90deg);
	transition: opacity 200ms ease;
	width: calc(100% + 4px);
	z-index: 0;
}

.foodord-live-order-card__countdown-progress circle {
	fill: none;
	stroke-width: 3;
}

.foodord-live-order-card__countdown-progress-track {
	stroke: var(--foodord-live-progress-rest);
}

.foodord-live-order-card__countdown-progress-value {
	stroke: var(--foodord-live-progress-start);
	stroke-linecap: round;
	transition: stroke-dashoffset 1000ms linear;
}

.foodord-live-order-card__countdown.has-progress .foodord-live-order-card__countdown-progress {
	opacity: 1;
}

.foodord-live-order-card__countdown-value,
.foodord-live-order-card__countdown-icon {
	line-height: 1;
	position: relative;
	z-index: 1;
}

.foodord-live-order-card__countdown-value {
	font-variant-numeric: tabular-nums;
}

.foodord-live-order-card__countdown-icon {
	color: inherit;
	font-size: 0.8em;
	transform: translateX(-1px);
}

.foodord-live-order-card__countdown.is-empty {
	border-style: dashed;
	color: var(--foodord-live-text-muted);
}

.foodord-live-order-card__countdown.is-empty .foodord-live-order-card__countdown-progress,
.foodord-live-order-card__countdown.is-expired .foodord-live-order-card__countdown-progress {
	opacity: 0;
}

.foodord-live-order-card__countdown.is-critical,
.foodord-live-order-card__countdown.is-expired {
	animation: foodord-live-order-countdown-blink 1500ms ease-in-out infinite;
	background: #fff5f5;
	border-color: #ffc9c9;
	color: #fa5252;
}

.foodord-live-order-card__countdown.is-critical {
	--foodord-live-progress-end: #f87171;
	--foodord-live-progress-rest: rgb(239 68 68 / 16%);
	--foodord-live-progress-start: #ef4444;
	color: #991b1b;
}

.foodord-live-order-card__countdown.is-negative {
	border-color: #dc3545;
	color: #dc3545;
}

.foodord-live-order-card__customer {
	-webkit-box-orient: vertical;
	color: var(--foodord-live-text-muted);
	display: -webkit-box;
	font-size: 0.82rem;
	font-weight: 400;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	line-height: 1;
	margin: 0;
	overflow: hidden;
	padding-right: 72px;
}

.foodord-live-order-card__address {
	-webkit-box-orient: vertical;
	color: #000;
	display: -webkit-box;
	font-size: 0.82rem;
	font-weight: 600;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	line-height: 1.4;
	margin: 5px 0 0;
	overflow: hidden;
	padding-right: 72px;
}

.foodord-live-order-card__total {
	align-items: center;
	bottom: 10px;
	color: #323232;
	display: inline-flex;
	font-size: 16px;
	font-weight: 700;
	left: 16px;
	position: absolute;
}

.foodord-live-order-card__actions {
	display: flex;
	flex-direction: column;
	gap: 8px;
	position: absolute;
	right: 16px;
	top: 87px;
}

.foodord-live-order-card__stage-button {
	align-items: center;
	background: #f8f9fa;
	border: 1px solid #d7dce3;
	border-radius: 999px;
	box-shadow: 0 1px 2px rgb(15 23 42 / 6%);
	cursor: pointer;
	display: inline-flex;
	height: 50px;
	justify-content: center;
	padding: 0;
	transition: all 200ms ease;
	width: 50px;
}

.foodord-live-order-card__stage-button:hover,
.foodord-live-order-card__stage-button:focus-visible {
	background: #fff;
	border-color: #c4ccd6;
	outline: none;
}

.foodord-live-order-card__stage-button:active {
	transform: scale(0.96);
}

.foodord-live-order-card__stage-button:disabled {
	background: #eef1f4;
	cursor: not-allowed;
	opacity: 0.3;
}

.foodord-live-order-card__stage-image {
	display: block;
	height: 44px;
	object-fit: contain;
	width: 44px;
}

@keyframes foodord-live-order-card-unseen-pulse {
	0%,
	100% {
		background-color: #fff5f5;
	}

	50% {
		background-color: #ffe1e1;
	}
}

@keyframes foodord-live-order-countdown-blink {
	0%,
	100% {
		background: #fff5f5;
		border-color: #ffc9c9;
	}

	50% {
		background: #ffe3e3;
		border-color: #ffa8a8;
	}
}

.foodord-live-order-modal[hidden] {
	display: none;
}

.foodord-live-order-modal {
	align-items: center;
	display: flex;
	inset: 0;
	justify-content: center;
	padding: 0;
	position: fixed;
	z-index: 100100;
}

.foodord-live-order-modal__backdrop {
	animation: foodord-live-fade-in 180ms ease-out both;
	background: rgb(16 24 40 / 58%);
	inset: 0;
	position: absolute;
}

.foodord-live-order-modal__dialog {
	animation: foodord-live-modal-in 220ms cubic-bezier(0.2, 0.75, 0.25, 1) both;
	background: #f7f8fa;
	border: 0;
	border-radius: 0;
	display: flex;
	flex-direction: column;
	height: 100%;
	max-height: none;
	max-width: none;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.foodord-live-order-modal.is-closing .foodord-live-order-modal__backdrop {
	animation: foodord-live-fade-out 180ms ease-in both;
}

.foodord-live-order-modal.is-closing .foodord-live-order-modal__dialog {
	animation: foodord-live-modal-out 180ms ease-in both;
}

.foodord-live-order-modal-open {
	overflow: hidden;
}

.foodord-live-order-modal__header {
	align-items: center;
	background: var(--foodord-live-surface, #fff);
	border-bottom: 1px solid #dfe3e8;
	display: flex;
	flex: 0 0 auto;
	justify-content: space-between;
	min-height: 68px;
	padding: 12px 20px;
}

.foodord-live-order-modal__header h2 {
	color: #182230;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.25;
	margin: 0;
}

.foodord-live-order-modal__header-actions {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	gap: 8px;
}

.foodord-live-order-modal__status-strip {
	background: #f8f9fb;
	border-bottom: 1px solid #dfe3e8;
	display: grid;
	flex: 0 0 auto;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	padding: 12px 20px;
}

.foodord-live-order-modal__status-strip[hidden],
.foodord-live-order-modal__stage-controls[hidden],
.foodord-live-order-modal__footer[hidden] {
	display: none;
}

.foodord-live-order-modal__status {
	align-items: center;
	border: 1px solid #cfd5dc;
	border-radius: 6px;
	display: inline-flex;
	font-size: 12px;
	font-weight: 700;
	gap: 7px;
	justify-content: center;
	letter-spacing: 0;
	min-height: 36px;
	padding: 0 14px;
	text-transform: uppercase;
}

.foodord-live-order-modal__status .dashicons {
	font-size: 18px;
	height: 18px;
	width: 18px;
}

.foodord-live-order-modal__status-icon {
	align-items: center;
	display: inline-flex;
	justify-content: center;
}

.foodord-live-order-modal__status-icon svg {
	display: block;
	height: 18px;
	width: 18px;
}

.foodord-live-order-modal__status.is-delivery {
	background: #dbeafe;
	border-color: #93c5fd;
	color: #1d4ed8;
}

.foodord-live-order-modal__status.is-pickup {
	background: #ffedd5;
	border-color: #fed7aa;
	color: #c2410c;
}

.foodord-live-order-modal__status.is-paid {
	background: #166534;
	border-color: #15803d;
	color: #fff;
}

.foodord-live-order-modal__status.is-unpaid {
	background: #b91c1c;
	border-color: #991b1b;
	color: #fff;
}

.foodord-live-order-modal__stage-controls {
	background: #fff;
	border-bottom: 1px solid #dfe3e8;
	display: grid;
	flex: 0 0 auto;
	gap: 8px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	padding: 10px 20px;
}

.foodord-live-order-modal__stage-controls button {
	align-items: center;
	background: #f7f8fa;
	border: 1px solid #cfd5dc;
	border-radius: 5px;
	color: #475467;
	cursor: pointer;
	display: inline-flex;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	gap: 8px;
	height: 48px;
	justify-content: center;
	margin: 0;
	min-width: 0;
	padding: 0 14px;
	transition: background-color 150ms ease, border-color 150ms ease, color 150ms ease;
}

.foodord-live-order-modal__stage-controls button:hover,
.foodord-live-order-modal__stage-controls button:focus-visible {
	background: #eef1ff;
	border-color: #9baaf3;
	color: var(--foodord-live-primary, #3858e9);
	outline: none;
}

.foodord-live-order-modal__stage-controls button.is-active {
	background: #e9edff;
	border-color: var(--foodord-live-primary, #3858e9);
	color: var(--foodord-live-primary, #3858e9);
}

.foodord-live-order-modal__stage-controls button:disabled {
	cursor: wait;
	opacity: 0.62;
}

.foodord-live-order-modal__stage-image {
	display: block;
	height: 36px;
	object-fit: contain;
	width: 36px;
}

.foodord-live-order-modal__body {
	flex: 1 1 auto;
	min-height: 180px;
	overflow-y: auto;
	padding: 20px;
	scrollbar-color: #c5cbd3 transparent;
	scrollbar-width: thin;
}

.foodord-live-order-details {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin: 0 auto;
	min-height: 100%;
	width: 100%;
}

.foodord-live-order-details__section {
	background: #fff;
	border: 1px solid #dfe3e8;
	border-radius: 8px;
	overflow: hidden;
}

.foodord-live-order-details__section > h3,
.foodord-live-order-details__header > h3 {
	border-bottom: 1px solid #e7eaee;
	color: #667085;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.4;
	margin: 0;
	padding: 14px 16px;
	text-transform: uppercase;
}

.foodord-live-order-details__header {
	align-items: center;
	border-bottom: 1px solid #e7eaee;
	display: flex;
	justify-content: space-between;
	min-height: 63px;
	padding-right: 14px;
}

.foodord-live-order-details__header > h3 {
	border-bottom: 0;
	flex: 1 1 auto;
}

.foodord-live-order-delivery {
	display: grid;
	gap: 16px;
	grid-template-columns: 1fr;
	padding: 16px;
}

.foodord-live-order-delivery__block {
	display: grid;
	gap: 6px;
	min-width: 0;
}

.foodord-live-order-delivery__label {
	color: #667085;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
}

.foodord-live-order-delivery__contact {
	display: grid;
	gap: 4px;
}

.foodord-live-order-delivery__text {
	color: #182230;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5;
	margin: 0;
	overflow-wrap: anywhere;
	white-space: pre-line;
}

.foodord-live-order-delivery__text > span {
	color: #667085;
	font-size: 12px;
	font-weight: 600;
}

.foodord-live-order-items {
	display: grid;
	gap: 8px;
	padding: 12px;
}

.foodord-live-order-item {
	background: #f7f8fa;
	border: 1px solid #e1e5ea;
	border-radius: 7px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 12px;
}

.foodord-live-order-item + .foodord-live-order-item {
	border-top: 1px solid #e1e5ea;
}

.foodord-live-order-item__heading {
	align-items: center;
	display: grid;
	gap: 8px;
	grid-template-columns: auto minmax(0, 1fr) auto;
	min-width: 0;
}

.foodord-live-order-item__quantity,
.foodord-live-order-item__heading strong {
	color: #182230;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.45;
	overflow-wrap: anywhere;
}

.foodord-live-order-item__quantity {
	white-space: nowrap;
}

.foodord-live-order-item__price {
	color: #182230;
	font-size: 14px;
	font-weight: 700;
	justify-self: end;
	white-space: nowrap;
}

.foodord-live-order-item__meta {
	color: #667085;
	display: grid;
	font-size: 12px;
	gap: 4px;
	line-height: 1.45;
	padding-left: 32px;
}

.foodord-live-order-item__meta-entry {
	display: block;
	overflow-wrap: anywhere;
}

.foodord-live-order-item__topping-group {
	display: grid;
	gap: 2px;
}

.foodord-live-order-item__topping-label {
	color: #475467;
	font-weight: 600;
}

.foodord-live-order-item__topping-choice {
	display: block;
	overflow-wrap: anywhere;
	padding-left: 10px;
}

.foodord-live-order-item__note {
	background: #fff8e7;
	border: 1px solid #eeddb2;
	border-left: 3px solid #d7961c;
	border-radius: 6px;
	color: #7a5310;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.5;
	margin: 2px 0 0 32px;
	max-width: calc(100% - 32px);
	overflow-wrap: anywhere;
	padding: 9px 11px;
}

.foodord-live-order-details__note p {
	background: #fff8e7;
	border: 1px solid #eeddb2;
	border-radius: 6px;
	color: #7a5310;
	font-size: 13px;
	line-height: 1.55;
	margin: 12px;
	padding: 11px 13px;
	white-space: pre-wrap;
}

.foodord-live-order-summary {
	border-top: 1px solid #dfe3e8;
	display: flex;
	flex-direction: column;
	gap: 7px;
	margin-top: auto;
	padding: 15px 2px 0;
}

.foodord-live-order-summary__row {
	align-items: center;
	color: #667085;
	display: flex;
	font-size: 13px;
	justify-content: space-between;
	line-height: 1.45;
	padding: 0 12px;
}

.foodord-live-order-summary__row strong {
	color: #344054;
	font-size: 13px;
	font-weight: 700;
	white-space: nowrap;
}

.foodord-live-order-summary__row--discount strong {
	color: #18864b;
}

.foodord-live-order-summary__row--total {
	border-top: 2px solid #dfe3e8;
	color: #182230;
	font-size: 18px;
	font-weight: 700;
	margin-top: 4px;
	padding-top: 11px;
}

.foodord-live-order-summary__row--total strong {
	color: #182230;
	font-size: 18px;
	font-weight: 750;
}

.foodord-live-order-modal__footer {
	background: #fff;
	border-top: 1px solid #dfe3e8;
	flex: 0 0 auto;
	padding: 12px 20px;
}

.foodord-live-order-modal__footer-content {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 0 auto;
	max-width: 1120px;
	width: 100%;
}

.foodord-live-order-modal__timing-note {
	background: #f5f7fa;
	border-radius: 999px;
	color: #667085;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.4;
	margin: 0;
	padding: 6px 14px;
	text-align: center;
}

.foodord-live-order-modal__actions {
	align-items: center;
	display: flex;
	gap: 10px;
	max-width: 500px;
	width: 100%;
}

.foodord-live-order-modal__preparation {
	align-items: center;
	background: #f7f8fa;
	border: 1px solid #cfd5dc;
	border-radius: 5px;
	display: flex;
	flex: 0 0 auto;
	justify-content: center;
	overflow: hidden;
}

.foodord-live-order-modal__preparation-button {
	align-items: center;
	background: #fff;
	border: 0;
	color: #182230;
	cursor: pointer;
	display: inline-flex;
	font-size: 27px;
	font-weight: 400;
	height: 48px;
	justify-content: center;
	margin: 0;
	padding: 0 0 2px;
	transition: background-color 150ms ease, color 150ms ease;
	width: 48px;
}

.foodord-live-order-modal__preparation-button:hover,
.foodord-live-order-modal__preparation-button:focus-visible {
	background: #eef1ff;
	color: var(--foodord-live-primary, #3858e9);
	outline: none;
}

.foodord-live-order-modal__preparation-button:disabled {
	color: #b0b7c1;
	cursor: not-allowed;
}

.foodord-live-order-modal__preparation-value {
	align-items: center;
	border-right: 1px solid #cfd5dc;
	border-left: 1px solid #cfd5dc;
	color: #182230;
	display: inline-flex;
	font-size: 17px;
	font-weight: 700;
	height: 48px;
	justify-content: center;
	min-width: 56px;
}

.foodord-live-order-modal__primary-button {
	align-items: center;
	background: var(--foodord-live-primary, #3858e9);
	border: 1px solid transparent;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	flex: 1 1 auto;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	height: 50px;
	justify-content: center;
	margin: 0;
	padding: 0 20px;
	position: relative;
	transition: background-color 150ms ease, opacity 150ms ease;
}

.foodord-live-order-modal__primary-button:hover,
.foodord-live-order-modal__primary-button:focus-visible {
	background: var(--foodord-live-primary-hover, #2948d5);
	color: #fff;
	outline: none;
}

.foodord-live-order-modal__primary-button:disabled {
	cursor: wait;
	opacity: 0.68;
}

.foodord-live-order-modal__primary-button[aria-busy='true'] {
	color: transparent;
	pointer-events: none;
}

.foodord-live-order-modal__primary-button[aria-busy='true']::before {
	animation: foodord-live-button-spin 0.75s linear infinite;
	border: 2px solid rgb(255 255 255 / 32%);
	border-radius: 50%;
	border-top-color: #fff;
	content: '';
	height: 18px;
	inset: 0;
	margin: auto;
	position: absolute;
	width: 18px;
}

.foodord-live-order-modal__error {
	background: var(--foodord-live-danger-soft, #fff0f0);
	border: 1px solid #f3bcbc;
	border-radius: 6px;
	color: #9d2525;
	font-size: 13px;
	line-height: 1.5;
	margin: 0;
	padding: 13px 15px;
}

.foodord-live-order-modal__skeleton {
	display: flex;
	flex-direction: column;
	gap: 16px;
	height: 100%;
	min-height: 520px;
	width: 100%;
}

.foodord-live-order-modal.is-loading .foodord-live-order-modal__status,
.foodord-live-order-modal.is-loading .foodord-live-order-modal__stage-controls button,
.foodord-live-order-modal__skeleton > span,
.foodord-live-order-modal__footer-skeleton span {
	animation: foodord-live-skeleton 1.25s ease-in-out infinite;
	background: #e8ebef;
	border-color: transparent;
	box-shadow: none;
	color: transparent;
	pointer-events: none;
}

.foodord-live-order-modal.is-loading .foodord-live-order-modal__status *,
.foodord-live-order-modal.is-loading .foodord-live-order-modal__stage-controls button * {
	visibility: hidden;
}

.foodord-live-order-modal__skeleton > span {
	border-radius: 8px;
	display: block;
	flex: 0 0 auto;
}

.foodord-live-order-modal__skeleton-delivery {
	height: 150px;
}

.foodord-live-order-modal__skeleton-note {
	height: 82px;
}

.foodord-live-order-modal__skeleton-items {
	flex: 1 1 auto;
	min-height: 220px;
}

.foodord-live-order-modal__skeleton-summary {
	align-self: flex-end;
	height: 150px;
	max-width: 380px;
	width: 100%;
}

.foodord-live-order-modal__footer-skeleton {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 0 auto;
	max-width: 500px;
	width: 100%;
}

.foodord-live-order-modal__footer-skeleton span {
	border-radius: 6px;
	display: block;
}

.foodord-live-order-modal__footer-skeleton span:first-child {
	height: 26px;
	width: 180px;
}

.foodord-live-order-modal__footer-skeleton span:last-child {
	height: 50px;
	width: 100%;
}

@media (max-width: 1180px) {
	.foodord-live-orders-admin {
		padding-right: 16px;
		padding-left: 16px;
	}

	.foodord-live-orders-board {
		gap: 10px;
	}

	.foodord-live-orders-column__content {
		padding: 9px;
	}

	.foodord-live-order-card {
		padding: 16px;
	}
}

@media (max-width: 1080px) {
	.foodord-live-orders-admin__mobile-tabs {
		background: #fff;
		border-bottom: 1px solid var(--foodord-live-border);
		border-top: 1px solid var(--foodord-live-border);
		display: grid;
		flex: 0 0 auto;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		padding: 8px;
	}

	.foodord-live-orders-admin__mobile-tabs button[data-live-tab] {
		align-items: center;
		background: transparent;
		border: 0;
		color: #667085;
		cursor: pointer;
		display: flex;
		font-size: 12px;
		font-weight: 600;
		text-transform: uppercase;
		gap: 6px;
		height: 46px;
		justify-content: center;
		margin: 0;
		min-width: 0;
		padding: 0 5px;
		position: relative;
	}

	.foodord-live-orders-admin__mobile-tabs button[data-live-tab]::after {
		background: var(--foodord-live-primary);
		bottom: -9px;
		content: "";
		height: 2px;
		left: 0;
		opacity: 0;
		position: absolute;
		right: 0;
	}

	.foodord-live-orders-admin__mobile-tabs button[data-live-tab] > span:first-child {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.foodord-live-orders-admin__mobile-tabs button[data-live-tab] > span:last-child {
		align-items: center;
		background: #eef1f5;
		border-radius: 999px;
		display: inline-flex;
		font-size: 10px;
		height: 19px;
		justify-content: center;
		min-width: 19px;
		padding: 0 5px;
	}

	.foodord-live-orders-admin__mobile-tabs button[data-live-tab].is-active {
		color: var(--foodord-live-primary);
	}

	.foodord-live-orders-admin__mobile-tabs button[data-live-tab].is-active::after {
		opacity: 1;
	}

	.foodord-live-orders-admin__notice {
		margin: 10px 12px 0;
	}

	.foodord-live-orders-board {
		display: block;
		min-height: 0;
	}

	.foodord-live-orders-column {
		border: 0;
		border-radius: 0;
		display: none;
		height: 100%;
	}

	.foodord-live-orders-column.is-mobile-active {
		display: flex;
	}

	.foodord-live-orders-column__header {
		display: none;
	}

	.foodord-live-orders-column__content {
		background: #f5f6f8;
		gap: 9px;
		padding: 12px;
	}
}

@media (max-width: 782px) {
	.foodord-live-orders-screen {
		background: #fff;
	}

	.foodord-live-orders-screen #adminmenuwrap {
		max-height: calc(100vh - 46px);
		max-height: calc(100dvh - 46px);
	}

	.foodord-live-orders-screen #wpwrap.wp-responsive-open #adminmenuwrap {
		bottom: 0;
		height: auto;
		max-height: none;
		overflow-y: auto;
		position: fixed;
		top: 46px;
	}

	.foodord-live-orders-screen #wpwrap.wp-responsive-open #adminmenu {
		position: static;
	}

	.foodord-live-orders-screen #wpbody {
		height: calc(100vh - 46px);
		height: calc(100dvh - 46px);
	}

	.foodord-live-orders-screen #wpcontent {
		padding-left: 0;
	}

	.foodord-live-orders-admin {
		background: #fff;
		height: auto;
		min-height: 0;
		padding: 0;
	}

	.foodord-live-orders-quota {
		border-left: 0;
		border-radius: 0;
		border-right: 0;
		margin-bottom: 0;
		padding: 0 12px;
	}

	.foodord-live-order-card {
		padding: 16px;
	}

	.foodord-live-order-modal {
		align-items: center;
		padding: 0;
	}

	.foodord-live-order-modal__dialog {
		border: 0;
		border-radius: 0;
		height: 100%;
		max-height: none;
		max-width: none;
	}

	.foodord-live-order-modal__header {
		min-height: 60px;
		padding: 10px 14px;
	}

	.foodord-live-order-modal__header h2 {
		font-size: 19px;
	}

	.foodord-live-order-modal__status-strip {
		gap: 6px;
		padding: 8px 12px;
	}

	.foodord-live-order-modal__status {
		font-size: 10px;
		min-height: 32px;
		padding: 0 8px;
	}

	.foodord-live-order-modal__stage-controls {
		gap: 5px;
		padding: 8px 12px;
	}

	.foodord-live-order-modal__stage-controls button {
		font-size: 11px;
		gap: 5px;
		height: 44px;
		padding: 0 7px;
	}

	.foodord-live-order-modal__stage-image {
		height: 32px;
		width: 32px;
	}

	.foodord-live-order-modal__body {
		padding: 12px;
	}

	.foodord-live-order-delivery {
		grid-template-columns: 1fr;
	}

	.foodord-live-order-modal__footer {
		padding: 12px;
	}

	.foodord-live-order-modal__actions {
		max-width: none;
	}

}

@media (max-width: 480px) {
	.foodord-live-orders-quota {
		gap: 6px;
	}

	.foodord-live-orders-quota__icon,
	.foodord-live-orders-quota__label,
	.foodord-live-orders-quota__divider {
		display: none;
	}

	.foodord-live-orders-quota__remaining {
		font-size: 11px;
		min-width: 0;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.foodord-live-order-modal__skeleton {
		gap: 12px;
		min-height: 430px;
	}

	.foodord-live-order-modal__skeleton-delivery {
		height: 180px;
	}

	.foodord-live-order-modal__skeleton-note {
		height: 72px;
	}

	.foodord-live-order-modal__skeleton-items {
		min-height: 180px;
	}

	.foodord-live-order-modal__skeleton-summary {
		height: 130px;
		max-width: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.foodord-live-orders-admin *,
	.foodord-live-order-modal * {
		animation-duration: 1ms;
		animation-iteration-count: 1;
		scroll-behavior: auto;
		transition-duration: 1ms;
	}
}

@keyframes foodord-live-fade-in {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes foodord-live-fade-out {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@keyframes foodord-live-modal-in {
	from {
		opacity: 0;
		transform: translateY(14px) scale(0.985);
	}

	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

@keyframes foodord-live-modal-out {
	from {
		opacity: 1;
		transform: translateY(0) scale(1);
	}

	to {
		opacity: 0;
		transform: translateY(10px) scale(0.99);
	}
}

@keyframes foodord-live-skeleton {
	0%,
	100% {
		opacity: 0.52;
	}

	50% {
		opacity: 1;
	}
}

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