.gb-any-provider-wrap .jet-form__field-template {
	display: block;
}

.gb-any-provider-wrap .jet-listing-dynamic-image {
	display: flex;
	align-items: center;
	justify-content: center;
}

.gb-any-provider-avatar {
	width: 58px;
	height: 58px;
	border: 1px solid #d9dadc;
	border-radius: 50%;
	background: #f6f6f7;
	color: #8a8b8d;
	font-size: 30px;
	font-weight: 600;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	user-select: none;
}

.gb-any-provider-card {
	display: flex;
	align-items: center;
	gap: 12px;
}

.gb-any-provider-texts {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.gb-any-provider-title {
	color: #15171b;
	font-size: 20px;
	line-height: 1.2;
}

.gb-any-provider-subtitle {
	color: #8a8b8d;
	font-size: 14px;
	line-height: 1.2;
}
