.isube-hotel-mobile {
	display: none;
}

.isube-hotel-overview {
	color: #1f2937;
	font-family: Verdana, "Segoe UI", Arial, sans-serif;
}

.isube-hotel-overview h1 {
	color: #1f2937;
	font-size: 30px !important;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.4 !important;
	margin: 0;
}

.isube-hotel-overview__intro {
	color: #5f6b7a;
	font-size: 16px !important;
	line-height: 1.5 !important;
	margin: 2px 0 0;
}

.isube-hotel-overview h2 {
	color: #1f2937;
	font-size: 21px !important;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.4 !important;
	margin: 31px 0 22px;
}

.isube-hotel-overview__table-scroll {
	overflow-x: auto;
	width: 100%;
}

.isube-hotel-overview table {
	border: 1px solid #cbd5e1;
	border-collapse: collapse;
	font-size: 13px;
	line-height: 1.55;
	min-width: 920px;
	table-layout: fixed;
	width: 100%;
}

.isube-hotel-overview__number-column {
	width: 5%;
}

.isube-hotel-overview__hotel-column {
	width: 15%;
}

.isube-hotel-overview__address-column {
	width: 23%;
}

.isube-hotel-overview__access-column {
	width: 16%;
}

.isube-hotel-overview__reservation-column {
	width: 15%;
}

.isube-hotel-overview__website-column {
	width: 13%;
}

.isube-hotel-overview__notes-column {
	width: 13%;
}

.isube-hotel-overview th,
.isube-hotel-overview td {
	border: 1px solid #cbd5e1;
	box-sizing: border-box;
	text-align: left;
	vertical-align: middle;
}

.isube-hotel-overview th {
	background: #0f78d4;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	height: 54px;
	padding: 0 22px;
}

.isube-hotel-overview td {
	color: #374151;
	height: 102px;
	padding: 14px 22px;
}

.isube-hotel-overview th:first-child,
.isube-hotel-overview td:first-child {
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.isube-hotel-overview td:first-child,
.isube-hotel-overview td:nth-child(2) > span {
	color: #1f2937;
	font-size: 14px;
}

.isube-hotel-overview tbody tr:nth-child(odd) {
	background: #f7f9fc;
}

.isube-hotel-overview tbody tr:nth-child(even) {
	background: #edf2f7;
}

.isube-hotel-overview td > span,
.isube-hotel-overview__muted {
	display: block;
}

.isube-hotel-overview__hotel-name {
	font-weight: 400;
}

.isube-hotel-overview__website-link {
	color: #056de8;
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	overflow-wrap: anywhere;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.isube-hotel-overview__website-link:hover {
	color: #034fbc;
}

.isube-hotel-overview a:focus-visible {
	border-radius: 3px;
	box-shadow: 0 0 0 4px rgba(5, 109, 232, 0.12);
	outline: 1px solid #056de8;
	outline-offset: 2px;
}

.isube-hotel-overview__muted {
	color: #6b7280;
}

@media (max-width: 767px) {
	body.isube-meeting-mobile-hotel,
	body.isube-meeting-mobile-hotel .wp-site-blocks,
	body.isube-meeting-mobile-hotel main,
	body.isube-meeting-mobile-hotel .entry-content,
	body.isube-meeting-mobile-hotel .meeting-hotel-page {
		background: #fff;
	}

	body.isube-meeting-mobile-hotel .entry-content,
	body.isube-meeting-mobile-hotel .wp-block-post-content {
		padding-left: 0;
		padding-right: 0;
	}

	body.isube-meeting-mobile-hotel .meeting-hotel-page {
		box-sizing: border-box;
		margin-left: auto !important;
		margin-right: auto !important;
		max-width: 680px !important;
		padding: 34px 14px 54px !important;
		width: 100%;
	}

	body.isube-meeting-hotel-ready .hotel-placeholder-frame {
		display: none;
	}

	body.isube-meeting-hotel-ready .isube-hotel-mobile {
		display: block;
	}

	.isube-hotel-mobile__header {
		padding-right: 58px;
	}

	.isube-hotel-mobile__header h1 {
		color: #153f5c;
		font-size: 31px !important;
		font-weight: 750;
		letter-spacing: 0;
		line-height: 1.18 !important;
		margin: 0;
	}

	.isube-hotel-mobile__header p {
		color: #5e7484;
		font-size: 15px !important;
		line-height: 1.6 !important;
		margin: 7px 0 0;
	}

	.isube-hotel-mobile__list {
		display: grid;
		gap: 12px;
		margin-top: 24px;
	}

	.isube-hotel-mobile__hotel {
		background: #fff;
		border: 1px solid #d8e3eb;
		border-radius: 8px;
		box-shadow: 0 7px 20px rgba(24, 68, 96, 0.07);
		overflow: hidden;
	}

	.isube-hotel-mobile__hotel-heading {
		align-items: flex-start;
		display: flex;
		gap: 12px;
		padding: 18px 18px 15px;
	}

	.isube-hotel-mobile__number {
		align-items: center;
		background: #1268b3;
		border-radius: 50%;
		color: #fff;
		display: inline-flex;
		flex: 0 0 30px;
		font-size: 13px;
		font-weight: 750;
		height: 30px;
		justify-content: center;
	}

	.isube-hotel-mobile__hotel-heading h2 {
		color: #153f5c;
		font-size: 19px !important;
		font-weight: 750;
		letter-spacing: 0;
		line-height: 1.35 !important;
		margin: 1px 0 0;
	}

	.isube-hotel-mobile__hotel-heading p {
		color: #1268b3;
		font-size: 13px !important;
		font-weight: 700;
		line-height: 1.4 !important;
		margin: 3px 0 0;
	}

	.isube-hotel-mobile dl {
		margin: 0;
	}

	.isube-hotel-mobile dl > div {
		border-top: 1px solid #e4ebf0;
		display: grid;
		gap: 4px;
		grid-template-columns: minmax(0, 1fr);
		padding: 12px 18px;
	}

	.isube-hotel-mobile dt {
		color: #637888;
		font-size: 12px;
		font-weight: 750;
		line-height: 1.4;
	}

	.isube-hotel-mobile dd {
		color: #334f63;
		font-size: 14px;
		line-height: 1.55;
		margin: 0;
	}

	.isube-hotel-mobile dd a {
		color: #1268b3;
		font-weight: 700;
		text-decoration: none;
	}

	.isube-hotel-mobile__website-link {
		overflow-wrap: anywhere;
		text-decoration: underline !important;
		text-decoration-thickness: 1px !important;
		text-underline-offset: 3px;
	}

	body.isube-meeting-mobile-hotel .hotel-google-map-panel {
		margin-top: 26px;
	}

	body.isube-meeting-mobile-hotel .hotel-section-label {
		color: #153f5c;
		font-size: 20px !important;
		letter-spacing: 0;
		margin-bottom: 13px;
	}

	body.isube-meeting-mobile-hotel .amap-hotel-map-frame {
		border-color: #d8e3eb;
		border-radius: 8px;
		height: 430px;
	}
}
