.bd-location-details {
	font-family: Arial, Helvetica, sans-serif;
}

.bd-location-details p {
	margin: 0 0 6px;
	font-size: 14px;
	color: #444444;
}

.bd-location-details strong {
	color: #204c49;
}

.bd-service-history,
.bd-upcoming-events {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

.bd-empty-state {
	display: block;
	padding: 40px 20px;
	text-align: center;
	background: #f4f6f6;
	border-radius: 10px;
	color: #666666;
}

.bd-history-card,
.bd-upcoming-card {
	background: #ffffff;
	border-radius: 10px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.bd-history-thumb img {
	display: block;
	width: 100%;
	height: 160px;
	object-fit: cover;
}

.bd-history-body,
.bd-upcoming-card {
	padding: 16px;
}

.bd-history-date,
.bd-upcoming-date {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	color: #204c49;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	margin-bottom: 4px;
}

.bd-history-body h3,
.bd-upcoming-card h3 {
	margin: 0 0 6px;
	font-size: 17px;
	color: #204c49;
}

.bd-history-body p,
.bd-upcoming-card p {
	font-size: 13px;
	color: #444444;
	line-height: 1.5;
	margin: 0 0 10px;
}

.bd-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 10px;
}

.bd-badge {
	display: inline-block;
	border: 1px solid #204c49;
	color: #204c49;
	border-radius: 999px;
	padding: 2px 9px;
	font-size: 11px;
	font-weight: 600;
	background: #f4f9f8;
}

.bd-upcoming-age {
	font-size: 12px !important;
	color: #666666 !important;
}

.bd-upcoming-cta {
	display: inline-block;
	background: #204c49;
	color: #ffffff !important;
	font-weight: 700;
	font-size: 13px;
	text-decoration: none;
	padding: 9px 16px;
	border-radius: 8px;
}

.bd-upcoming-cta:hover {
	background: #163531;
}
