form.search-tool-form {
	max-width: 400px;
}

.table-heading span {
	display: inline-block;
	width: auto;
	font-weight: 700;
	padding: 10px 20px;
}

.table-heading + table {
	margin-top: 0 !important;
}

table.full-table {
	width: 100%;
}

table thead th {
	font-weight: 700;
	text-align: left;
}

table tbody tr {
	background-color: var(--wp--preset--color--off-white);
}

table thead tr,
table tbody tr:nth-of-type(even) {
	background-color: var(--wp--preset--color--light-gray);
}

table th,
table td {
	padding: 10px 20px;
}

table.overview-table th,
table.overview-table td {
	width: 25%;
	min-width: 300px;
	max-width: 300px;
}

table.overview-table th:empty,
table.overview-table td:empty {
	min-width: unset;
}

.custom-dropdown li.first {
	font-style: normal;
}

.custom-dropdown .open ul {
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	border: none;
}

.custom-dropdown .open ul li {
	border: none;
}

.custom-dropdown .open ul li:before {
	display: none !important;
}

.custom-dropdown li.first {
	border: none;
	border-bottom: 1px solid var(--wp--preset--color--gray);
	padding-left: 0 !important;
	padding-right: 32px !important;
}

.custom-dropdown li.first:before {
    top: 6px !important;
    right: 0 !important;
    content: "" !important;
    height: 26px !important;
    width: 26px !important;
    background-position: right center !important;
    background-repeat: no-repeat !important;
    background-image: url('https://www.apraz.com/wp-content/themes/apraz/assets/img/angle-down.png') !important;
    background-size: 26px 26px !important;
    pointer-events: none !important;
    z-index: 5 !important;
}

form input[type=text] {
	border: none;
	border-bottom: 1px solid var(--wp--preset--color--gray);
	padding-left: 0;
	padding-right: 0;
}

span.vertical-divider {
	display: inline-block;
	width: 2px;
	height: 1em;
	position: relative;
	top: 8px;
	background-color: var(--wp--preset--color--gray);
	margin: 0 10px;
}

.order-results-form {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
}

.sort-form-label,
.sort-form-submit {
	flex-shrink: 0;
	flex-grow: 0;
}

.sort-form-inputs {
	width: 100%;
	max-width: 150px;
}

.inactive-pagination {
	pointer-events: none !important;
}

.table-section-heading {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	column-gap: 20px;
	margin-bottom: 10px;
}

.property-images {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	gap: 20px;
}

.property-images > * {
	display: block;
	flex-basis: calc(50% - 10px);
	min-width: 300px;
}

.image-link {
	border-bottom: none !important;
	background-color: transparent !important;
}

.image-link > img {
	width: 100%;
}

@media only screen and (max-width: 1040px) {
	table.overview-table th,
	table.overview-table td {
		width: 25%;
		min-width: unset;
		max-width: unset;
	}

	table.overview-table th:empty,
	table.overview-table td:empty {
		display: none;
	}
}

@media only screen and (max-width: 700px) {
	.responsive-table-wrapper {
		overflow-x: auto;
	}
	
	.responsive-table-wrapper table {
		min-width: 700px;
	}
}

@media only screen and (max-width: 600px) {
	.table-heading span,
	table th,
	table td {
		font-size: 14px;
		padding: 7.5px 15px;
	}

	.spacer-tall {
		margin-top: 50px !important;
	}
}