/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 09 2024 | 05:21:26 */
.ta-row {
	margin-left: -15px;
	margin-right: -15px;
	display: flex;
	flex-wrap: wrap;
}

.ta-col-6 {
	width: 50%;
	max-width: 100%;
	flex: 0 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}
.ta-col-6.search-listing__single-wrap {
	margin-top: 30px;
}
.search-listing__single {
	background-color: #fff;
	padding: 15px;
	height: 100%;
	display: flex;
	box-shadow: 0 0 10px #ccc;
	border-radius: 8px;
}
.search-listing__media {
	min-width: 145px;
	max-width: 145px;
	height: 100%;
	border-radius: 8px;
	overflow: hidden;
	margin-right: 20px;
}
.search-listing__media img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.search-listing__details .theme-text {
	color: #205a41;
}
.search-listing__details h3 {
	font-size: 20px;
}
.match-precent {
	font-size: 13px;
}
@media(max-width:1199px){
	.ta-col-6 {
		width: 100%;
	}
}
@media(max-width:575px){
	.search-listing__single {
		flex-direction: column;
	}
	.search-listing__media {
		height: auto;
		width: 100%;
		max-width: 100%;
		aspect-ratio: 16/9;
		margin-right: 0;
		margin-bottom: 20px;
	}
}