@media (max-width: 640px) {
	.bpa-front-module-location-module .bpa_search_service_data_cls {
		margin-bottom: 10px !important;
	}

	.bpa-front-module-location-module .bpa_search_service_data_cls .el-input__inner {
		height: 38px !important;
		min-height: 38px !important;
		font-size: 13px !important;
	}

	.bpa-front-module-location-module .bpa-front-module-heading {
		margin-bottom: 10px !important;
		font-size: 16px !important;
		line-height: 20px !important;
	}

	.bpa-front-module-location-module .bpa-front-module--location-items-row {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 8px !important;
	}

	.bpa-front-module-location-module .bpa-fm-li--col-item {
		width: auto !important;
		max-width: none !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	.bpa-front-module-location-module .bpa-fm-li__card {
		min-height: 48px !important;
		padding: 8px !important;
		border-radius: 8px !important;
		display: flex !important;
		align-items: center !important;
		gap: 8px !important;
	}

	.bpa-front-module-location-module .bpa-li-col__image,
	.bpa-front-module-location-module .bpa-front-li-card__left,
	.bpa-front-module-location-module .bpa-front-li__default-img {
		width: 28px !important;
		height: 28px !important;
		min-width: 28px !important;
		margin: 0 !important;
	}

	.bpa-front-module-location-module .bpa-li-col__image img,
	.bpa-front-module-location-module .bpa-front-li__default-img svg {
		width: 28px !important;
		height: 28px !important;
		object-fit: cover !important;
	}

	.bpa-front-module-location-module .bpa-li-col__body {
		min-width: 0 !important;
		flex: 1 1 auto !important;
	}

	.bpa-front-module-location-module .bpa-li-col__title {
		font-size: 12px !important;
		line-height: 15px !important;
		font-weight: 600 !important;
		white-space: normal !important;
		overflow-wrap: anywhere !important;
	}

	.bpa-front-module-location-module .bpa-li-col__address,
	.bpa-front-module-location-module .bpa-li-col__phone-no {
		display: none !important;
	}

	.bpa-front-module-location-module .bpa-front-si-card--checkmark-icon {
		top: 4px !important;
		right: 4px !important;
		width: 18px !important;
		height: 18px !important;
	}
}

@media (max-width: 360px) {
	.bpa-front-module-location-module .bpa-front-module--location-items-row {
		grid-template-columns: 1fr !important;
	}
}
