/* BridgeHub Testimonial Slider - Legacy Admin Styles (kept for backward compatibility) */

.ajsqtesl-wrap {
	width: 100%;
	overflow: hidden;
}

.ajsqtesl-row {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
	width: 100%;
	border-radius: 5px;
	padding: 5px;
	font-size: larger;
}

.ajsqtesl_common {
	width: 50%;
	background: #fff;
	margin: 5px;
	border-radius: 5px;
}

.ajsqtesl_common h3 {
	font-size: x-large;
	text-align: center;
	padding: 0 0 10px;
}

.ajsqtesl_common h5 {
	font-size: x-large;
}

.col-ajsqtesl-paragraph.ajsqtesl_common {
	width: 60%;
	padding: 10px;
}

.col-ajsqtesl_sidebar_area.ajsqtesl_common {
	width: 40%;
	padding: 10px;
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
}

.col-ajsqtesl_sidebar_area p {
	padding: 10px;
}

.ajsqtesl-row p {
	font-size: medium;
	line-height: 30px;
	margin: 0;
	padding: 0;
}

.ajsqtesl-row li {
	font-size: larger;
	padding: 5px 0;
	line-height: 30px;
}

img.auth-img {
	width: 150px;
	height: auto;
	border-radius: 50%;
}

a.btn {
	padding: 15px;
	background: red;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	font-size: larger;
}

a.btn:hover {
	padding: 15px;
	background: rgb(196, 48, 48);
}

@media screen and (max-width: 650px) {
	.ajsqtesl-row {
		flex-direction: column;
		align-items: center;
	}

	.ajsqtesl_common {
		width: 90%;
	}

	.col-ajsqtesl-paragraph.ajsqtesl_common {
		width: 100%;
	}

	.col-ajsqtesl_sidebar_area.ajsqtesl_common {
		width: 100%;
	}

	img.auth-img {
		width: 100px;
	}
}
