.glc-sold-properties-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow-x: auto;
}

.glc-sold-properties-wrap table.PropList {
	width: 100%;
	max-width: 800px;
	border-collapse: collapse;
}

.glc-sold-properties-wrap table.PropList th,
.glc-sold-properties-wrap table.PropList td {
	display: table-cell !important;
	padding: 12px 16px;
	border: 1px solid #d7d7d7;
	text-align: center;
	vertical-align: top;
}

.glc-sold-properties-wrap table.PropList th {
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.glc-sold-properties-pagination {
	margin-top: 24px;
	width: 100%;
	max-width: 800px;
}

.glc-sold-properties-pagination ul {
	display: flex;
	justify-content: center;
	gap: 8px;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	list-style: none;
}

.glc-sold-properties-pagination a,
.glc-sold-properties-pagination span {
	display: inline-block;
	padding: 8px 12px;
	border: 1px solid #d7d7d7;
	text-decoration: none;
}

.glc-sold-properties-pagination .current {
	font-weight: 700;
	background: #f5f5f5;
}
