.property-list {
	width: 100%;
	text-align: center;
	white-space: nowrap;
}

.property-list tr {
	border-bottom: 1px solid #000000;
	background-color: transparent;
	transition: background-color 0.3s ease;
}

.property-list tbody tr:hover {
	background-color: rgba(237, 28, 36, 0.1);
}

.property-list th {
	text-transform: lowercase;
}

.property-list th.nc {
	text-transform: none;
}

.property-list .sqm {
	text-transform: none;
}

.property-list th, .property-list th a {
	color: #000000;
	font-weight: 300;
}

.property-list .active span {
	position: relative;
}

.property-list .active span:after {
	content: "";
	position: absolute;
	display: block;
	font-size: 1rem;
	top: 3px;
	left: -1.3em;
	transform: scale(150%, 80%);
	color: var(--red);
}

.property-list .active.asc span:after {
	content: "⯅";
}

.property-list .active.desc span:after {
	content: "⯆";
}

.property-list a {
	display: block;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
}

.property-list a:hover {
	color: #000000;
}

.property-list td {
	font-weight: 300;
}

.property-list .number {
	text-align: left;
	padding-left: var(--proplist-padding);
	width: 60px;
}

.property-list .floor-area {
	width: 130px;
}

.property-list .price {
	text-align: right;
	width: 7%;
	min-width: 150px;
	padding-right: var(--proplist-padding);
}

.property-list td.number, .property-list td.disposition, .property-list td.loft, .property-list td.floor-area, .property-list td.price {
	font-weight: 500;
}

.favorite-mark {
	width: 27px;
	height: auto;
}

.ceiling-sign {
	display: inline-block;
	color: #ffffff;
	font-weight: 500;
	font-size: 1.125rem;
	background-color: var(--red);
	border-radius: 1000px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}

.not-found {
	text-align: center;
	padding: 2em;
}

@media screen and (max-width: 960px) {
	.property-list .active span:after {
		top: -1em;
		left: 50%;
		right: auto;
		transform: scale(150%, 80%) translateX(-50%);
	}
}

@media screen and (max-width: 830px) {
	.property-list, .property-list th {
		font-size: 1rem;
	}

	.property-list .number {
		width: auto;
	}

	.property-list .price {
		min-width: 100px;
	}

	.property-list .floor-area {
		width: 90px;
	}

	.favorite-mark {
		width: 20px;
	}

	.ceiling-sign {
		font-size: 0.9rem;
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
}

@media screen and (max-width: 760px) {
	.property-list .loft {
		display: none;
	}
}

@media screen and (max-width: 680px) {
	.property-list .ceiling {
		display: none;
	}
}

@media screen and (max-width: 560px) {
	.property-list .floor {
		display: none;
	}
}

@media screen and (max-width: 500px) {
	.property-list .blt {
		display: none;
	}
}

@media screen and (max-width: 420px) {
	.property-list .floor-area {
		display: none;
	}
}
