.bbf-guest-orders-prompt {
	margin: 0 0 24px;
	padding: 22px;
	border: 1px solid #dcdcde;
	background: #fff;
}

.bbf-guest-orders-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px;
}

.bbf-guest-orders-actions--debug .button {
	pointer-events: none;
}

.bbf-guest-orders-modal {
	position: fixed;
	z-index: 999999;
	inset: 0;
	display: grid;
	place-items: center;
	padding: 20px;
	background: rgba(0, 0, 0, .58);
}

.bbf-guest-orders-modal__dialog {
	position: relative;
	width: min(520px, 100%);
	padding: 32px;
	background: #fff;
	box-shadow: 0 18px 60px rgba(0, 0, 0, .25);
}

.bbf-guest-orders-modal__close {
	position: absolute;
	top: 10px;
	right: 12px;
	border: 0;
	background: transparent;
	font-size: 28px;
	cursor: pointer;
}
