/* Rumova: tambahan gaya untuk halaman detail properti. */

.rumova-properti {
	max-width: 900px;
	margin: 40px auto;
	padding: 0 20px;
}

.rumova-properti h1 {
	margin-bottom: 20px;
	font-size: 32px;
}

.foto-properti img {
	display: block;
	width: 100%;
	max-height: 500px;
	border-radius: 15px;
	object-fit: cover;
}

.detail-properti {
	margin-top: 25px;
	padding: 25px;
	color: #1f2937;
	background: #ffffff;
	border-radius: 15px;
	box-shadow: 0 5px 20px rgba( 0, 0, 0, 0.08 );
}

.detail-properti p {
	margin: 0 0 12px;
	color: #1f2937;
}

.detail-properti strong {
	display: inline-block;
	min-width: 140px;
	color: #0d3b2e;
}

.detail-properti__label {
	margin: 28px 0 10px !important;
}

.fasilitas-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.fasilitas-list li {
	margin-bottom: 8px;
	color: #1f2937;
}

.fasilitas-list li::before {
	margin-right: 8px;
	color: #0d3b2e;
	font-weight: 700;
	content: "✓";
}

.rumova-owner-card {
	margin-top: 28px;
	padding: 22px;
	background: #f3f8f4;
	border: 1px solid #d7e8da;
	border-radius: 14px;
}

.rumova-owner-card__title {
	margin: 0 0 12px;
	color: #0d3b2e !important;
	font-size: 20px !important;
	font-weight: 700 !important;
}

.rumova-owner-card__button {
	display: inline-block;
	margin-top: 6px;
	padding: 11px 18px;
	color: #ffffff !important;
	background: #0d3b2e;
	border-radius: 8px;
	font-weight: 700;
	text-decoration: none;
}

.rumova-owner-card__button:hover,
.rumova-owner-card__button:focus {
	color: #ffffff !important;
	background: #06261d;
}

.rumova-verification {
	margin-top: 22px !important;
	margin-bottom: 0 !important;
	color: #0d3b2e !important;
	font-weight: 700;
}

@media ( max-width: 600px ) {
	.rumova-properti {
		margin: 24px auto;
		padding: 0 16px;
	}

	.detail-properti {
		padding: 20px;
	}

	.detail-properti strong {
		display: block;
		min-width: 0;
		margin-bottom: 3px;
	}
}
