.tmm-bd {
	max-width: 720px;
	margin: 0 auto;
}

.tmm-bd__controls {
	position: sticky;
	top: 0;
	background: #fff;
	padding: 8px 0;
	z-index: 1;
}

.tmm-bd__search {
	width: 100%;
	box-sizing: border-box;
	font-size: 16px; /* prevents iOS Safari auto-zoom on focus */
	padding: 10px 12px;
	border: 1px solid #ccc;
	border-radius: 8px;
	margin-bottom: 10px;
}

.tmm-bd__categories {
	display: flex;
	gap: 8px;
	overflow-x: auto;
	padding-bottom: 4px;
	-webkit-overflow-scrolling: touch;
}

.tmm-bd__chip {
	flex: 0 0 auto;
	font-size: 14px;
	padding: 6px 14px;
	border-radius: 999px;
	border: 1px solid #ccc;
	background: #f5f5f5;
	color: #333;
	cursor: pointer;
	min-height: 32px;
}

.tmm-bd__chip.is-active {
	background: #1a1a1a;
	border-color: #1a1a1a;
	color: #fff;
}

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

.tmm-bd__card {
	display: flex;
	gap: 12px;
	padding: 14px 4px;
	border-bottom: 1px solid #e5e5e5;
}

.tmm-bd__thumb {
	flex: 0 0 auto;
	width: 80px;
	height: 80px;
	object-fit: cover;
	border-radius: 8px;
	background: #eee;
}

.tmm-bd__body {
	min-width: 0;
	flex: 1 1 auto;
}

.tmm-bd__title {
	margin: 0 0 4px;
	font-size: 18px;
	line-height: 1.3;
}

.tmm-bd__badge {
	display: inline-block;
	font-size: 12px;
	color: #555;
	background: #f0f0f0;
	border-radius: 4px;
	padding: 2px 8px;
	margin-bottom: 6px;
}

.tmm-bd__address,
.tmm-bd__hours {
	font-size: 14px;
	color: #444;
	margin-bottom: 2px;
}

.tmm-bd__meta-row {
	display: flex;
	gap: 16px;
	margin-top: 6px;
}

.tmm-bd__meta-item {
	font-size: 14px;
	color: #0056b3;
	text-decoration: none;
}

.tmm-bd__meta-item:hover,
.tmm-bd__meta-item:focus {
	text-decoration: underline;
}

.tmm-bd__empty,
.tmm-bd__loading {
	padding: 24px 8px;
	color: #555;
	font-size: 15px;
	line-height: 1.5;
}
