.hslands-project-price-history,
.hslands-project-price-history.hslands-project-section,
.hslands-project-price-history.hslands-single-section {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: #2c2c2c;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	margin: 0 0 32px;
	max-width: none;
	overflow: visible;
	padding: 0;
	width: 100%;
}

.hslands-project-price-history::after {
	content: "";
	display: block;
	height: 16px;
}

.hslands-project-price-history.hslands-single-section {
	box-sizing: border-box;
	padding: 10px;
}

.hslands-price-history__head {
	display: block;
	margin: 0;
}

.hslands-price-history__head > div:first-child {
	display: block;
	margin: 0;
	padding: 0;
}

.hslands-price-history__head h2 {
	color: #2c2c2c;
	display: block;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 28px;
	margin: 0 0 4px;
	padding: 0;
	width: 100%;
}

.hslands-price-history__head p {
	display: none;
}

.hslands-price-history__controls {
	display: inline-block;
	height: 32px;
	margin: 0 0 20px;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.hslands-price-history__controls::after {
	clear: both;
	content: "";
	display: table;
}

.hslands-price-history__segment {
	background: transparent;
	border: 0;
	border-radius: 0;
	display: block;
	float: left;
	font-size: 0;
	height: 32px;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

.hslands-price-history__segment + .hslands-price-history__segment {
	float: right;
}

.hslands-price-history__segment button {
	appearance: none;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 0;
	box-sizing: border-box;
	color: #999;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	height: 32px;
	line-height: 20px;
	margin: 0 -1px 0 0;
	min-height: 0;
	min-width: 0;
	padding: 5px 11px;
	transition: none;
	vertical-align: top;
}

.hslands-price-history__segment:first-child button:first-child {
	width: 78.3px;
}

.hslands-price-history__segment:first-child button:last-child {
	width: 80.1px;
}

.hslands-price-history__segment + .hslands-price-history__segment button {
	width: 63px;
}

.hslands-price-history__segment button:first-child {
	border-radius: 4px 0 0 4px;
}

.hslands-price-history__segment button:last-child {
	border-radius: 0 4px 4px 0;
	margin-right: 0;
}

.hslands-price-history__segment button:hover,
.hslands-price-history__segment button.is-active {
	background: #f2f2f2;
	color: #2c2c2c;
}

.hslands-price-history__summary {
	border: 1px solid #f2f2f2;
	border-radius: 8px;
	display: flex;
	height: 118px;
	margin: 0;
	overflow: hidden;
	padding: 16px 0;
	width: 100%;
}

.hslands-price-history__metric {
	display: block;
	flex: 0 0 33.333333%;
	height: 84px;
	margin: 0;
	overflow: hidden;
	padding: 0 28px;
	position: relative;
	width: 33.333333%;
}

.hslands-price-history__metric + .hslands-price-history__metric {
	border-left: 1px solid #f2f2f2;
}

.hslands-price-history__metric strong {
	align-items: center;
	color: #2c2c2c;
	display: table;
	font-size: 24px;
	font-weight: 400;
	height: 32px;
	line-height: 32px;
	margin: 0 0 12px;
	overflow: hidden;
	padding: 0;
	white-space: nowrap;
}

.hslands-price-history__metric span {
	color: #505050;
	display: block;
	font-size: 14px;
	font-weight: 400;
	height: 40px;
	line-height: 20px;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

.hslands-price-history__metric em {
	display: none;
}

.hslands-price-history__metric .hslands-price-history__value-main {
	color: #2c2c2c;
	display: inline-block;
	font-size: 24px;
	font-weight: 400;
	height: 32px;
	line-height: 32px;
	margin: 0;
	overflow: visible;
	vertical-align: top;
	width: auto;
}

.hslands-price-history__metric .hslands-price-history__value-unit {
	color: #2c2c2c;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	height: 20px;
	line-height: 20px;
	margin: 9px 0 0 4px;
	overflow: visible;
	vertical-align: top;
	width: auto;
}

.hslands-price-history__trend-icon {
	align-items: center;
	border-radius: 50%;
	color: #fff;
	display: inline-flex;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	height: 24px;
	justify-content: center;
	line-height: 24px;
	margin: 4px 4px 0 0;
	vertical-align: top;
	width: 24px;
}

.hslands-price-history__trend-icon.is-up {
	background: #247006;
}

.hslands-price-history__trend-icon.is-down {
	background: #e33b32;
}

.hslands-price-history__chart-card {
	background: transparent;
	border: 0;
	border-radius: 0;
	margin: 0;
	padding: 0;
	width: 100%;
}

.hslands-price-history__chart {
	box-sizing: border-box;
	height: 359px;
	margin: 0;
	padding: 24px 0 0;
	position: relative;
	width: 100%;
}

.hslands-price-history__unit {
	color: #999;
	display: block;
	font-size: 12px;
	font-weight: 400;
	height: 16px;
	line-height: 16px;
	margin: 0 0 12px 5px;
	padding: 0;
	width: auto;
}

.hslands-price-history__chart svg {
	display: block;
	height: 307px;
	margin: 0;
	overflow: visible;
	padding: 0;
	width: 100%;
}

.hslands-price-history__axis,
.hslands-price-history__grid-line {
	stroke: #e9e9e9;
	stroke-width: 1;
}

.hslands-price-history__axis-label,
.hslands-price-history__x-label {
	fill: #666;
	font-size: 12px;
	font-weight: 400;
}

.hslands-price-history__line {
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.4;
}

.hslands-price-history__line--high {
	stroke: #c1abd0;
}

.hslands-price-history__line--popular {
	stroke: #009ba1;
}

.hslands-price-history__line--low {
	stroke: #f6c76f;
}

.hslands-price-history__point {
	stroke: transparent;
	stroke-width: 0;
}

.hslands-price-history__point--high {
	fill: #c1abd0;
}

.hslands-price-history__point--popular {
	fill: #009ba1;
}

.hslands-price-history__point--low {
	fill: #f6c76f;
}

.hslands-price-history__listing-marker {
	fill: #e55249;
	stroke: rgba(229, 82, 73, 0.24);
	stroke-width: 8;
}

.hslands-price-history__empty {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #999;
	display: flex;
	font-size: 14px;
	font-weight: 400;
	height: 307px;
	justify-content: center;
	line-height: 20px;
	margin: 0;
	padding: 55px 32px;
	text-align: center;
	width: 100%;
}

.hslands-price-history__legend {
	display: block;
	font-size: 0;
	height: 36px;
	margin: 0;
	overflow: hidden;
	padding: 16px 0 0;
	text-align: left;
	width: 100%;
}

.hslands-price-history__legend span {
	color: #505050;
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	margin: 0 28px 0 0;
	padding: 0 0 0 28px;
	position: relative;
	vertical-align: top;
	white-space: nowrap;
}

.hslands-price-history__legend span:last-child {
	margin-right: 0;
}

.hslands-price-history__legend i {
	display: block;
	left: 0;
	position: absolute;
	top: 7px;
}

.hslands-price-history__legend .is-high i,
.hslands-price-history__legend .is-popular i,
.hslands-price-history__legend .is-low i {
	border-radius: 999px;
	height: 2px;
	width: 20px;
}

.hslands-price-history__legend .is-high i {
	background: #c1abd0;
}

.hslands-price-history__legend .is-popular i {
	background: #009ba1;
}

.hslands-price-history__legend .is-low i {
	background: #f6c76f;
}

.hslands-price-history__legend .is-current i {
	background: #e55249;
	border-radius: 50%;
	box-shadow: 0 0 0 5px rgba(229, 82, 73, 0.2);
	height: 12px;
	top: 2px;
	width: 12px;
}

.hslands-price-history__notice {
	background: #f0eaf4;
	border: 0;
	border-radius: 4px;
	color: #2c2c2c;
	display: table;
	height: 84px;
	margin: 16px 0 0;
	overflow: hidden;
	padding: 12px 16px;
	width: 100%;
}

.hslands-price-history__notice i {
	align-items: center;
	background: #8d56a3;
	border-radius: 50%;
	color: #fff;
	display: inline-flex;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	height: 24px;
	justify-content: center;
	line-height: 24px;
	margin: 18px 0 0;
	width: 24px;
}

.hslands-price-history__notice p {
	color: #2c2c2c;
	display: table-cell;
	font-size: 14px;
	font-weight: 400;
	height: 60px;
	line-height: 20px;
	margin: 0;
	padding: 0 0 0 8px;
	vertical-align: middle;
	width: calc(100% - 24px);
}

@media (max-width: 680px) {
	.hslands-project-price-history,
	.hslands-project-price-history.hslands-project-section,
	.hslands-project-price-history.hslands-single-section {
		max-width: none;
		width: 100%;
	}

	.hslands-price-history__controls {
		height: auto;
		overflow: visible;
	}

	.hslands-price-history__segment,
	.hslands-price-history__segment + .hslands-price-history__segment {
		float: none;
		margin-bottom: 8px;
	}

	.hslands-price-history__summary {
		display: block;
		height: auto;
		padding: 0;
	}

	.hslands-price-history__metric {
		height: auto;
		min-height: 84px;
		padding: 16px 20px;
		width: 100%;
	}

	.hslands-price-history__metric + .hslands-price-history__metric {
		border-left: 0;
		border-top: 1px solid #f2f2f2;
	}

	.hslands-price-history__chart,
	.hslands-price-history__chart svg {
		height: 300px;
	}

	.hslands-price-history__chart {
		height: 352px;
	}

	.hslands-price-history__legend {
		height: auto;
		line-height: 22px;
		text-align: left;
	}

	.hslands-price-history__legend span {
		margin-bottom: 8px;
	}

	.hslands-price-history__notice {
		height: auto;
	}
}
