.gmds-google-map,
.gmds-google-map *,
.gmds-google-map *::before,
.gmds-google-map *::after {
	box-sizing: border-box;
}

@media (max-width: 767px) {
	.gmds-google-map {
		height: auto !important;
		overflow: visible !important;
	}

	.gmds-google-map .gmds-google-map__canvas {
		height: 350px !important;
	}

	.gmds-google-map .gmds-google-map__overlay {
		position: static !important;
		left: 0 !important;
		right: 0 !important;
		top: auto !important;
		bottom: auto !important;
		width: 100% !important;
		transform: none !important;
		padding: 0 !important;
	}

	.gmds-google-map .gmds-directions-form {
		align-items: stretch !important;
		flex-direction: column !important;
		gap: 0 !important;
		width: 100% !important;
		max-width: 100% !important;
		padding: 0 !important;
		border-radius: 0 !important;
	}

	.gmds-google-map .gmds-directions-input,
	.gmds-google-map .gmds-directions-button {
		display: block !important;
		flex: 0 0 auto !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		border-radius: 0 !important;
	}
}
