.ppd-card-image {
	display: block;
	background-position: center;
	background-size: cover;
	color: inherit;
	text-decoration: none;
}

.ppd-card-title {
	color: inherit;
	text-decoration: none;
}

.ppd-card-title:hover,
.ppd-card-title:focus-visible {
	color: #b88a2b;
}

.ppd-inquire-icon {
	display: inline-grid;
	width: 34px;
	height: 34px;
	place-items: center;
	border: 1px solid rgba(184, 138, 43, .35);
	border-radius: 50%;
	color: #b88a2b;
	font-weight: 700;
	text-decoration: none;
}

.ppd-card-inquiry {
	display: inline-flex;
	margin-top: 12px;
	color: #a77819;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
}

.ppd-selected-property {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin: 0 0 20px;
	padding: 13px 16px;
	border: 1px solid rgba(184, 138, 43, .28);
	border-radius: 10px;
	background: #fffaf0;
	color: #243329;
}

.ppd-selected-property strong {
	color: #9b711e;
	font-size: 12px;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.ppd-selected-property span {
	font-weight: 700;
	text-align: right;
}

@media (max-width: 560px) {
	.ppd-selected-property {
		align-items: flex-start;
		flex-direction: column;
	}

	.ppd-selected-property span {
		text-align: left;
	}
}
