.msb-lock {
	overflow: hidden;
}

.msb-booking {
	--msb-text: #101010;
	--msb-muted: #74736f;
	--msb-pill-bg: #f4f2ee;
	--msb-pill-border: #c9c8c4;
	display: block;
	width: 100%;
}

.msb-kicker {
	color: var(--msb-muted);
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
	font-size: clamp(18px, 1.8vw, 23px);
	letter-spacing: .12em;
	line-height: 1.25;
}

.msb-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 14px;
}

.msb-pill {
	align-items: center;
	background: var(--msb-pill-bg);
	border: 1px solid var(--msb-pill-border);
	border-radius: 4px;
	color: var(--msb-text);
	cursor: pointer;
	display: inline-flex;
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
	font-size: 12px;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1;
	min-height: 32px;
	min-width: 82px;
	padding: 0 11px;
}

body.mw-home .mw-action-booking-slot .msb-booking .msb-pill,
body.mw-home .msb-booking .msb-pill {
	background: #f4f2ee !important;
	border: 1px solid #c9c8c4 !important;
	border-radius: 4px !important;
	color: #101010 !important;
	font-family: var(--f-mono, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace) !important;
	font-size: 12px !important;
	font-weight: 400 !important;
	line-height: 1 !important;
	min-height: 32px !important;
	min-width: 82px !important;
	padding: 0 11px !important;
}

.msb-pill:hover,
.msb-pill:focus-visible {
	background: #111;
	border-color: #111;
	color: #fff;
	outline: none;
}

body.mw-home .mw-action-booking-slot .msb-booking .msb-pill:hover,
body.mw-home .mw-action-booking-slot .msb-booking .msb-pill:focus-visible,
body.mw-home .msb-booking .msb-pill:hover,
body.mw-home .msb-booking .msb-pill:focus-visible {
	background: #111 !important;
	border-color: #111 !important;
	color: #fff !important;
}

.msb-empty {
	color: var(--msb-muted);
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
}

.msb-submit:hover,
.msb-submit:focus-visible {
	background: #2b2b2b;
	outline: none;
}

.msb-modal[hidden] {
	display: none;
}

.msb-modal {
	inset: 0;
	position: fixed;
	z-index: 99999;
}

.msb-backdrop {
	background: rgba(0, 0, 0, .45);
	inset: 0;
	position: absolute;
}

.msb-dialog {
	background: #f7f5f0;
	border-radius: 8px;
	box-shadow: 0 24px 90px rgba(0, 0, 0, .28);
	box-sizing: border-box;
	left: 50%;
	max-height: min(88vh, 820px);
	max-width: 680px;
	overflow: auto;
	padding: 34px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: min(calc(100vw - 32px), 680px);
}

.msb-close {
	background: transparent;
	border: 0;
	color: #111;
	cursor: pointer;
	font-size: 34px;
	line-height: 1;
	position: absolute;
	right: 22px;
	top: 18px;
}

.msb-dialog h3 {
	font-size: clamp(28px, 3vw, 38px);
	letter-spacing: 0;
	line-height: 1.1;
	margin: 8px 42px 12px 0;
}

.msb-selected {
	border: 1px solid #c7c6c2;
	border-radius: 5px;
	display: inline-block;
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
	margin: 4px 0 18px;
	padding: 10px 13px;
}

.msb-dialog form {
	display: grid;
	gap: 14px;
}

.msb-dialog label {
	color: #222;
	display: grid;
	font-weight: 700;
	gap: 6px;
}

.msb-dialog label span {
	color: #777;
	font-weight: 400;
}

.msb-dialog .msb-privacy {
	align-items: flex-start;
	display: flex;
	font-size: 14px;
	gap: 10px;
	line-height: 1.35;
}

.msb-dialog .msb-privacy input {
	flex: 0 0 auto;
	margin-top: 2px;
	width: auto;
}

.msb-dialog input,
.msb-dialog textarea {
	background: #fff;
	border: 1px solid #c9c7c2;
	border-radius: 6px;
	box-sizing: border-box;
	color: #111;
	font: inherit;
	padding: 12px 13px;
	width: 100%;
}

.msb-hp {
	left: -9999px;
	position: absolute;
}

.msb-submit {
	background: #111;
	border: 0;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font: inherit;
	font-weight: 700;
	min-height: 48px;
	padding: 0 18px;
}

.msb-submit:disabled {
	cursor: default;
	opacity: .6;
}

.msb-message {
	min-height: 22px;
}

.msb-message.is-error {
	color: #9f1d1d;
}

.msb-message.is-success {
	color: #176b35;
}

.msb-message.is-info {
	color: #555;
}

@media (max-width: 760px) {
	.msb-pill {
		flex: 0 0 auto;
		min-width: 82px;
	}
}
