.ttm-map {
	width: 100%;
	height: 800px;
}

.info-window {
	position: relative;
	max-width: 800px;
	padding: 8px 20px 8px 8px;
	color: #000;
	font-family: "Roboto", sans-serif;
}

.info-window h3 {
	margin: 0 0 20px;
	font-size: 18px;
	font-weight: 700;
}

.info-window a {
	color: #000;
	text-decoration: none;
}

.info-window a:hover,
.info-window a:focus {
	text-decoration: underline;
}

.info-content {
	display: flex;
	gap: 10px;
	align-items: center;
}

.info-text {
	flex: 1;
	margin-right: 10px;
}

.info-image img {
	position: relative;
	display: block;
	width: auto;
	max-width: 250px;
	height: auto;
}

.custom-close-btn {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: #000;
	cursor: pointer;
	font-size: 22px;
	font-weight: 700;
	line-height: 1;
}

.custom-close-btn:hover,
.custom-close-btn:focus {
	background: transparent;
	color: #000;
}

.ttm-map-error {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f4f4f4;
	color: #9b1c1c;
	text-align: center;
}

@media (max-width: 600px) {
	.ttm-map {
		height: 600px;
	}

	.info-window {
		max-width: 90%;
	}

	.info-content {
		flex-direction: column;
	}

	.info-text {
		margin-right: 0;
		margin-bottom: 10px;
		text-align: center;
	}

	.info-image img {
		max-width: 200px;
	}
}
