.itg-hotels-booking-form {
	display: grid;
	gap: 16px;
	max-width: 680px;
}

.itg-hotels-booking-form label {
	display: grid;
	gap: 6px;
	font-weight: 600;
}

.itg-hotels-booking-form input,
.itg-hotels-booking-form select,
.itg-hotels-booking-form textarea {
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #b8c2cc;
	border-radius: 4px;
	padding: 10px 12px;
	font: inherit;
}

.itg-hotels-booking-form button,
.itg-hotels-cancel-booking button {
	width: fit-content;
	border: 0;
	border-radius: 4px;
	background: #1769aa;
	color: #fff;
	cursor: pointer;
	font: inherit;
	font-weight: 700;
	padding: 11px 18px;
}

.itg-hotels-booking-form button:hover,
.itg-hotels-booking-form button:focus,
.itg-hotels-cancel-booking button:hover,
.itg-hotels-cancel-booking button:focus {
	background: #0f4f82;
}

.itg-hotels-booking-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.itg-hotels-secondary-button {
	background: #f6f7f7;
	border: 1px solid #b8c2cc;
	border-radius: 4px;
	color: #1d2327;
	display: inline-flex;
	font-weight: 700;
	padding: 10px 16px;
	text-decoration: none;
	width: fit-content;
}

.itg-hotels-secondary-button:hover,
.itg-hotels-secondary-button:focus {
	background: #e7f0ff;
	border-color: #1769aa;
	color: #0f4f82;
}

.itg-hotels-cancel-booking {
	background: #fff;
	border: 1px solid #dcdcde;
	display: grid;
	gap: 14px;
	margin-top: 22px;
	max-width: 680px;
	padding: 16px;
}

.itg-hotels-cancel-booking h2 {
	font-size: 20px;
	margin: 0;
}

.itg-hotels-cancel-lookup {
	align-items: end;
	display: grid;
	gap: 12px;
	grid-template-columns: minmax(0, 1fr) auto;
}

.itg-hotels-cancel-lookup label {
	display: grid;
	gap: 6px;
	font-weight: 600;
}

.itg-hotels-cancel-lookup input {
	box-sizing: border-box;
	border: 1px solid #b8c2cc;
	border-radius: 4px;
	font: inherit;
	padding: 10px 12px;
	width: 100%;
}

.itg-hotels-cancel-list {
	display: grid;
	gap: 14px;
}

.itg-hotels-cancel-list fieldset {
	border: 1px solid #dcdcde;
	display: grid;
	gap: 8px;
	margin: 0;
	padding: 12px;
}

.itg-hotels-cancel-list legend {
	font-weight: 700;
	padding: 0 6px;
}

.itg-hotels-cancel-choice {
	align-items: start;
	background: #f8f9fa;
	border: 1px solid #dcdcde;
	display: grid;
	gap: 8px;
	grid-template-columns: auto minmax(0, 1fr);
	padding: 10px;
}

.itg-hotels-cancel-choice input {
	margin-top: 3px;
}

.itg-hotels-cancel-choice span {
	display: grid;
	gap: 2px;
}

.itg-hotels-cancel-choice small,
.itg-hotels-cancel-empty {
	color: #646970;
}

.itg-hotels-cancel-booking .itg-hotels-danger-button {
	background: #b3261e;
}

.itg-hotels-cancel-booking .itg-hotels-danger-button:hover,
.itg-hotels-cancel-booking .itg-hotels-danger-button:focus {
	background: #7f1d1d;
}

.itg-hotels-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.itg-hotels-calendar {
	background: #fff;
	border: 1px solid #c3c4c7;
	display: grid;
	gap: 10px;
	max-width: 860px;
	padding: 12px;
}

.itg-hotels-calendar-header {
	align-items: center;
	display: grid;
	gap: 8px;
	grid-template-columns: 36px minmax(0, 1fr) 36px;
}

.itg-hotels-calendar-title {
	font-size: 16px;
	text-align: center;
	text-transform: capitalize;
}

.itg-hotels-calendar-nav {
	align-items: center;
	background: #f6f7f7;
	border: 1px solid #c3c4c7;
	border-radius: 4px;
	color: #1d2327;
	cursor: pointer;
	display: inline-flex;
	font-size: 22px;
	height: 36px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	width: 36px;
}

.itg-hotels-calendar-nav:hover,
.itg-hotels-calendar-nav:focus {
	background: #e7f0ff;
	border-color: #2271b1;
	outline: 0;
}

.itg-hotels-calendar-help {
	color: #50575e;
	font-size: 13px;
	min-height: 18px;
	text-align: center;
}

.itg-hotels-calendar-months {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.itg-hotels-calendar-month {
	display: grid;
	gap: 8px;
}

.itg-hotels-calendar-month-title {
	font-size: 13px;
	margin: 0;
	text-align: center;
	text-transform: capitalize;
}

.itg-hotels-calendar-weekdays,
.itg-hotels-calendar-days {
	display: grid;
	gap: 4px;
	grid-template-columns: repeat(7, minmax(0, 1fr));
}

.itg-hotels-calendar-weekdays span {
	color: #646970;
	font-size: 11px;
	font-weight: 700;
	padding: 4px 0;
	text-align: center;
	text-transform: uppercase;
}

.itg-hotels-calendar-empty {
	min-height: 38px;
}

.itg-hotels-calendar-day {
	aspect-ratio: 1;
	background: #f8f9fa;
	border: 1px solid #dcdcde;
	border-radius: 4px;
	color: #1d2327;
	cursor: pointer;
	display: grid;
	font: inherit;
	font-weight: 700;
	gap: 2px;
	justify-items: center;
	min-height: 38px;
	padding: 4px 2px;
	place-content: center;
	text-align: center;
}

.itg-hotels-calendar-day:hover,
.itg-hotels-calendar-day:focus {
	background: #e7f0ff;
	border-color: #2271b1;
	outline: 0;
}

.itg-hotels-calendar-day small {
	display: block;
	font-size: 9px;
	font-weight: 700;
	line-height: 1.05;
}

.itg-hotels-calendar-day.is-available {
	background: #f1faf4;
	border-color: #9fd8ad;
	color: #14532d;
}

.itg-hotels-calendar-day.is-unavailable {
	background: #fff4f3;
	border-color: #d63638;
	color: #7f1d1d;
	cursor: not-allowed;
}

.itg-hotels-calendar-day.is-range {
	background: #e7f0ff;
	border-color: #72aee6;
	color: #135e96;
}

.itg-hotels-calendar-day.is-start,
.itg-hotels-calendar-day.is-end {
	background: #1769aa;
	border-color: #1769aa;
	color: #fff;
}

.itg-hotels-calendar-day.is-start small,
.itg-hotels-calendar-day.is-end small {
	color: #fff;
}

.itg-hotels-calendar-day:disabled {
	background: #f0f0f1;
	border-color: #dcdcde;
	color: #8c8f94;
	cursor: not-allowed;
	text-decoration: line-through;
}

.itg-hotels-notice {
	border-left: 4px solid #1769aa;
	margin: 0 0 16px;
	padding: 12px 14px;
	background: #f3f7fb;
}

.itg-hotels-notice-success {
	border-left-color: #16833a;
	background: #f1faf4;
}

.itg-hotels-notice-error,
.itg-hotels-notice-unavailable {
	border-left-color: #b3261e;
	background: #fff4f3;
}

.itg-hotels-availability {
	border-left: 4px solid transparent;
	min-height: 0;
	padding: 0;
}

.itg-hotels-availability:not(:empty) {
	background: #f6f7f7;
	border-color: #8c8f94;
	padding: 10px 12px;
}

.itg-hotels-availability.is-available:not(:empty) {
	background: #f1faf4;
	border-color: #16833a;
	color: #14532d;
}

.itg-hotels-availability.is-unavailable:not(:empty),
.itg-hotels-availability.is-invalid:not(:empty) {
	background: #fff4f3;
	border-color: #b3261e;
	color: #7f1d1d;
}

.itg-hotels-price-estimate {
	background: #f8fbff;
	border: 1px solid #b9d7f3;
	border-left: 4px solid #1769aa;
	display: grid;
	gap: 4px;
	padding: 12px;
}

.itg-hotels-price-estimate[hidden] {
	display: none;
}

.itg-hotels-price-estimate strong {
	color: #0f4f82;
	font-size: 18px;
	line-height: 1.2;
}

.itg-hotels-price-estimate b {
	color: #1d2327;
	font-size: 16px;
}

.itg-hotels-price-estimate span,
.itg-hotels-price-estimate small {
	color: #50575e;
}

.itg-hotels-booking-form button:disabled {
	background: #8c8f94;
	cursor: not-allowed;
}

@media (max-width: 620px) {
	.itg-hotels-grid {
		grid-template-columns: 1fr;
	}

	.itg-hotels-calendar {
		max-width: none;
	}

	.itg-hotels-calendar-months {
		grid-template-columns: 1fr;
	}

	.itg-hotels-cancel-lookup {
		grid-template-columns: 1fr;
	}
}

.itg-hotels-admin-filters {
	align-items: end;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 16px 0;
}

.itg-hotels-filter-tabs {
	display: flex;
	flex: 1 1 100%;
	flex-wrap: wrap;
	gap: 6px;
}

.itg-hotels-admin-filters label {
	display: grid;
	gap: 4px;
	font-weight: 600;
}

.itg-hotels-booking-row.is-status-pending {
	background: #fffbeb;
}

.itg-hotels-booking-row.is-status-confirmed {
	background: #f0fdf4;
}

.itg-hotels-booking-row.is-status-cancelled {
	background: #f6f7f7;
	color: #646970;
}

.itg-hotels-status-select {
	border: 1px solid #8c8f94;
	border-radius: 4px;
	font-weight: 700;
	min-width: 132px;
}

.itg-hotels-status-select.is-status-pending,
.itg-hotels-status-pill.is-status-pending {
	background: #fff7ed;
	border-color: #f59e0b;
	color: #92400e;
}

.itg-hotels-status-select.is-status-confirmed,
.itg-hotels-status-pill.is-status-confirmed {
	background: #ecfdf5;
	border-color: #16a34a;
	color: #166534;
}

.itg-hotels-status-select.is-status-cancelled,
.itg-hotels-status-pill.is-status-cancelled {
	background: #fef2f2;
	border-color: #dc2626;
	color: #991b1b;
}

.itg-hotels-status-form {
	margin: 0;
}

.itg-hotels-bookings-pagination {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 14px 0;
}

.itg-hotels-bookings-pagination .page-numbers {
	background: #fff;
	border: 1px solid #c3c4c7;
	border-radius: 4px;
	display: inline-flex;
	font-weight: 700;
	line-height: 1;
	padding: 7px 9px;
	text-decoration: none;
}

.itg-hotels-bookings-pagination .page-numbers.current {
	background: #2271b1;
	border-color: #2271b1;
	color: #fff;
}

.itg-hotels-admin-cards {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(3, minmax(120px, 1fr));
	margin: 16px 0;
	max-width: 760px;
}

.itg-hotels-admin-card {
	background: #fff;
	border: 1px solid #c3c4c7;
	border-radius: 4px;
	padding: 14px;
}

.itg-hotels-admin-card strong {
	display: block;
	font-size: 28px;
	line-height: 1.1;
}

.itg-hotels-admin-card span {
	color: #50575e;
	display: block;
	margin-top: 4px;
}

.itg-hotels-admin-panel {
	background: #fff;
	border: 1px solid #c3c4c7;
	margin: 18px 0;
	padding: 14px;
}

.itg-hotels-admin-create-panel > summary {
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
}

.itg-hotels-admin-booking-form {
	align-items: end;
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 14px;
}

.itg-hotels-admin-booking-form label {
	display: grid;
	gap: 5px;
	font-weight: 600;
}

.itg-hotels-admin-booking-form input,
.itg-hotels-admin-booking-form select,
.itg-hotels-admin-booking-form textarea {
	box-sizing: border-box;
	width: 100%;
}

.itg-hotels-admin-booking-message {
	grid-column: span 3;
}

.itg-hotels-layout {
	display: grid;
	gap: 16px;
	max-width: 1180px;
}

.itg-hotels-building {
	background: #fff;
	border: 1px solid #c3c4c7;
	border-radius: 4px;
	padding: 16px;
}

.itg-hotels-building header {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: space-between;
	margin-bottom: 12px;
}

.itg-hotels-building h2,
.itg-hotels-room-card h3 {
	margin: 0;
}

.itg-hotels-room-layout {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}

.itg-hotels-room-card {
	border: 1px solid #dcdcde;
	border-radius: 4px;
	display: grid;
	gap: 12px;
	grid-template-columns: 84px minmax(0, 1fr);
	min-height: 112px;
	padding: 12px;
}

.itg-hotels-room-card img {
	aspect-ratio: 1;
	border-radius: 4px;
	height: 84px;
	object-fit: cover;
	width: 84px;
}

.itg-hotels-room-card p {
	margin: 6px 0;
}

.itg-hotels-admin-wrap {
	max-width: 1280px;
}

.itg-hotels-admin-wrap *,
.itg-hotels-admin-wrap *::before,
.itg-hotels-admin-wrap *::after {
	box-sizing: border-box;
}

.itg-hotels-layout-toolbar {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 18px 0;
}

.itg-hotels-layout-summary {
	color: #50575e;
}

.itg-hotels-layout-editor {
	align-items: start;
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(0, 1fr) 340px;
}

.itg-hotels-plan-card,
.itg-hotels-room-editor {
	background: #fff;
	border: 1px solid #c3c4c7;
}

.itg-hotels-plan-card {
	padding: 16px;
}

.itg-hotels-area-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 12px;
}

.itg-hotels-area-tab {
	background: #fff;
	border: 1px solid #c3c4c7;
	border-radius: 999px;
	color: #1d2327;
	cursor: pointer;
	font-weight: 700;
	padding: 6px 12px;
}

.itg-hotels-area-tab.is-active {
	background: #2271b1;
	border-color: #2271b1;
	color: #fff;
}

.itg-hotels-area-editor {
	align-items: end;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 12px;
}

.itg-hotels-area-editor label,
.itg-hotels-room-editor label {
	display: grid;
	gap: 5px;
	font-weight: 600;
}

.itg-hotels-area-editor label {
	min-width: min(100%, 280px);
}

.itg-hotels-floor-plan {
	background:
		linear-gradient(rgba(34, 113, 177, 0.06) 1px, transparent 1px),
		linear-gradient(90deg, rgba(34, 113, 177, 0.06) 1px, transparent 1px),
		#f8f9fa;
	background-size: 32px 32px;
	border: 1px solid #dcdcde;
	min-height: 560px;
	overflow: hidden;
	position: relative;
}

.itg-hotels-floor-plan::before {
	bottom: 14px;
	color: #8c8f94;
	content: attr(data-floor-label);
	font-size: 12px;
	pointer-events: none;
	position: absolute;
	right: 16px;
}

.itg-hotels-room-marker {
	background: #eaf4ff;
	border: 2px solid #2271b1;
	border-radius: 8px;
	color: #1d2327;
	cursor: grab;
	display: grid;
	min-height: 72px;
	padding: 8px;
	place-items: center;
	position: absolute;
	text-align: center;
	transform: translate(-50%, -50%);
	user-select: none;
	width: 104px;
}

.itg-hotels-room-marker:active {
	cursor: grabbing;
}

.itg-hotels-room-marker.is-selected {
	border-color: #135e96;
	box-shadow: 0 0 0 3px rgba(34, 113, 177, 0.22);
}

.itg-hotels-room-marker.is-inactive {
	border-style: dashed;
	opacity: 0.55;
}

.itg-hotels-room-marker[data-type="apartment"],
.itg-hotels-room-marker[data-type="studio"] {
	width: 132px;
}

.itg-hotels-room-name {
	display: block;
	font-weight: 700;
	max-width: 112px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.itg-hotels-room-meta {
	color: #50575e;
	display: block;
	font-size: 12px;
	margin-top: 2px;
}

.itg-hotels-room-editor {
	padding: 16px;
}

.itg-hotels-room-editor h2 {
	margin-top: 0;
}

.itg-hotels-editor-fields {
	display: grid;
	gap: 12px;
}

.itg-hotels-checkbox-label {
	align-items: center;
	display: flex !important;
	flex-direction: row;
}

.itg-hotels-price-choice {
	align-items: center;
	display: flex;
	gap: 6px;
	margin-top: 6px;
}

.itg-hotels-admin-wrap {
	display: flex;
	flex-direction: column;
}

.itg-hotels-admin-wrap > .itg-hotels-month-timeline {
	order: 20;
}

.itg-hotels-admin-wrap > .itg-hotels-month-bookings {
	order: 30;
}

.itg-hotels-month-navigation {
	background: #fff;
	border: 1px solid #c3c4c7;
	display: grid;
	gap: 12px;
	margin-top: 16px;
	padding: 14px;
}

.itg-hotels-month-navigation-main {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.itg-hotels-month-navigation-current {
	background: #f6f7f7;
	border-left: 4px solid #2271b1;
	display: grid;
	gap: 2px;
	min-width: 190px;
	padding: 8px 12px;
}

.itg-hotels-month-navigation-current span {
	color: #646970;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.itg-hotels-month-navigation-current strong {
	font-size: 18px;
	line-height: 1.2;
}

.itg-hotels-month-jump {
	align-items: end;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.itg-hotels-month-jump label {
	display: grid;
	font-weight: 700;
	gap: 4px;
}

.itg-hotels-month-shortcuts {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

@media (max-width: 900px) {
	.itg-hotels-layout-editor {
		grid-template-columns: 1fr;
	}

	.itg-hotels-floor-plan {
		min-height: 420px;
	}

	.itg-hotels-quick-booking-panel form {
		grid-template-columns: 1fr;
	}
}

.itg-hotels-month-summary,
.itg-hotels-today-summary,
.itg-hotels-month-bookings,
.itg-hotels-month-timeline {
	background: #fff;
	border: 1px solid #c3c4c7;
	margin-top: 18px;
	padding: 16px;
}

.itg-hotels-month-summary h2,
.itg-hotels-today-summary h2,
.itg-hotels-month-bookings h2,
.itg-hotels-month-timeline h2 {
	margin-top: 0;
}

.itg-hotels-quick-booking[hidden] {
	display: none;
}

.itg-hotels-quick-booking {
	align-items: center;
	background: rgba(29, 35, 39, 0.55);
	bottom: 0;
	display: flex;
	justify-content: center;
	left: 0;
	padding: 24px;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 100000;
}

.itg-hotels-quick-booking-panel {
	background: #fff;
	border: 1px solid #8c8f94;
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
	max-width: 720px;
	padding: 16px;
	width: min(720px, 100%);
}

.itg-hotels-quick-booking-panel header {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 12px;
}

.itg-hotels-quick-booking-panel h2 {
	margin: 0;
}

.itg-hotels-quick-booking-panel form {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.itg-hotels-quick-booking-panel label {
	display: grid;
	gap: 4px;
}

.itg-hotels-quick-booking-panel .itg-hotels-admin-booking-message,
.itg-hotels-quick-booking-panel button[type="submit"] {
	grid-column: 1 / -1;
}

.itg-hotels-summary-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.itg-hotels-summary-box {
	background: #f6f7f7;
	border: 1px solid #dcdcde;
	padding: 12px;
}

.itg-hotels-summary-box span {
	color: #646970;
	display: block;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.itg-hotels-summary-box strong {
	color: #1d2327;
	display: block;
	font-size: 24px;
	line-height: 1.2;
	margin-top: 4px;
}

.itg-hotels-summary-box small {
	color: #50575e;
	display: block;
	font-weight: 700;
	margin-top: 4px;
}

.itg-hotels-today-summary header {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: space-between;
}

.itg-hotels-today-summary header span {
	color: #646970;
	font-weight: 700;
}

.itg-hotels-service-date-form {
	align-items: end;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.itg-hotels-service-date-form label {
	display: grid;
	font-size: 12px;
	font-weight: 700;
	gap: 4px;
	text-transform: uppercase;
}

.itg-hotels-service-date-form input[type="date"] {
	min-height: 30px;
}

.itg-hotels-today-summary-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.itg-hotels-today-summary-box {
	background: #f6f7f7;
	border: 1px solid #dcdcde;
	border-left: 5px solid #2271b1;
	padding: 12px;
}

.itg-hotels-today-summary-box span {
	color: #646970;
	display: block;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.itg-hotels-today-summary-box strong {
	color: #1d2327;
	display: inline-block;
	font-size: 26px;
	line-height: 1;
	margin: 6px 8px 6px 0;
}

.itg-hotels-today-summary-box p {
	color: #1d2327;
	display: inline;
	font-weight: 700;
	line-height: 1.5;
	margin: 0;
	overflow-wrap: anywhere;
}

.itg-hotels-service-board {
	background: #fff;
	border: 1px solid #dcdcde;
	margin-top: 12px;
	padding: 12px;
}

.itg-hotels-service-board header {
	align-items: baseline;
	border-bottom: 1px solid #dcdcde;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 12px;
	justify-content: space-between;
	margin-bottom: 10px;
	padding-bottom: 8px;
}

.itg-hotels-service-board h3 {
	font-size: 15px;
	line-height: 1.3;
	margin: 0;
}

.itg-hotels-service-board header span {
	color: #646970;
	font-size: 12px;
	font-weight: 700;
}

.itg-hotels-service-status-grid {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.itg-hotels-service-status-card {
	background: #f6f7f7;
	border: 1px solid #dcdcde;
	border-left: 5px solid #646970;
	display: grid;
	gap: 8px;
	grid-template-columns: minmax(0, 1fr) minmax(190px, 260px);
	min-height: 64px;
	padding: 9px 10px;
}

.itg-hotels-service-status-card strong,
.itg-hotels-service-status-card span,
.itg-hotels-service-status-card em {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.itg-hotels-service-status-card strong {
	color: #1d2327;
	font-size: 14px;
}

.itg-hotels-service-status-card span {
	color: #646970;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.itg-hotels-service-priority {
	border: 1px solid #c3c4c7;
	border-radius: 3px;
	color: #1d2327;
	display: inline-block;
	font-size: 11px;
	font-weight: 800;
	line-height: 1.2;
	margin-top: 5px;
	padding: 3px 6px;
	text-transform: uppercase;
	width: fit-content;
}

.itg-hotels-service-priority.is-priority-1 {
	background: #fcf0f1;
	border-color: #d63638;
	color: #8a2424;
}

.itg-hotels-service-priority.is-priority-2 {
	background: #fff8e5;
	border-color: #dba617;
	color: #5f4b00;
}

.itg-hotels-service-priority.is-priority-3 {
	background: #f0f6fc;
	border-color: #2271b1;
	color: #0a4b78;
}

.itg-hotels-service-priority.is-priority-4 {
	background: #f6f7f7;
	border-color: #8c8f94;
	color: #50575e;
}

.itg-hotels-service-status-card em {
	color: #b32d2e;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	margin-top: 3px;
}

.itg-hotels-service-status-card select {
	max-width: 100%;
	width: 100%;
}

.itg-hotels-service-board-form {
	display: grid;
	gap: 10px;
}

.itg-hotels-service-card-controls {
	display: grid;
	gap: 6px;
}

.itg-hotels-service-status-card .itg-hotels-service-form-room {
	background: #fff;
	border: 1px solid #dcdcde;
	color: #1d2327;
	font-size: 13px;
	line-height: 1.25;
	padding: 5px 7px;
}

.itg-hotels-service-note {
	display: grid;
	gap: 3px;
}

.itg-hotels-service-assignee {
	display: grid;
	gap: 3px;
}

.itg-hotels-service-priority-field {
	display: grid;
	gap: 3px;
}

.itg-hotels-service-priority-field span,
.itg-hotels-service-assignee span,
.itg-hotels-service-note span {
	color: #646970;
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
}

.itg-hotels-service-assignee input {
	width: 100%;
}

.itg-hotels-service-note textarea {
	min-height: 48px;
	resize: vertical;
	width: 100%;
}

.itg-hotels-service-save-all {
	background: #fff;
	border-top: 1px solid #dcdcde;
	display: flex;
	justify-content: flex-end;
	padding-top: 10px;
}

.itg-hotels-service-status-card.is-service-ready {
	border-left-color: #00a32a;
}

.itg-hotels-service-status-card.is-service-needs_cleaning {
	border-left-color: #d63638;
}

.itg-hotels-service-status-card.is-service-towels {
	border-left-color: #7c3aed;
}

.itg-hotels-service-status-card.is-service-in_progress {
	border-left-color: #dba617;
}

.itg-hotels-service-status-card.is-service-inspected {
	border-left-color: #2271b1;
}

.itg-hotels-service-status-card.is-service-blocked {
	background: #fcf0f1;
	border-left-color: #8a2424;
}

.itg-hotels-service-status-card.has-arrival-alert {
	box-shadow: inset 0 0 0 2px rgba(214, 54, 56, 0.18);
}

.itg-hotels-service-week {
	background: #fff;
	border: 1px solid #dcdcde;
	margin-top: 14px;
	padding: 12px;
}

.itg-hotels-service-week header {
	align-items: baseline;
	border-bottom: 1px solid #dcdcde;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 12px;
	justify-content: space-between;
	margin-bottom: 10px;
	padding-bottom: 8px;
}

.itg-hotels-service-week h3 {
	font-size: 15px;
	line-height: 1.3;
	margin: 0;
}

.itg-hotels-service-week header span {
	color: #646970;
	font-size: 12px;
	font-weight: 800;
}

.itg-hotels-service-week-scroll {
	overflow-x: auto;
}

.itg-hotels-service-week-grid {
	display: grid;
	grid-template-columns: 150px repeat(7, minmax(138px, 1fr));
	min-width: 1120px;
}

.itg-hotels-service-week-room,
.itg-hotels-service-week-day,
.itg-hotels-service-week-cell {
	border-bottom: 1px solid #dcdcde;
	border-right: 1px solid #dcdcde;
	min-height: 74px;
	padding: 8px;
}

.itg-hotels-service-week-room {
	background: #f6f7f7;
	display: grid;
	gap: 3px;
}

.itg-hotels-service-week-room.is-heading,
.itg-hotels-service-week-day {
	background: #1d2327;
	color: #fff;
	min-height: 44px;
}

.itg-hotels-service-week-day.is-saturday {
	background: #7c2d12;
}

.itg-hotels-service-week-day.is-sunday {
	background: #881337;
}

.itg-hotels-service-week-day.is-selected {
	box-shadow: inset 0 -4px 0 #72aee6;
}

.itg-hotels-service-week-room strong,
.itg-hotels-service-week-day strong,
.itg-hotels-service-week-cell span {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.itg-hotels-service-week-room small,
.itg-hotels-service-week-day small {
	color: inherit;
	display: block;
	font-size: 11px;
	font-weight: 800;
	opacity: 0.82;
	text-transform: uppercase;
}

.itg-hotels-service-week-cell {
	background: #f6f7f7;
	border-left: 4px solid #646970;
	display: grid;
	gap: 6px;
}

.itg-hotels-service-week-cell.is-selected {
	box-shadow: inset 0 0 0 2px #72aee6;
}

.itg-hotels-service-week-cell span {
	color: #1d2327;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.itg-hotels-service-week-note {
	color: #50575e;
	display: block;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.3;
	max-height: 30px;
	overflow: hidden;
}

.itg-hotels-service-week-cell select {
	max-width: 100%;
	min-height: 30px;
	width: 100%;
}

.itg-hotels-service-week-cell.is-service-ready {
	background: #edfaef;
	border-left-color: #00a32a;
}

.itg-hotels-service-week-cell.is-service-needs_cleaning {
	background: #fcf0f1;
	border-left-color: #d63638;
}

.itg-hotels-service-week-cell.is-service-towels {
	background: #f5f3ff;
	border-left-color: #7c3aed;
}

.itg-hotels-service-week-cell.is-service-in_progress {
	background: #fff8e5;
	border-left-color: #dba617;
}

.itg-hotels-service-week-cell.is-service-inspected {
	background: #f0f6fc;
	border-left-color: #2271b1;
}

.itg-hotels-service-week-cell.is-service-blocked {
	background: #fcf0f1;
	border-left-color: #8a2424;
}

.itg-hotels-service-week-cell.has-arrival-alert {
	box-shadow: inset 0 0 0 2px rgba(214, 54, 56, 0.2);
}

.itg-hotels-service-print-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 12px;
}

.itg-hotels-cleaning-list {
	background: #fff;
	border: 1px solid #dcdcde;
	margin-top: 12px;
	padding: 12px;
}

.itg-hotels-cleaning-list header {
	align-items: baseline;
	border-bottom: 1px solid #dcdcde;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 12px;
	justify-content: space-between;
	margin-bottom: 10px;
	padding-bottom: 8px;
}

.itg-hotels-cleaning-list h3 {
	font-size: 15px;
	line-height: 1.3;
	margin: 0;
}

.itg-hotels-cleaning-list header span,
.itg-hotels-cleaning-list header strong {
	color: #646970;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.itg-hotels-cleaning-list table {
	border-collapse: collapse;
	width: 100%;
}

.itg-hotels-cleaning-list th,
.itg-hotels-cleaning-list td {
	border-bottom: 1px solid #dcdcde;
	padding: 8px;
	text-align: left;
	vertical-align: top;
}

.itg-hotels-cleaning-list th {
	background: #f6f7f7;
	color: #1d2327;
	font-size: 12px;
	text-transform: uppercase;
}

.itg-hotels-month-booking {
	background: linear-gradient(90deg, var(--itg-booking-bg, #f6f7f7), #fff 62%);
	border: 1px solid #c3c4c7;
	border-left: 5px solid var(--itg-booking-border, #2271b1);
	box-shadow: inset 3px 0 0 var(--itg-booking-border, #2271b1);
	margin: 10px 0;
	padding: 14px;
}

.itg-hotels-month-booking summary {
	align-items: center;
	cursor: pointer;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	list-style: none;
}

.itg-hotels-month-booking summary::-webkit-details-marker {
	display: none;
}

.itg-hotels-month-booking summary::before {
	color: var(--itg-booking-border, #2271b1);
	content: ">";
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
}

.itg-hotels-month-booking[open] summary {
	margin-bottom: 8px;
}

.itg-hotels-month-booking[open] summary::before {
	content: "v";
}

.itg-hotels-month-booking-main {
	display: grid;
	gap: 2px;
	min-width: 180px;
}

.itg-hotels-month-booking-main strong,
.itg-hotels-month-booking-main span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.itg-hotels-month-booking.is-assigned:not([open]) {
	background: #fff;
	box-shadow: none;
	padding-bottom: 10px;
	padding-top: 10px;
}

.itg-hotels-month-booking.is-unassigned {
	background: linear-gradient(90deg, var(--itg-booking-bg, #f6f7f7), #fff 74%);
}

.itg-hotels-month-booking-body {
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	margin-top: 10px;
	padding-top: 4px;
}

.itg-hotels-month-booking p {
	color: #50575e;
	margin: 8px 0 0;
	overflow-wrap: anywhere;
}

.itg-hotels-date-edit-form {
	align-items: end;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 8px 0;
}

.itg-hotels-date-edit-form label {
	display: grid;
	font-size: 12px;
	font-weight: 600;
	gap: 3px;
}

.itg-hotels-date-edit-form input[type="date"] {
	max-width: 150px;
	min-height: 30px;
}

.itg-hotels-guests-badge {
	align-items: baseline;
	background: #fff;
	border: 2px solid var(--itg-booking-border, #2271b1);
	border-radius: 8px;
	box-shadow: 0 2px 0 var(--itg-booking-border, #2271b1);
	color: var(--itg-booking-text, #135e96);
	display: inline-grid;
	gap: 4px;
	grid-template-columns: auto auto;
	line-height: 1;
	padding: 5px 9px;
}

.itg-hotels-guests-badge strong {
	font-size: 24px;
	line-height: 0.9;
}

.itg-hotels-guests-badge span {
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
}

.itg-hotels-status-pill {
	background: #f0f6fc;
	border: 1px solid transparent;
	border-radius: 999px;
	color: #135e96;
	font-size: 12px;
	font-weight: 700;
	padding: 3px 8px;
}

.itg-hotels-assignment-form {
	align-items: end;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 10px;
}

.itg-hotels-room-options {
	border: 1px solid #dcdcde;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 14px;
	margin: 0;
	padding: 10px;
}

.itg-hotels-room-options legend {
	font-weight: 700;
	padding: 0 6px;
}

.itg-hotels-room-choice {
	align-items: center;
	display: inline-flex;
	gap: 6px;
	white-space: nowrap;
}

.itg-hotels-room-choice span {
	align-items: center;
	display: inline-flex;
}

.itg-hotels-room-choice.is-assigned span {
	background: var(--itg-booking-bg, #eaf4ff);
	border: 2px solid var(--itg-booking-border, #2271b1);
	border-radius: 999px;
	color: var(--itg-booking-text, #135e96);
	font-size: 12px;
	font-weight: 700;
	padding: 3px 8px;
}

.itg-hotels-room-options.is-compact {
	gap: 8px;
}

.itg-hotels-month-axis {
	display: grid;
	grid-template-columns: 132px repeat(var(--itg-days), minmax(24px, 1fr));
	margin-top: 12px;
	min-width: 900px;
}

.itg-hotels-month-axis span {
	border-bottom: 1px solid #dcdcde;
	border-left: 1px solid #f0f0f1;
	color: #646970;
	font-size: 11px;
	line-height: 1.1;
	min-height: 40px;
	padding: 5px 2px 6px;
	text-align: center;
}

.itg-hotels-month-axis strong,
.itg-hotels-month-axis small {
	display: block;
}

.itg-hotels-month-axis strong {
	color: #1d2327;
	font-size: 12px;
}

.itg-hotels-month-axis small {
	color: #646970;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
}

.itg-hotels-month-axis .is-saturday {
	background: #fff8e5;
}

.itg-hotels-month-axis .is-sunday {
	background: #fff1f2;
}

.itg-hotels-month-axis .is-saturday strong,
.itg-hotels-month-axis .is-saturday small {
	color: #8a4b00;
}

.itg-hotels-month-axis .is-sunday strong,
.itg-hotels-month-axis .is-sunday small {
	color: #9f1239;
}

.itg-hotels-month-axis .is-today {
	background: #dbeafe;
	border-bottom: 3px solid #2563eb;
	box-shadow: inset 0 0 0 2px #2563eb;
}

.itg-hotels-month-axis .is-today strong,
.itg-hotels-month-axis .is-today small {
	color: #1e3a8a;
}

.itg-hotels-month-axis::before {
	content: "";
}

.itg-hotels-room-timeline-row {
	display: grid;
	grid-template-columns: 156px minmax(760px, 1fr);
	min-width: 900px;
}

.itg-hotels-room-timeline-name {
	border-bottom: 1px solid #dcdcde;
	display: grid;
	gap: 3px;
	font-weight: 700;
	overflow: hidden;
	padding: 8px 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.itg-hotels-room-timeline-name span,
.itg-hotels-room-timeline-name small {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.itg-hotels-room-timeline-name small {
	color: #646970;
	font-size: 11px;
	font-weight: 800;
}

.itg-hotels-room-timeline-name .itg-hotels-service-badge {
	border-radius: 999px;
	color: #1d2327;
	display: inline-block;
	font-size: 10px;
	justify-self: start;
	max-width: 100%;
	padding: 2px 7px;
}

.itg-hotels-service-badge.is-service-ready {
	background: #edfaef;
	color: #0a5f1b;
}

.itg-hotels-service-badge.is-service-needs_cleaning {
	background: #fcf0f1;
	color: #8a2424;
}

.itg-hotels-service-badge.is-service-towels {
	background: #f5f3ff;
	color: #5b21b6;
}

.itg-hotels-service-badge.is-service-in_progress {
	background: #fff8e5;
	color: #8a4b00;
}

.itg-hotels-service-badge.is-service-inspected {
	background: #f0f6fc;
	color: #135e96;
}

.itg-hotels-service-badge.is-service-blocked {
	background: #1d2327;
	color: #fff;
}

.itg-hotels-room-timeline-group {
	display: grid;
	grid-template-columns: 132px minmax(760px, 1fr);
	min-width: 900px;
}

.itg-hotels-room-timeline-group > div {
	background: #1d2327;
	border-bottom: 1px solid #1d2327;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0;
	padding: 7px 10px;
	text-transform: uppercase;
}

.itg-hotels-room-timeline-group > div + div {
	background: #2c3338;
}

.itg-hotels-room-timeline-group.is-unassigned > div {
	background: #7c2d12;
}

.itg-hotels-room-timeline-row.is-unassigned .itg-hotels-room-timeline-name {
	color: #7c2d12;
	font-weight: 800;
}

.itg-hotels-room-timeline-track {
	background: #f6f7f7;
	border-bottom: 1px solid #dcdcde;
	min-height: 44px;
	overflow: hidden;
	position: relative;
}

.itg-hotels-timeline-day {
	background: #f8f9fa;
	border-right: 1px solid #dcdcde;
	bottom: 0;
	display: block;
	left: calc((100% / var(--itg-days)) * var(--itg-day));
	position: absolute;
	top: 0;
	width: calc(100% / var(--itg-days));
}

.itg-hotels-timeline-day[data-itg-timeline-day] {
	cursor: pointer;
}

.itg-hotels-timeline-day[data-itg-timeline-day]:hover {
	box-shadow: inset 0 0 0 2px #2271b1;
}

.itg-hotels-timeline-day.is-occupied {
	cursor: default;
}

.itg-hotels-timeline-day.is-saturday {
	background:
		repeating-linear-gradient(
			45deg,
			#fff8e5,
			#fff8e5 6px,
			#fff2c8 6px,
			#fff2c8 12px
		);
}

.itg-hotels-timeline-day.is-sunday {
	background:
		repeating-linear-gradient(
			45deg,
			#fff1f2,
			#fff1f2 6px,
			#ffe4e6 6px,
			#ffe4e6 12px
		);
}

.itg-hotels-timeline-day.is-today {
	background:
		linear-gradient(
			90deg,
			rgba(37, 99, 235, 0.16),
			rgba(37, 99, 235, 0.08)
		);
	box-shadow: inset 2px 0 0 #2563eb, inset -2px 0 0 #2563eb;
	z-index: 1;
}

.itg-hotels-month-segment {
	align-items: center;
	background: var(--itg-booking-bg, #eaf4ff);
	border: 1px solid var(--itg-booking-border, #2271b1);
	border-left: 5px solid var(--itg-booking-border, #2271b1);
	color: var(--itg-booking-text, #135e96);
	display: flex;
	font-size: 12px;
	font-weight: 700;
	gap: 4px;
	left: calc(var(--itg-left) * 1%);
	overflow: hidden;
	padding: 5px 4px;
	position: absolute;
	text-decoration: none;
	text-overflow: ellipsis;
	top: 8px;
	touch-action: none;
	user-select: none;
	white-space: nowrap;
	width: calc(var(--itg-width) * 1%);
	z-index: 2;
}

.itg-hotels-month-segment.is-draggable {
	cursor: grab;
}

.itg-hotels-month-segment.is-unassigned {
	border-style: dashed;
}

.itg-hotels-month-segment.is-status-pending {
	background:
		repeating-linear-gradient(
			135deg,
			rgba(255, 255, 255, 0.34) 0,
			rgba(255, 255, 255, 0.34) 5px,
			transparent 5px,
			transparent 10px
		),
		var(--itg-booking-bg, #eaf4ff);
	border-style: dashed;
	border-width: 2px;
}

.itg-hotels-month-segment.is-status-confirmed {
	border-style: solid;
}

.itg-hotels-month-segment.is-dragging {
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
	cursor: grabbing;
	opacity: 0.92;
	z-index: 5;
}

.itg-hotels-month-segment span {
	flex: 1 1 auto;
	overflow: hidden;
	text-overflow: ellipsis;
}

.itg-hotels-segment-handle {
	background: var(--itg-booking-border, #2271b1);
	border-radius: 2px;
	display: block;
	flex: 0 0 8px;
	height: 22px;
	opacity: 0.8;
}

.itg-hotels-segment-handle.is-left {
	cursor: w-resize;
}

.itg-hotels-segment-handle.is-right {
	cursor: e-resize;
}

.itg-hotels-month-segment:focus {
	box-shadow: 0 0 0 2px #72aee6;
	outline: 0;
}

.itg-hotels-month-timeline {
	overflow-x: auto;
}

@media (max-width: 1100px) {
	.itg-hotels-summary-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.itg-hotels-summary-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.itg-hotels-today-summary-grid {
		grid-template-columns: 1fr;
	}

	.itg-hotels-admin-booking-form {
		grid-template-columns: 1fr;
	}

	.itg-hotels-admin-booking-message {
		grid-column: auto;
	}
}

@media print {
	body.wp-admin {
		background: #fff;
	}

	#adminmenumain,
	#wpadminbar,
	#wpfooter,
	.notice,
	.update-nag,
	.itg-hotels-month-navigation,
	.itg-hotels-today-summary header,
	.itg-hotels-today-summary-grid,
	.itg-hotels-service-print-actions,
	.itg-hotels-service-board,
	.itg-hotels-service-week {
		display: none !important;
	}

	#wpcontent,
	#wpbody-content,
	.wrap.itg-hotels-admin-wrap {
		margin: 0 !important;
		padding: 0 !important;
	}

	.wrap.itg-hotels-admin-wrap > h1 {
		display: none !important;
	}

	.itg-hotels-cleaning-list {
		border: 0;
		box-shadow: none;
		margin: 0;
		padding: 0;
	}

	.itg-hotels-cleaning-list header {
		border-bottom: 2px solid #1d2327;
	}

	.itg-hotels-cleaning-list th,
	.itg-hotels-cleaning-list td {
		border-bottom: 1px solid #8c8f94;
		color: #000;
		padding: 7px 6px;
	}
}
