.map-container {
	display: flex;
	height: max(80dvh, 480px);
}

.map-airport-container {
	flex: 1;
}

#map {
	height: 100%;
}

.airport-popup {
	font-family: 'Graphik Thai', sans-serif;
}

.airport-popup-title {
	font-size: 1.125rem;
	font-weight: 600;
}

.airport-popup-address {
	font-size: 1rem;
	font-weight: 400;
	margin-block-start: 4px;
}

.airport-popup-english-name {
	font-size: 1rem;
	font-weight: 400;
	margin-block-start: 4px;
}

.airport-popup-coordinates {
	font-size: 1rem;
	font-weight: 400;
	white-space: nowrap;
	margin-block-start: 4px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	overflow: hidden;
}

.airport-popup-telephone {
	font-size: 1rem;
	font-weight: 400;
	margin-block-start: 4px;
}

.airport-popup-link {
	font-size: 1rem;
	font-weight: 400;
	white-space: nowrap;
	margin-block-start: 4px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	overflow: hidden;
}

.map-airport-list-item-placeholder {
	align-items: center;
	background-color: #f2f4f7;
	color: #5f6b7a;
	display: flex;
	display: -webkit-flex;
	font-size: 0.875rem;
	height: 145px;
	justify-content: center;
	text-align: center;
	width: 100%;
}
