.fancify-core-single-agent-details-container {
	display: flex;
	flex-wrap: wrap;

	.fancify-core-single-agent-detail {
		@include font-size(18);
		font-weight: $regular;
		margin-bottom: 13px;
		min-width: 25%;

		label {
			@include font-family-quicksand;
			@include font-size(19);
			@include font-weight(semi-bold);
			color: #929292;
		}

		i {
			color: #929292;
			padding-right: 7px;
			@include font-size(16);
		}

		.fancify-core-single-agent-detail-value {
			@include font-family-quicksand;
			@include font-size(20);
			@include font-weight(bold);
			color: $black-color-2;
			padding-top: 10px;
		}
	}

	.fancify-core-single-agent-listed-properties {
		margin-top: 15px;
		width: 100%;
		@include font-size(20);
		color: $default-purple;
		display: block;
	}

	&.fancify-core-singel-agent-detail-two-line-style {
		.fancify-core-single-agent-detail {
			@include for-tablet {
				margin-bottom: 20px;
			}
		}

	}

	&.fancify-core-singel-agent-detail-inline-style {
		.fancify-core-single-agent-detail {
			display: flex;
			margin-bottom: 20px;

			label {
				color: $black-color-2;
				@include font-size(17);
				@include font-family-poppins;
				@include font-weight(regular);
			}

			.fancify-core-single-agent-detail-value {
				padding-top: 0;
				padding-left: 7px;
				color: #0B2A53;
				@include font-size(18);
				@include font-family-poppins;
				@include font-weight(regular)
			}
		}
	}
}