.bb-property-listing {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 1.5rem;
}

.bb-property-card {
	border: 1px solid #e5e7eb;
	border-radius: 0.5rem;
	overflow: hidden;
	background: #fff;
}

.bb-property-card img {
	width: 100%;
	height: auto;
	display: block;
}

.bb-property-card h3 {
	margin: 0.75rem 1rem 0;
	font-size: 1.125rem;
}

.bb-property-card .bb-price {
	color: #047857;
	font-weight: 700;
	margin: 0.25rem 1rem;
}

.bb-property-card .bb-excerpt {
	color: #6b7280;
	margin: 0 1rem 1rem;
}

.bb-hero {
	background-size: cover;
	background-position: center;
	padding: 6rem 1rem;
	text-align: center;
	color: #fff;
}

.bb-hero-content {
	background: rgba(0, 0, 0, 0.5);
	display: inline-block;
	padding: 2rem;
	border-radius: 0.5rem;
}

.bb-gallery {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 1rem;
}

.bb-gallery img {
	width: 100%;
	height: auto;
	border-radius: 0.375rem;
}

.bb-contact-button {
	display: inline-block;
	padding: 0.75rem 1.5rem;
	background: #2563eb;
	color: #fff;
	border-radius: 0.375rem;
	text-decoration: none;
}
