.derra-property-list-wrapper,
.derra-property-detail {
	max-width: 1200px;
	margin: 0 auto;
}

.derra-property-filters {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	margin-bottom: 24px;
	padding: 18px;
	background: #f6f7f7;
	border-radius: 12px;
}

.derra-filter-group label,
.derra-form-group label {
	display: block;
	font-weight: 600;
	margin-bottom: 6px;
}

.derra-filter-group input,
.derra-filter-group select,
.derra-form-group input,
.derra-form-group textarea {
	width: 100%;
	padding: 11px 12px;
	border: 1px solid #d9d9d9;
	border-radius: 6px;
	box-sizing: border-box;
}

.derra-filter-actions {
	display: flex;
	align-items: flex-end;
}

.derra-btn {
	display: inline-block;
	padding: 11px 18px;
	background: #1f6f43;
	color: #fff !important;
	text-decoration: none;
	border: 0;
	border-radius: 6px;
	cursor: pointer;
	font-weight: 600;
}

.derra-btn:disabled {
	opacity: 0.75;
	cursor: not-allowed;
}

.derra-whatsapp-btn {
	background: #25d366;
}

.derra-property-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.derra-property-card,
.derra-property-detail {
	background: #fff;
	border: 1px solid #ececec;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}

.derra-property-card-image,
.derra-property-card-image img,
.derra-property-detail-image img {
	display: block;
	width: 100%;
}

.derra-property-card-image img,
.derra-property-detail-image img {
	height: auto;
}

.derra-property-card-content,
.derra-property-detail-content {
	padding: 22px;
}

.derra-property-card-content h3,
.derra-property-title {
	margin-top: 0;
	margin-bottom: 14px;
}

.derra-property-card-content h3 a {
	text-decoration: none;
}

.derra-property-meta {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin-bottom: 20px;
}

.derra-property-price {
	font-size: 1rem;
}

.derra-property-excerpt {
	color: #555;
}

.derra-property-enquiry {
	margin-top: 24px;
	padding-top: 20px;
	border-top: 1px solid #eee;
}

.derra-form-group {
	margin-bottom: 16px;
}

.derra-form-response {
	margin-top: 12px;
	font-weight: 600;
}

.derra-form-response.success {
	color: #0a7a35;
}

.derra-form-response.error {
	color: #b42318;
}

.derra-no-properties,
.derra-notice {
	padding: 16px;
	border-radius: 8px;
	background: #f6f7f7;
}

.derra-loading {
	opacity: 0.65;
	pointer-events: none;
}

@media (max-width: 991px) {
	.derra-property-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.derra-property-filters,
	.derra-property-meta {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 640px) {
	.derra-property-grid,
	.derra-property-filters,
	.derra-property-meta {
		grid-template-columns: 1fr;
	}
}
