.agency-maids-embed {
	clear: both;
	overflow: hidden;
	padding-left: 5px;
}

.agency-maids-embed .add-to-shortlist {
	display: none;
}

.agency-maids-embed .agency-maids-title {
	display: block;
	clear: both;
	margin: 10px 0 8px;
	padding-left: 5px;
	font-size: 15px;
	font-weight: bold;
	color: #0672ec;
	text-decoration: underline;
}

.agency-maids-embed .search_result {
	float: none;
	width: auto;
	margin-left: 0;
	min-height: 0;
}

.agency-maids-embed .search_result .search_result_content {
	border: 0;
	padding: 0;
	overflow: hidden;
}

.agency-maids-embed .search_result .search_result_content .search_result_list {
	margin-left: 0;
}

.agency-maids-embed .search_result_list ul {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	align-items: start;
	gap: 14px 10px;
	width: 100%;
	margin: 0;
	overflow: visible;
}

.agency-maids-embed .search_result_list ul li {
	float: none;
	width: auto;
	margin: 0;
	height: auto !important;
	overflow: visible;
	text-align: center;
}

.agency-maids-embed .search_result_list ul li .maid-descript {
	height: auto !important;
	overflow: visible !important;
}

.agency-maids-embed .search_result_list .text-elips {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
}

.agency-maids-embed .search_result_list .text-elips a {
	text-decoration: none;
	color: #000222;
}

.agency-maids-embed .search_result_list .text-elips a:hover {
	color: #ff9500;
}

.agency-maids-embed .search_result_list .agency_name {
	display: none;
}

.agency-maids-embed .search_result_list .maid-descript .text-elips {
	white-space: nowrap !important;
}

.agency-maids-embed .search_result_list .maid-descript .text-elips a {
	display: inline !important;
	white-space: nowrap !important;
}

.agency-maids-embed .search_result_list .maid-descript .text-elips img {
	display: inline-block !important;
	vertical-align: middle;
	width: 26px;
	height: 12px;
}

@media (max-width: 600px) {
	.agency-maids-embed .search_result .search_result_content .search_result_list ul {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		justify-items: stretch;
		gap: 12px 6px;
	}

	.agency-maids-embed .search_result .search_result_content .search_result_list ul li {
		float: none;
		width: auto;
	}
}
