.mmrs-results-list {
	list-style: none;
	margin: 0;
	padding: 0;
	max-height: 60vh;
	overflow-y: auto;
}

.mmrs-result + .mmrs-result {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.mmrs-result__link {
	display: flex;
	align-items: center;
	gap: 0.9rem;
	padding: 0.75rem 0.25rem;
	text-decoration: none;
	color: inherit;
}

.mmrs-result__thumb {
	flex: 0 0 52px;
	width: 52px;
	height: 65px;
	border-radius: 3px;
	background-color: rgba(255, 255, 255, 0.08);
	background-size: cover;
	background-position: center;
}

.mmrs-result__info {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	min-width: 0;
}

.mmrs-result__title {
	font-family: "Abhaya Libre", Georgia, serif;
	font-size: 1rem;
	color: rgba(255, 255, 255, 0.92);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mmrs-result__price {
	font-family: "Poppins", Arial, sans-serif;
	font-size: 0.85rem;
	color: #C29B63;
}

.mmrs-result__price .amount { color: inherit; }

.mmrs-empty {
	margin: 0;
	padding: 0.75rem 0.25rem;
	font-family: "Abhaya Libre", Georgia, serif;
	font-size: 0.95rem;
	color: rgba(255, 255, 255, 0.6);
}

.mmrs-view-all {
	display: block;
	margin-top: 0.75rem;
	padding-top: 0.9rem;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	font-family: "Poppins", Arial, sans-serif;
	font-weight: 600;
	font-size: 0.8rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	text-decoration: none;
	color: #C29B63;
}

.mmrs-view-all:hover { color: #d6b988; }

[data-mm-search-results].is-loading {
	opacity: 0.5;
}
