/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: mm-coin-collection
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.mm-coin-taxonomy-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
}

.mm-coin-taxonomy-tags__item {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 11px 18px;
	border: 1px solid #d8c8a8;
	background: #fbf8f2;
	color: #2b2b2b;
	text-decoration: none;
	font-family: monospace;
	font-size: 18px;
	line-height: 1;
	border-radius: 2px;
	transition: all 0.2s ease;
}

.mm-coin-taxonomy-tags__item:hover {
	background: #f4ede0;
	color: #111111;
}

.mm-coin-taxonomy-tags__item.is-active {
	background: #dce8f8;
	border-color: #a9bfdc;
	color: #2b2b2b;
}

@media (max-width: 767px) {
	.mm-coin-taxonomy-tags {
		gap: 10px;
	}

	.mm-coin-taxonomy-tags__item {
		font-size: 16px;
		padding: 10px 14px;
	}
}

.mm-coin-meta-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.mm-coin-meta-list__row {
	display: flex;
	align-items: center;
	gap: 12px;
}

.mm-team-info__grid {
	display: grid;
}

.mm-team-info__card {
	display: flex;
	flex-direction: column;
}

.mm-team-info__card-content {
	display: flex;
	flex-direction: column;
}

.mm-team-info__media {
	overflow: hidden;
	width: 100%;
}

.mm-team-info__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mm-team-info__open {
	cursor: pointer;
	transition-property: color, background-color, border-color, box-shadow, transform;
	transition-timing-function: ease;
	max-width: 100%;
}

.mm-team-info__dialog {
	position: fixed;
	border: 0;
	padding: 24px;
	max-width: min(720px, calc(100% - 40px));
	width: 100%;
	box-sizing: border-box;
	overflow: visible;
	margin: auto;
	inset: 0;
}

.mm-team-info__dialog::backdrop {
	background-color: rgba(0, 0, 0, 0.6);
}

.mm-team-info__close {
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(42%, -42%);
	width: 44px;
	height: 44px;
	border: 0;
	border-radius: 50px !important;
	background-color: #000000;
	color: #ffffff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 34px;
	line-height: 1;
	padding: 0 0 2px;
	cursor: pointer;
	z-index: 20;
	appearance: none;
	background-color: #111111 !important;
	/*box-shadow: 0 0 0 3px rgba(74, 235, 221, 0.95), 0 4px 12px rgba(0, 0, 0, 0.4);*/
}

.mm-team-info__close:hover,
.mm-team-info__close:focus {
	background-color: var(--e-global-color-primary) !important;
	color: #ffffff !important;
}

.mm-team-info__dialog-body {
	max-height: calc(100vh - 140px);
	overflow-y: auto;
	overflow-x: hidden;
}

.mm-team-info__popup-layout {
	display: grid;
	grid-template-columns: minmax(120px, 35%) minmax(0, 1fr);
	gap: 24px;
	align-items: start;
	width: 100%;
	max-width: 100%;
}

.mm-team-info__popup-media {
	overflow: hidden;
	width: 100%;
	max-width: 280px;
}

.mm-team-info__popup-media .mm-team-info__img {
	height: auto;
	aspect-ratio: 1 / 1;
}

.mm-team-info__popup-title {
	margin: 0 0 16px;
}

.mm-team-info__popup-content {
	min-width: 0;
}

@media (max-width: 900px) {
	.mm-team-info__popup-layout {
		grid-template-columns: 1fr;
	}
}


.mm-coin-type-badge {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.mm-coin-type-badge__pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1.25;
	border-style: solid;
	border-width: 0;
}



/* =========================
   Coin filter UI (shortcodes; toggled in coin.js)
========================= */
#coin-filter-ui {
	display: none;
}

#coin-filter-ui.is-active {
	display: block;
}

/* =========================
   FacetWP Base
========================= */
.facetwp-facet {
	margin-bottom: 15px !important;
}

.facetwp-facet,
.facetwp-facet * {
	font-family: var(--e-global-typography-text-font-family);
	font-size: 14px !important;
	line-height: 1.2;
	box-sizing: border-box;
}

/* =========================
   Facet Titles
========================= */
.facet-title {
	font-family: var(--e-global-typography-text-font-family);
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
	margin-bottom: 12px;
}

/* =========================
   Checkbox Facets
========================= */
.facetwp-type-checkboxes {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.facetwp-type-checkboxes .facetwp-checkbox {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 8px 16px;
	border: 1px solid #d9d9d9;
	border-radius: 999px;
	background: #f8f8f8;
	color: #444;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	cursor: pointer;
	box-shadow: none;
	background-image: none !important;
	transition: all 0.2s ease;
}

.facetwp-type-checkboxes .facetwp-checkbox:before {
	display: none !important;
}

.facetwp-type-checkboxes .facetwp-checkbox:hover {
	background: #f1f1f1;
	border-color: #cfcfcf;
}

.facetwp-type-checkboxes .facetwp-checkbox.checked {
	background: rgba(47, 167, 147, 0.12);
	border-color: rgba(47, 167, 147, 0.35);
	color: #2fa793;
	font-weight: 500;
}

.facetwp-type-checkboxes .facetwp-display-value {
	font-family: var(--e-global-typography-text-font-family);
	font-size: 14px;
}

.facetwp-type-checkboxes .facetwp-counter {
	font-size: 12px;
	opacity: 0.65;
	margin-left: 2px;
}

/* =========================
   Search Facet
========================= */
.facetwp-type-search,
.facetwp-type-search .facetwp-input-wrap,
.facetwp-type-search .facetwp-search {
	min-width: 0 !important;
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box;
}

.facetwp-type-search .facetwp-input-wrap {
	display: block;
}

.facetwp-type-search .facetwp-search {
	padding: 12px 16px;
	border: 1px solid #d9d9d9;
	border-radius: 12px;
	font-family: var(--e-global-typography-text-font-family);
	font-size: 14px;
	line-height: 1.4;
}

/* =========================
   Reset Button
========================= */
.facetwp-facet-reset .facetwp-reset {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 22px;
	border: 1px solid #2fa793;
	border-radius: 12px;
	background: #2fa793;
	color: #fff;
	font-family: "Roboto Slab", serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.2s ease;
}

.facetwp-facet-reset .facetwp-reset:hover {
	background: #278c7c;
	border-color: #278c7c;
	color: #fff;
}

.facetwp-facet-reset .facetwp-reset:focus {
	outline: none;
	box-shadow: 0 0 0 3px rgba(47, 167, 147, 0.18);
}

/* =========================
   Mobile
========================= */
@media (max-width: 767px) {

	/* Sidebar */
	.coin-archive-sidebar {
		padding: 18px 16px !important;
		border-radius: 24px !important;
	}

	.facet-title,
	.coin-archive-sidebar .elementor-heading-title {
		font-size: 14px !important;
		line-height: 1.2 !important;
		margin-bottom: 10px !important;
	}

	.facetwp-facet,
	.facetwp-facet * {
		font-size: 13px;
	}

	.facetwp-facet {
		margin-bottom: 8px !important;
	}

	/* Search */
	.facetwp-type-search .facetwp-search {
		min-height: 42px !important;
		padding: 10px 42px 10px 12px !important;
		border-radius: 12px !important;
		font-size: 13px !important;
		margin-bottom: 4px !important;
	}

	.facetwp-type-search .facetwp-icon {
		right: 12px !important;
	}

	/* Reset */
	.facetwp-facet-reset .facetwp-reset {
		padding: 9px 14px !important;
		font-size: 13px !important;
		border-radius: 12px !important;
	}

	/* Parent accordion */
	.coin-filter-parent,
	.coin-filter-parent.e-con {
		min-height: 0 !important;
		border: 1px solid #e7e2dc;
		border-radius: 18px;
		padding: 0 !important;
		background: #fff;
		overflow: hidden;
	}

	.coin-filter-parent__title {
		display: flex !important;
		align-items: center !important;
		justify-content: space-between !important;
		min-height: auto;
		padding: 14px 12px 14px 18px !important;
		margin: 0 !important;
		cursor: pointer;
		border: 0 !important;
	}

	.coin-filter-parent__title.elementor-widget,
	.coin-filter-parent__title .elementor-widget-container {
		margin: 0 !important;
		padding-bottom: 0 !important;
	}

	.coin-filter-parent__title .elementor-heading-title {
		margin: 0 !important;
		font-size: 17px !important;
		line-height: 1.2 !important;
		font-weight: 700 !important;
	}

	.coin-filter-parent__title::after {
		content: "+";
		position: static !important;
		transform: none !important;
		margin-left: 12px !important;
		width: 24px;
		height: 24px;
		min-width: 24px;
		display: inline-flex !important;
		align-items: center;
		justify-content: center;
		border-radius: 999px;
		background: #f3f1ed;
		color: #222;
		font-size: 15px;
		font-weight: 600;
		line-height: 1;
		text-align: center;
	}

	.coin-filter-parent.is-open>.coin-filter-parent__title::after {
		content: "−" !important;
		background: rgba(47, 167, 147, 0.15);
		color: #2fa793;
	}

	.coin-filter-parent__content,
	.coin-filter-parent__content.e-con {
		display: flex !important;
		flex-direction: column !important;
		justify-content: flex-start !important;
		align-items: stretch !important;
		gap: 0 !important;
		row-gap: 0 !important;
		column-gap: 0 !important;

		max-height: 0;
		overflow: hidden;
		opacity: 0;
		transform: translateY(-5px);
		transition:
			max-height 0.35s ease,
			opacity 0.25s ease,
			transform 0.25s ease;
	}

	.coin-filter-parent.is-open>.coin-filter-parent__content {
		max-height: 1200px;
		opacity: 1;
		transform: translateY(0);
		padding: 0 0px 10px 0px !important;
	}

	.coin-filter-parent:not(.is-open)>.coin-filter-parent__content {
		max-height: 0 !important;
		opacity: 0 !important;
		overflow: hidden !important;
		padding: 0 !important;
		margin: 0 !important;
	}

	/* Child accordions */
	.coin-filter-parent__content>.coin-filter-accordion,
	.coin-filter-parent__content>.elementor-element {
		margin: 0 !important;
	}

	.coin-filter-accordion,
	.coin-filter-accordion.e-con {
		min-height: 0 !important;
		gap: 0 !important;
		row-gap: 0 !important;
		column-gap: 0 !important;
		justify-content: flex-start !important;
		align-items: stretch !important;
		border-top: 1px solid #ece7e1 !important;
		padding: 0 !important;
		margin: 0 !important;
	}

	.coin-filter-accordion__title {
		display: flex !important;
		align-items: center !important;
		justify-content: space-between !important;
		min-height: 50px !important;
		padding: 14px 12px 14px 0 !important;
		margin: 0 !important;
		cursor: pointer;
	}

	.coin-filter-accordion__title .elementor-heading-title {
		margin: 0 0 0 18px !important;
		font-size: 15px !important;
		font-weight: 600 !important;
		line-height: 1.2 !important;
	}

	.coin-filter-accordion__title::after {
		content: "+";
		position: static !important;
		transform: none !important;
		margin-left: 12px !important;
		width: 24px;
		height: 24px;
		min-width: 24px;
		display: inline-flex !important;
		align-items: center;
		justify-content: center;
		border-radius: 999px;
		background: #f3f1ed;
		color: #222;
		font-size: 15px;
		font-weight: 600;
		line-height: 1;
		text-align: center;
	}

	.coin-filter-accordion.is-open>.coin-filter-accordion__title::after {
		content: "−" !important;
		background: rgba(47, 167, 147, 0.15);
		color: #2fa793;
	}

	.coin-filter-accordion__content {
		max-height: 0;
		overflow: hidden;
		opacity: 0;
		transform: translateY(-4px);
		transition:
			max-height 0.35s ease,
			opacity 0.25s ease,
			transform 0.25s ease;
		padding-top: 0 !important;
	}

	.coin-filter-accordion.is-open>.coin-filter-accordion__content {
		max-height: 500px;
		opacity: 1;
		transform: translateY(0);
		padding-top: 2px !important;
		padding-bottom: 12px !important;
		padding-left: 18px;
	}

	/* Mobile pills */
	.facetwp-type-checkboxes {
		gap: 8px !important;
	}

	.facetwp-type-checkboxes .facetwp-checkbox {
		width: auto !important;
		min-height: 0 !important;
		padding: 7px 11px !important;
		border-radius: 999px !important;
		font-size: 13px !important;
		line-height: 1.1 !important;
		gap: 4px !important;
	}

	.facetwp-type-checkboxes .facetwp-display-value {
		font-size: 13px !important;
		line-height: 1.15 !important;
	}

	.facetwp-type-checkboxes .facetwp-counter {
		font-size: 11px !important;
		margin-left: 2px !important;
	}
}

@media (max-width: 767px) {

	/* Reset wrapper spacing */
	.facetwp-facet-reset {
		margin-top: 10px !important;
		margin-bottom: 10px !important;
		width: 100%;
		margin-left: 18px;
	}

	/* Reset button layout */
	.facetwp-facet-reset .facetwp-reset {
		display: inline-flex;
		align-items: center;
		justify-content: center;

		width: auto;
		/* keep button style */
		min-width: 120px;

		padding: 10px 16px !important;
		border-radius: 14px !important;

		font-size: 13px !important;
		font-weight: 600;

		background: #2fa793;
		color: #fff;

		box-shadow: none;
	}

	/* Center or align left (choose one) */
	.facetwp-facet-reset {
		display: flex;
		justify-content: flex-start;
		/* change to center if you want */
	}

	/* When inside accordion */
	.coin-filter-accordion__content .facetwp-facet-reset {
		margin-top: 12px !important;
	}

	/* Prevent weird spacing collapse */
	.facetwp-facet-reset:empty {
		display: none;
	}
}

.coin-faq-accordion {
	border-top: 1px solid #e7e2dc;
}

.coin-faq-item {
	border-bottom: 1px solid #e7e2dc;
}

.coin-faq-question {
	width: 100%;
	padding: 18px 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	font-family: var(--e-global-typography-text-font-family);
	font-size: 16px;
	font-weight: 600;
	color: var(--e-global-color-text);
	line-height: 1.4;
	text-align: left;
	display: flex;
	align-items: center;
	justify-content: space-between;
}



.coin-faq-question:hover,
.coin-faq-question:active,
.coin-faq-question:focus {
	background-color: var(--e-global-color-primary);
}

.coin-faq-question::after {
	content: "+";
	width: 24px;
	height: 24px;
	min-width: 24px;
	border-radius: 999px;
	background: #f3f1ed;
	color: #222;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-left: 16px;
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
}

.coin-faq-item.is-open .coin-faq-question::after {
	content: "−";
	background: rgba(47, 167, 147, 0.15);
	color: #2fa793;
}

.coin-faq-answer {
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	transform: translateY(-4px);
	transition:
		max-height 0.35s ease,
		opacity 0.25s ease,
		transform 0.25s ease;
}

.coin-faq-item.is-open .coin-faq-answer {
	max-height: 300px;
	opacity: 1;
	transform: translateY(0);
	padding-bottom: 18px;
	padding: 18px;
}

.coin-faq-answer p {
	margin: 0;
	font-family: var(--e-global-typography-text-font-family);
	font-size: 15px;
	line-height: 1.7;
	color: var(--e-global-color-text);
}

@media (max-width: 767px) {
	.coin-faq-question {
		padding: 14px 0;
		font-size: 14px;
	}

	.coin-faq-answer p {
		font-size: 13px;
		line-height: 1.6;
	}
}


.facetwp-toggle {
	width: 100% !important;
	font-weight: 700;
}

.mm-coin-wrap {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mm-country-preview-coin {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.45);
	display: block;
}

.mm-country-preview-coin {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.45);
	transition: transform 0.25s ease;
}

.mm-coin-wrap {
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.10);
}

.mm-country-preview-coin {
	transform: scale(1.45);
}

.mm-coin-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
}

.mm-coin-tab {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 11px 18px;
	border: 1px solid #d8c8a8;
	background: #fbf8f2;
	color: #2b2b2b;
	text-decoration: none;
	font-family: monospace;
	font-size: 18px;
	line-height: 1;
	border-radius: 2px;
	transition: all 0.2s ease;
}

.mm-coin-tab:hover {
	background: #f4ede0;
	color: #111;
}

.mm-coin-tab.is-active {
	background: #dce8f8;
	border-color: #a9bfdc;
	color: #2b2b2b;
}

@media (max-width: 767px) {
	.mm-coin-tabs {
		gap: 10px;
	}

	.mm-coin-tab {
		font-size: 16px;
		padding: 10px 14px;
	}
}

.mm-country-list {
	max-width: 1240px;
	margin: 44px auto 0;
	padding: 0;
	--mm-table-pad-x: 20px;
}

.mm-country-list-toolbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 24px;
	margin-bottom: 28px;
	padding-left: var(--mm-table-pad-x);
	padding-right: var(--mm-table-pad-x);
	box-sizing: border-box;
}

.mm-country-filter-buttons {
	display: flex;
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 4px;
	overflow: hidden;
}

.mm-country-filter-buttons button {
	min-width: 86px;
	padding: 14px 22px;
	border: 0;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	background: transparent;
	color: rgba(30, 30, 30, 0.65);
	font-size: 13px;
	letter-spacing: 2px;
	cursor: pointer;
}

.mm-country-filter-buttons button:last-child {
	border-right: 0;
}

.mm-country-filter-buttons button.active {
	background: #111;
	color: #fff;
}

.mm-country-list-stats {
	font-size: 13px;
	letter-spacing: 2px;
	color: rgba(30, 30, 30, 0.65);
}

.mm-country-list-stats span {
	margin: 0 8px;
}

.mm-country-header,
.mm-country-row {
	display: grid;
	grid-template-columns: 72px 2fr 1.4fr 0.35fr 28px;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
}

.mm-country-header {
	padding: 16px var(--mm-table-pad-x);
	box-sizing: border-box;
	width: 100%;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	background: rgba(255, 251, 244, 0.4);
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: rgba(30, 30, 30, 0.55);
}

.mm-country-row {
	min-height: 86px;
	padding: 18px var(--mm-table-pad-x);
	box-sizing: border-box;
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.075);
	color: inherit;
	text-decoration: none;
	background-color: transparent;
	transition: background-color 0.2s ease;
}

.mm-country-row:hover {
	background-color: rgba(255, 251, 244, 0.9);
}

.mm-country-icon {
	width: 46px;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: radial-gradient(circle at 35% 30%, #fff 0%, #f2efe7 60%, #e3ded2 100%);
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08), 0 8px 20px rgba(0, 0, 0, 0.06);
	overflow: hidden;
}

.mm-country-icon img,
.mm-country-coin {
	width: 34px !important;
	height: 34px !important;
	max-width: 34px !important;
	max-height: 34px !important;
	object-fit: contain;
	border-radius: 50%;
	background: transparent !important;
	box-shadow: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.mm-country-left {
	display: flex;
	flex-direction: column;
}

.mm-country-name {
	font-size: 22px;
	line-height: 1.15;
	font-weight: 700;
	color: #303030;
}

.mm-country-slug {
	margin-top: 6px;
	font-size: 13px;
	letter-spacing: 1.2px;
	color: rgba(30, 30, 30, 0.55);
}

.mm-country-link {
	width: max-content;
	font-family: monospace;
	font-size: 14px;
	letter-spacing: 1px;
	color: rgba(30, 30, 30, 0.65);
	text-decoration: underline;
	text-underline-offset: 5px;
	text-decoration-thickness: 1px;
}

.mm-country-count {
	text-align: center;
	font-size: 17px;
	font-weight: 600;
	color: #2f2f2f;
}

.mm-country-row::after {
	content: "→";
	justify-self: end;
	color: rgba(30, 30, 30, 0.32);
	transition: color 0.18s ease;
}

.mm-country-row:hover::after {
	color: rgba(30, 30, 30, 0.65);
}

@media (max-width: 767px) {

	.mm-country-list {
		--mm-table-pad-x: 16px;
		max-width: 100%;
	}

	.mm-country-list-toolbar {
		flex-direction: column;
		align-items: stretch;
		gap: 12px;
	}

	.mm-country-filter-buttons {
		max-width: 100%;
		width: 100%;
		overflow-x: auto;
	}

	.mm-country-filter-buttons button {
		min-width: 78px;
		padding: 12px 16px;
	}

	.mm-country-list-stats {
		text-align: center;
	}

	.mm-country-header {
		display: none;
	}

	.mm-country-row {
		grid-template-columns: 48px minmax(0, 1fr) auto 18px;
		column-gap: 10px;
		min-height: 78px;
		padding-top: 16px;
		padding-bottom: 16px;
	}

	.mm-country-left {
		min-width: 0;
	}

	.mm-country-link {
		display: none;
	}

	.mm-country-count {
		grid-column: 3;
	}

	.mm-country-row::after {
		grid-column: 4;
	}

	.mm-country-name {
		font-size: 19px;
	}
}


/* Premium coin-style country flag */

.mm-country-flag-wrap {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	overflow: hidden;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;

	background:
		linear-gradient(145deg, #ffffff, #f3efe7);

	border: 1px solid rgba(180, 160, 120, .22);

	box-shadow:
		0 10px 24px rgba(0, 0, 0, .14),
		0 2px 5px rgba(0, 0, 0, .08),
		inset 0 1px 0 rgba(255, 255, 255, .95);

	transition:
		transform .22s ease,
		box-shadow .22s ease;
}

/* soft glossy top light */
.mm-country-flag-wrap::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 50%;
	background:
		linear-gradient(to bottom,
			rgba(255, 255, 255, .55),
			rgba(255, 255, 255, 0) 45%);
	pointer-events: none;
}

.mm-country-flag-wrap:hover {
	transform: translateY(-2px) scale(1.03);

	box-shadow:
		0 14px 28px rgba(0, 0, 0, .18),
		0 4px 10px rgba(0, 0, 0, .10),
		inset 0 1px 0 rgba(255, 255, 255, .95);
}

.mm-country-flag {
	width: 100%;
	height: 100%;
	display: block;

	transform: scale(1.4);
	transform-origin: center;

	object-fit: cover;
}

/* Country archive: grid/list section visibility (default grid; JS sets body class) */
.mm-country-grid-section {
	display: block;
}

.mm-country-list-section {
	display: none;
}

body.mm-country-grid-active .mm-country-grid-section {
	display: block;
}

body.mm-country-grid-active .mm-country-list-section {
	display: none;
}

body.mm-country-list-active .mm-country-grid-section {
	display: none;
}

body.mm-country-list-active .mm-country-list-section {
	display: block;
}

/* [country_view_toggle] - premium final */

.mm-country-view-toggle {
	display: flex;
	justify-content: flex-end;
	margin: 0 0 22px;
}

.mm-country-view-toggle__track {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 5px;
	border-radius: 999px;
	background: #f4efe6;
	border: 1px solid rgba(92, 74, 45, .14);

	box-shadow:
		0 10px 24px rgba(60, 45, 25, .10),
		inset 0 1px 0 rgba(255, 255, 255, .9);
}

.mm-country-view-toggle__btn {
	appearance: none;
	-webkit-appearance: none;

	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;

	min-width: 92px;
	height: 40px;
	padding: 0 18px;

	border: 0 !important;
	border-radius: 999px !important;

	background: transparent !important;
	color: #6d624f !important;

	font-family: inherit;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;

	cursor: pointer;
	box-shadow: none !important;

	transition: all .22s ease;
}

.mm-country-view-toggle__btn:hover {
	background: rgba(255, 255, 255, .55) !important;
	color: #302719 !important;
}

.mm-country-view-toggle__btn.is-active {
	background: #fff !important;
	color: #2f2618 !important;

	box-shadow:
		0 6px 16px rgba(60, 45, 25, .14),
		inset 0 1px 0 rgba(255, 255, 255, .95) !important;
}

.mm-country-view-toggle__icon {
	font-size: 14px;
	line-height: 1;
	opacity: .85;
}

.mm-country-view-toggle__label {
	line-height: 1;
}

@media(max-width:767px) {

	.mm-country-view-toggle {
		justify-content: center;
	}

	.mm-country-view-toggle__btn {
		min-width: 84px;
		height: 38px;
		padding: 0 14px;
		font-size: 14px;
	}
}

/* ─── Coin type archive: grid/list sections (no-JS default = grid) ─── */

.mm-coin-type-grid-section {
	display: block;
}

.mm-coin-type-list-section {
	display: none;
}

body.mm-coin-type-grid-active .mm-coin-type-grid-section {
	display: block;
}

body.mm-coin-type-grid-active .mm-coin-type-list-section {
	display: none;
}

body.mm-coin-type-list-active .mm-coin-type-grid-section {
	display: none;
}

body.mm-coin-type-list-active .mm-coin-type-list-section {
	display: block;
}

/* [coin_type_view_toggle] */

.mm-coin-type-view-toggle {
	display: flex;
	justify-content: flex-end;
	margin: 0 0 22px;
}

.mm-coin-type-view-toggle__track {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 5px;
	border-radius: 999px;
	background: #f4efe6;
	border: 1px solid rgba(92, 74, 45, .14);

	/*box-shadow:
		0 10px 24px rgba(60, 45, 25, .10),
		inset 0 1px 0 rgba(255, 255, 255, .9);*/
}

.mm-coin-type-view-toggle__btn {
	appearance: none;
	-webkit-appearance: none;

	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;

	min-width: 92px;
	height: 40px;
	padding: 0 18px;

	border: 0 !important;
	border-radius: 999px !important;

	background: transparent !important;
	color: #6d624f !important;

	font-family: inherit;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;

	cursor: pointer;
	box-shadow: none !important;

	transition: all .22s ease;
}

.mm-coin-type-view-toggle__btn:hover {
	background: rgba(255, 255, 255, .55) !important;
	color: #302719 !important;
}

.mm-coin-type-view-toggle__btn.is-active {
	background: #fff !important;
	color: #2f2618 !important;

	/*box-shadow:
		0 6px 16px rgba(60, 45, 25, .14),
		inset 0 1px 0 rgba(255, 255, 255, .95) !important;*/
}

.mm-coin-type-view-toggle__icon {
	font-size: 14px;
	line-height: 1;
	opacity: .85;
}

.mm-coin-type-view-toggle__label {
	line-height: 1;
}

@media (max-width: 767px) {

	.mm-coin-type-view-toggle {
		justify-content: center;
	}

	.mm-coin-type-view-toggle__btn {
		min-width: 84px;
		height: 38px;
		padding: 0 14px;
		font-size: 14px;
	}
}

/* [coin_type_archive_toolbar] */

.mm-coin-type-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	width: 100%;
	max-width: 100%;
	margin: 0 auto 28px;
	/*padding-right: 20px;*/
	box-sizing: border-box;
}

.mm-coin-type-toolbar__filter {
	min-width: 0;
}

.mm-coin-type-toolbar__toggle {
	min-width: 0;
}

.mm-coin-type-toolbar .mm-coin-type-filter,
.mm-coin-type-toolbar .mm-coin-type-view-toggle {
	margin: 0;
}

.mm-coin-type-toolbar .mm-coin-type-filter {
	flex: 0 1 auto;
	min-width: 220px;
	max-width: 460px;
}

.mm-coin-type-toolbar .mm-coin-type-view-toggle {
	flex: 0 0 auto;
	justify-content: flex-end;
	max-width: 100%;
	white-space: nowrap;
}

/* [coin_type_list] — Type, Style pill, Description, Coins (term data only) */

.mm-coin-type-list {
	margin: 0 auto;
	padding: 0;
	--mm-table-pad-x: 20px;
	/*max-width: 1240px;*/
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 14px;
	background: linear-gradient(180deg, #fdfaf4 0%, #fbf7ef 100%);
	overflow: hidden;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85), 0 10px 28px rgba(60, 45, 25, 0.06);
}

.mm-coin-type-summary {
	padding: 16px var(--mm-table-pad-x);
	border-bottom: 1px solid rgba(0, 0, 0, 0.07);
	font-size: 13px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(30, 30, 30, 0.62);
	display: flex;
	align-items: center;
	gap: 10px;
}

.mm-coin-type-summary__types,
.mm-coin-type-summary__coins {
	font-weight: 600;
}

.mm-coin-type-summary__sep {
	opacity: 0.55;
}

.mm-coin-type-list-empty {
	margin: 24px auto;
	box-sizing: border-box;
	font-size: 15px;
	color: rgba(30, 30, 30, 0.65);
}

.mm-coin-type-header,
.mm-coin-type-row {
	display: grid;
	grid-template-columns:
		minmax(0, 1.45fr) minmax(0, 2fr) minmax(100px, 0.55fr) minmax(120px, 0.8fr) minmax(112px, 0.55fr);
	align-items: center;
	column-gap: 18px;
	box-sizing: border-box;
	width: 100%;
}

.mm-coin-type-header {
	padding: 14px var(--mm-table-pad-x);
	box-sizing: border-box;
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	background: rgba(255, 251, 244, 0.52);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 2.1px;
	text-transform: uppercase;
	color: rgba(30, 30, 30, 0.55);
}

.mm-coin-type-header__col {
	display: flex;
	align-items: center;
	height: 100%;
}

.mm-coin-type-header__col--coins {
	justify-content: center;
}

.mm-coin-type-header__col--share {
	justify-content: flex-start;
}

.mm-coin-type-header__col--link {
	justify-content: flex-end;
}

.mm-coin-type-row {
	min-height: 108px;
	padding: 20px var(--mm-table-pad-x);
	box-sizing: border-box;
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.075);
	color: inherit;
	text-decoration: none;
	background-color: transparent;
	transition: background-color 0.2s ease;
}

.mm-coin-type-row:hover {
	background-color: rgba(255, 251, 244, 0.86);
}

.mm-coin-type-row__type {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
}

.mm-coin-type-row__badge {
	width: 52px;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	font-size: 17px;
	font-weight: 700;
	color: var(--mm-type-color-text, #4a4238);
	flex-shrink: 0;
	overflow: hidden;
	position: relative;

	background: radial-gradient(circle at 35% 28%,
			#ffffff 0%,
			var(--mm-type-bg, rgba(235, 228, 216, 0.92)) 62%,
			#ebe4d8 100%);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.9),
		0 6px 16px rgba(60, 45, 25, 0.08),
		inset 0 0 0 1px var(--mm-type-border, rgba(0, 0, 0, 0.06));
}

.mm-coin-type-row__badge::after {
	content: "";
	position: absolute;
	right: 4px;
	bottom: 4px;
	width: 10px;
	height: 10px;
	border-radius: 999px;
	background: var(--mm-type-color, #2fa793);
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.96);
}

.mm-coin-type-row__badge-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mm-coin-type-row__main {
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 7px;
}

.mm-coin-type-row__name {
	display: block;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.12;
	color: #2c261d;
}

.mm-coin-type-style-pill {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	width: max-content;
	max-width: 100%;
	padding: 5px 12px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--mm-type-color-text, #4d453a);

	background: var(--mm-type-bg, linear-gradient(180deg, #faf6ef 0%, #ebe4da 100%));
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.95),
		0 2px 6px rgba(60, 45, 25, 0.08),
		inset 0 0 0 1px var(--mm-type-border, rgba(0, 0, 0, 0.06));
}

.mm-coin-type-row__desc {
	font-size: 14px;
	line-height: 1.55;
	color: rgba(30, 30, 30, 0.64);

	display: -webkit-box;
	-webkit-box-orient: vertical;
	line-clamp: 3;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.mm-coin-type-row__none {
	color: rgba(30, 30, 30, 0.32);
	font-weight: 500;
}

.mm-coin-type-row__coins {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.mm-coin-type-row__count {
	text-align: center;
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
	color: #2f2f2f;
	font-variant-numeric: tabular-nums;
}

.mm-coin-type-row__count-label {
	margin-top: 5px;
	font-size: 11px;
	letter-spacing: 0.11em;
	text-transform: uppercase;
	color: rgba(30, 30, 30, 0.52);
}

.mm-coin-type-row__share {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 8px;
}

.mm-coin-type-row__share-track {
	height: 8px;
	border-radius: 999px;
	background: rgba(30, 30, 30, 0.12);
	position: relative;
	overflow: hidden;
}

.mm-coin-type-row__share-fill {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: var(--mm-type-color, #2fa793);
	min-width: 2px;
}

.mm-coin-type-row__share-val {
	font-size: 12px;
	font-weight: 700;
	color: var(--mm-type-color-text, #4d453a);
}

.mm-coin-type-row__link {
	justify-self: end;
	font-size: 13px;
	letter-spacing: 0.03em;
	font-weight: 600;
	color: rgba(30, 30, 30, 0.72);
	transition: color 0.18s ease;
}

.mm-coin-type-row__link span {
	margin-left: 4px;
}

.mm-coin-type-row:hover .mm-coin-type-row__link {
	color: rgba(30, 30, 30, 0.95);
}

@media (max-width: 767px) {

	.mm-coin-type-list {
		--mm-table-pad-x: 16px;
		max-width: 100%;
		border-radius: 12px;
	}

	.mm-coin-type-list-empty {
		padding-left: 16px;
		padding-right: 16px;
	}

	.mm-coin-type-summary {
		padding-top: 14px;
		padding-bottom: 14px;
		font-size: 11px;
		letter-spacing: 0.1em;
	}

	.mm-coin-type-header {
		display: none;
	}

	.mm-coin-type-row {
		grid-template-columns: minmax(0, 1fr) auto auto;
		grid-template-rows: auto auto auto;
		column-gap: 10px;
		align-items: start;
		min-height: 0;
		padding-top: 14px;
		padding-bottom: 14px;
	}

	.mm-coin-type-row__type {
		grid-column: 1 / -1;
		grid-row: 1;
	}

	.mm-coin-type-row__badge {
		width: 44px;
		height: 44px;
		font-size: 14px;
	}

	.mm-coin-type-row__main {
		min-width: 0;
	}

	.mm-coin-type-row__desc {
		grid-column: 1 / -1;
		grid-row: 2;

		margin-top: 10px;
		padding-top: 10px;
		border-top: 1px solid rgba(0, 0, 0, 0.06);

		line-clamp: 3;
		-webkit-line-clamp: 3;
	}

	.mm-coin-type-row__coins {
		grid-column: 1;
		grid-row: 3;
		align-items: flex-start;
		align-self: center;
	}

	.mm-coin-type-row__count {
		font-size: 20px;
		text-align: left;
	}

	.mm-coin-type-row__count-label {
		margin-top: 3px;
		font-size: 10px;
	}

	.mm-coin-type-row__share {
		grid-column: 2;
		grid-row: 3;
		min-width: 92px;
		align-self: center;
	}

	.mm-coin-type-row__share-val {
		display: none;
	}

	.mm-coin-type-row__link {
		grid-column: 3;
		grid-row: 3;
		align-self: center;
		font-size: 12px;
		white-space: nowrap;
	}

	.mm-coin-type-row__name {
		font-size: 19px;
	}
}

.mm-coin-type-row[hidden],
.mm-coin-type-grid-section [hidden] {
	display: none !important;
}

/* Coin type filter bar */

.mm-coin-type-filter {
	position: relative;
	display: inline-block;
	flex: 0 1 auto;
	width: clamp(260px, 38vw, 460px);
	min-width: 220px;
	max-width: 460px;
	margin: 0 0 22px;
}

.mm-coin-type-filter__select {
	appearance: none;
	-webkit-appearance: none;
	width: 100%;
	display: block;
	max-width: 100%;
	border: 1px solid rgba(93, 70, 45, 0.22);
	border-radius: 999px;
	background: #f7f1e8;
	color: #3b3328;
	height: 56px;
	padding: 0 52px 0 22px;

	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	line-height: 1;

	cursor: pointer;
	white-space: nowrap;

	/*box-shadow: 0 10px 28px rgba(39, 30, 18, 0.08);*/
	transition: border-color .2s ease, box-shadow .2s ease, color .2s ease;
}

.mm-coin-type-filter::after {
	content: "";
	position: absolute;
	right: 24px;
	top: 50%;
	width: 8px;
	height: 8px;
	border-right: 2px solid rgba(56, 45, 32, 0.72);
	border-bottom: 2px solid rgba(56, 45, 32, 0.72);
	transform: translateY(-60%) rotate(45deg);
	pointer-events: none;
	z-index: 2;
}

@media(max-width:767px) {

	.mm-coin-type-toolbar {
		gap: 10px;
		/*padding-left: 16px;
		padding-right: 16px;*/
		margin-bottom: 16px;
	}

	.mm-coin-type-toolbar .mm-coin-type-filter {
		flex: 1 1 auto;
		width: auto;
		min-width: 0;
		max-width: none;
		margin-bottom: 0;
	}

	.mm-coin-type-filter__select {
		width: 100%;
		height: 50px;
		padding-left: 16px;
		padding-right: 42px;
		font-size: 12px;
		letter-spacing: 0.08em;
	}

	.mm-coin-type-toolbar .mm-coin-type-view-toggle {
		flex: 0 0 auto;
		margin: 0;
		justify-content: flex-end;
		transform: none;
	}

	.mm-coin-type-view-toggle__btn {
		width: 44px;
		height: 44px;
		min-width: 44px;
		padding: 0;
		justify-content: center;
		gap: 0;
	}

	.mm-coin-type-view-toggle__label {
		display: none;
	}

	.mm-coin-type-filter::after {
		right: 18px;
	}

	.mm-coin-type-toolbar .mm-coin-type-view-toggle__track {
		max-width: 100%;
		overflow-x: auto;
	}
}

/* Fix Elementor shortcode spacing around coin type toolbar */
.mm-coin-type-toolbar {
	min-height: 0 !important;
}

.mm-coin-type-toolbar+* {
	margin-top: 0 !important;
}

.elementor-widget-shortcode:has(.mm-coin-type-toolbar) {
	margin-bottom: 0 !important;
}

.elementor-widget-shortcode:has(.mm-coin-type-toolbar) .elementor-widget-container {
	margin: 0 !important;
	padding: 0 !important;
}

.mm-coin-type-toolbar-widget,
.mm-coin-type-toolbar-widget .elementor-widget-container {
	margin: 0 !important;
	padding: 0 !important;
}

/* [coin_year_archive_toolbar] */

.mm-coin-year-archive[data-view="grid"] .mm-coin-year-list {
	display: none;
}

.mm-coin-year-archive[data-view="list"] .mm-coin-year-grid {
	display: none;
}

.mm-coin-year-archive[data-view="grid"] .mm-coin-year-grid {
	display: grid;
}

.mm-coin-year-archive[data-view="list"] .mm-coin-year-list {
	display: block;
}

.mm-coin-year-archive .mm-is-filter-hidden {
	display: none !important;
}

.mm-coin-year-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	width: 100%;
	max-width: 100%;
	margin: 0 auto 28px;
	box-sizing: border-box;
}

.mm-coin-year-filter {
	position: relative;
	display: inline-block;
	flex: 0 1 auto;
	width: clamp(260px, 38vw, 460px);
	min-width: 220px;
	max-width: 460px;
	margin: 0 0 22px;
}

.mm-coin-year-filter__select {
	appearance: none;
	-webkit-appearance: none;
	width: 100%;
	display: block;
	max-width: 100%;
	height: 56px;
	border-radius: 999px;
	border: 1px solid rgba(93, 70, 45, 0.22);
	background: #f7f1e8;
	color: #3b3328;
	padding: 0 52px 0 22px;
	font-size: 13px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
	white-space: nowrap;
	transition: border-color .2s ease, box-shadow .2s ease, color .2s ease;
}

.mm-coin-year-filter::after {
	content: "";
	position: absolute;
	right: 18px;
	top: 50%;
	width: 8px;
	height: 8px;
	border-right: 2px solid rgba(56, 45, 32, 0.72);
	border-bottom: 2px solid rgba(56, 45, 32, 0.72);
	transform: translateY(-60%) rotate(45deg);
	pointer-events: none;
	z-index: 2;
}

.mm-coin-year-view-toggle {
	display: flex;
	justify-content: flex-end;
	flex: 0 0 auto;
	max-width: 100%;
	white-space: nowrap;
}

.mm-coin-year-view-toggle__track {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 5px;
	border-radius: 999px;
	background: #f4efe6;
	border: 1px solid rgba(92, 74, 45, .14);
}

.mm-coin-year-view-toggle__btn {
	appearance: none;
	-webkit-appearance: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-width: 92px;
	height: 40px;
	padding: 0 18px;
	border: 0 !important;
	border-radius: 999px !important;
	background: transparent !important;
	color: #6d624f !important;
	font-family: inherit;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
	box-shadow: none !important;
	transition: all .22s ease;
}

.mm-coin-year-view-toggle__btn:hover {
	background: rgba(255, 255, 255, .55) !important;
	color: #302719 !important;
}

.mm-coin-year-view-toggle__btn.is-active {
	background: #fff !important;
	color: #2f2618 !important;
}

.mm-coin-year-view-toggle__icon {
	font-size: 14px;
	line-height: 1;
	opacity: .85;
}

.mm-coin-year-view-toggle__label {
	line-height: 1;
}

.mm-coin-year-grid {
	/*max-width: 1240px;*/
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 14px;
}

.mm-coin-year-card {
	display: block;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 12px;
	padding: 16px;
	background: linear-gradient(180deg, #fdfaf4 0%, #fbf7ef 100%);
	color: inherit;
	text-decoration: none;
}

.mm-coin-year-card__year {
	font-size: 28px;
	font-weight: 700;
}

.mm-coin-year-card__image-wrap {
	margin-top: 10px;
}

.mm-coin-year-card__image {
	width: 100%;
	height: 132px;
	object-fit: cover;
	border-radius: 10px;
}

.mm-coin-year-card__meta {
	margin-top: 10px;
	display: grid;
	gap: 4px;
	font-size: 13px;
	color: rgba(30, 30, 30, 0.72);
}

.mm-coin-year-card__cta {
	margin-top: 12px;
	font-size: 13px;
	font-weight: 700;
}

.mm-coin-year-list {
	/*max-width: 1240px;*/
	margin: 0 auto;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 14px;
	background: linear-gradient(180deg, #fdfaf4 0%, #fbf7ef 100%);
	overflow: hidden;
}

.mm-coin-year-list__header,
.mm-coin-year-list__row {
	display: grid;
	grid-template-columns: minmax(88px, 0.7fr) minmax(0, 2fr) repeat(3, minmax(72px, 0.6fr)) minmax(94px, 0.8fr);
	column-gap: 14px;
	align-items: center;
	padding: 14px 16px;
}

.mm-coin-year-list__header {
	font-size: 12px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mm-coin-year-list__row {
	color: inherit;
	text-decoration: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.mm-coin-year-list__row:last-child {
	border-bottom: 0;
}

.mm-coin-year-list__year {
	font-size: 22px;
	font-weight: 700;
}

.mm-coin-year-list__description {
	font-size: 14px;
	line-height: 1.45;
}

.mm-coin-year-list__coins,
.mm-coin-year-list__countries,
.mm-coin-year-list__types {
	text-align: center;
	font-weight: 700;
}

.mm-coin-year-list__link {
	justify-self: end;
	font-size: 13px;
	font-weight: 600;
}

.mm-coin-year-list-empty {
	margin: 16px 0;
}

@media (max-width: 767px) {
	.mm-coin-year-toolbar {
		gap: 10px;
		margin-bottom: 16px;
	}

	.mm-coin-year-toolbar .mm-coin-year-filter {
		flex: 1 1 auto;
		width: auto;
		min-width: 0;
		max-width: none;
		margin-bottom: 0;
	}

	.mm-coin-year-filter__select {
		width: 100%;
		height: 50px;
		padding-left: 16px;
		padding-right: 42px;
		font-size: 12px;
		letter-spacing: 0.08em;
	}

	.mm-coin-year-toolbar .mm-coin-year-view-toggle {
		flex: 0 0 auto;
		margin: 0;
		justify-content: flex-end;
		transform: none;
	}

	.mm-coin-year-view-toggle__btn {
		width: 44px;
		height: 44px;
		min-width: 44px;
		padding: 0;
		justify-content: center;
		gap: 0;
	}

	.mm-coin-year-view-toggle__label {
		display: none;
	}

	.mm-coin-year-list__header {
		display: none;
	}

	.mm-coin-year-list__row {
		grid-template-columns: minmax(0, 1fr) auto auto;
		grid-template-areas:
			"year year year"
			"desc desc desc"
			"coins countries types"
			"link link link";
		row-gap: 8px;
	}

	.mm-coin-year-list__year {
		grid-area: year;
	}

	.mm-coin-year-list__description {
		grid-area: desc;
	}

	.mm-coin-year-list__coins {
		grid-area: coins;
		text-align: left;
	}

	.mm-coin-year-list__countries {
		grid-area: countries;
	}

	.mm-coin-year-list__types {
		grid-area: types;
		text-align: right;
	}

	.mm-coin-year-list__link {
		grid-area: link;
		justify-self: end;
	}
}

@media (max-width: 767px) {
	.mm-coin-type-toolbar {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: center;
		gap: 8px;
		width: 100%;
		max-width: 100%;
		overflow: hidden;
	}

	.mm-coin-type-filter {
		width: 100%;
		min-width: 0 !important;
		max-width: none;
	}

	.mm-coin-type-filter__select {
		width: 100%;
		min-width: 0;
		height: 48px;
		padding-left: 16px;
		padding-right: 38px;
		font-size: 12px;
	}

	.mm-coin-type-view-toggle {
		width: auto;
		min-width: 0;
		padding: 4px;
		flex: none;
		transform: none;
	}

	.mm-coin-type-view-toggle button,
	.mm-coin-type-view-toggle .mm-view-toggle__btn {
		width: 40px;
		height: 40px;
		min-width: 40px;
		padding: 0;
	}

	.mm-coin-type-view-toggle .mm-coin-type-view-toggle__label {
		display: none;
	}

	.mm-coin-type-view-toggle .mm-coin-type-view-toggle__icon {
		display: inline-flex;
		width: 14px;
		height: 14px;
		align-items: center;
		justify-content: center;
		opacity: 1;
		visibility: visible;
	}

	.mm-coin-type-view-toggle {
		box-shadow: none;
		border-bottom: 0;
		overflow: visible;
		filter: none;
	}

	.mm-coin-type-view-toggle::before,
	.mm-coin-type-view-toggle::after {
		display: none;
		content: none;
	}

	.mm-coin-type-view-toggle__track,
	.mm-coin-type-view-toggle__btn,
	.mm-view-toggle,
	.mm-view-toggle__btn {
		box-shadow: none !important;
		/*border-bottom: 0 !important;*/
		filter: none !important;
	}
}

@media (max-width: 767px) {
	.mm-coin-type-toolbar {
		overflow: visible !important;
	}

	.mm-coin-type-filter {
		overflow: visible !important;
	}

	.mm-coin-type-view-toggle {
		overflow: visible !important;
	}

	/*
  .mm-coin-type-filter__select,
  .mm-coin-type-view-toggle,
  .mm-view-toggle,
  .mm-view-toggle__track {
    box-shadow:
      0 2px 4px rgba(39, 30, 18, 0.04),
      0 10px 24px rgba(39, 30, 18, 0.08) !important;
  }*/
}

@media (max-width: 1024px) {
	.mm-coin-type-header {
		display: none;
	}

	.mm-coin-type-row {
		grid-template-columns: auto minmax(96px, 1fr) auto;
		grid-template-areas:
			"type type type"
			"desc desc desc"
			"coins share link";
		row-gap: 10px;
		column-gap: 12px;
		min-height: 0;
		padding-top: 16px;
		padding-bottom: 16px;
		align-items: center;
	}

	.mm-coin-type-row__type {
		grid-area: type;
	}

	.mm-coin-type-row__desc {
		grid-area: desc;
		margin-top: 0;
		padding-top: 0;
		border-top: 0;
		font-size: 14px;
		line-height: 1.45;
		line-clamp: 3;
		-webkit-line-clamp: 3;
	}

	.mm-coin-type-row__coins {
		grid-area: coins;
		align-items: flex-start;
	}

	.mm-coin-type-row__share {
		grid-area: share;
		min-width: 0;
	}

	.mm-coin-type-row__link {
		grid-area: link;
		align-self: center;
		justify-self: end;
		white-space: nowrap;
	}
}

@media (max-width: 767px) {
	.mm-coin-type-row {
		grid-template-columns: auto minmax(82px, 1fr) auto;
		padding-top: 14px;
		padding-bottom: 14px;
	}

	.mm-coin-type-row__badge {
		width: 42px;
		height: 42px;
	}

	.mm-coin-type-row__name {
		font-size: 18px;
	}

	.mm-coin-type-row__count {
		font-size: 18px;
	}

	.mm-coin-type-row__count-label {
		font-size: 10px;
	}

	.mm-coin-type-row__share-val {
		display: none;
	}

	.mm-coin-type-row__link {
		font-size: 12px;
	}
}

/* -------------------------------------------------------------------------
   Homepage catalogue shortcodes — inner component UI only (scoped).
   Elementor/theme owns outer layout; no section backgrounds here.
   ------------------------------------------------------------------------- */

.mm-home-search-section--legacy {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	width: 100%;
	box-sizing: border-box;
}

.mm-home-search-form {
	--mm-hf-edge: color-mix(in srgb, currentColor 11%, transparent);
	--mm-hf-accent: #2fa793;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
}

.mm-home-search-form .screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.mm-home-search-form .mm-home-search-accordion {
	border: 1px solid var(--mm-hf-edge);
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 0.48rem;
	background: transparent;
	box-sizing: border-box;
	transition: border-color 0.18s ease;
}

.mm-home-search-form .mm-home-search-accordion:last-of-type {
	margin-bottom: 0;
}

.mm-home-search-form .mm-home-search-accordion__header {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.55rem;
	padding: 0.62rem 22px;
	margin: 0;
	border: none;
	background: transparent;
	color: inherit;
	font: inherit;
	text-align: left;
	cursor: pointer;
	min-height: 44px;
	box-sizing: border-box;
	transition: background-color 0.18s ease;
}

.mm-home-search-form .mm-home-search-accordion__header:hover {
	background: color-mix(in srgb, currentColor 4%, transparent);
}

.mm-home-search-form .mm-home-search-accordion__header:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: -2px;
}

.mm-home-search-form .mm-home-search-accordion__header-main {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.15rem;
	min-width: 0;
	flex: 1;
}

.mm-home-search-form .mm-home-search-accordion__title {
	font-size: 0.6875rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.14em;
	opacity: 0.72;
	line-height: 1.25;
}

.mm-home-search-form .mm-home-search-accordion__selection {
	font-size: 0.8125rem;
	font-weight: 600;
	line-height: 1.3;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	opacity: 0.88;
}

.mm-home-search-form .mm-home-search-accordion__selection--summary {
	font-size: 0.76rem;
	font-weight: 500;
	line-height: 1.38;
	letter-spacing: 0.018em;
	opacity: 0.58;
	margin-top: 0.18rem;
}

.mm-home-search-form .mm-home-search-accordion__chevron {
	flex-shrink: 0;
	display: grid;
	place-items: center;
	width: 1.25rem;
	height: 1.25rem;
	opacity: 0.55;
}

.mm-home-search-form .mm-home-search-accordion__chevron::before {
	content: "";
	display: block;
	width: 0.4rem;
	height: 0.4rem;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg);
	transition: transform 0.22s ease;
	margin-top: -0.15rem;
}

.mm-home-search-form .mm-home-search-accordion__header[aria-expanded="true"] .mm-home-search-accordion__chevron::before {
	transform: rotate(-135deg);
	margin-top: 0.1rem;
}

.mm-home-search-form .mm-home-search-accordion__panel {
	padding: 13px 22px 17px;
	border-top: 1px solid color-mix(in srgb, currentColor 9%, transparent);
	box-sizing: border-box;
}

@media (max-width: 480px) {
	.mm-home-search-form .mm-home-search-accordion__header {
		padding-left: 16px;
		padding-right: 16px;
	}

	.mm-home-search-form .mm-home-search-accordion__panel {
		padding-left: 16px;
		padding-right: 16px;
	}
}

.mm-home-search-form .mm-home-search-accordion__panel[hidden] {
	display: none;
}

.mm-home-search-form .mm-home-search-form__fieldset--accordion {
	margin: 0;
	padding: 0;
	border: 0;
	min-width: 0;
}

.mm-home-search-form .mm-home-search-form__fieldset--accordion .mm-home-search-form__year-toggle {
	margin: 0 0 0.42rem;
}

.mm-home-search-form .mm-home-search-form__fieldset--accordion .mm-home-search-form__year-toggle-label {
	min-height: 38px;
	font-size: 0.8rem;
}

.mm-home-search-form .mm-home-search-form__fieldset--accordion .mm-home-search-form__range-track {
	padding-top: 0.06rem;
}

.mm-home-search-form .mm-home-search-accordion__country-extra--expandable {
	overflow: hidden;
	transition:
		max-height 0.42s ease,
		opacity 0.32s ease,
		margin-top 0.28s ease;
}

.mm-home-search-form .mm-home-search-accordion__country-extra--expandable.is-collapsed {
	max-height: 0;
	opacity: 0;
	margin-top: 0;
	pointer-events: none;
}

.mm-home-search-form .mm-home-search-accordion__country-extra--expandable.is-expanded {
	max-height: min(2000px, 85vh);
	opacity: 1;
	margin-top: 0.35rem;
	pointer-events: auto;
}

@media (prefers-reduced-motion: reduce) {
	.mm-home-search-form .mm-home-search-accordion__country-extra--expandable {
		transition: none;
	}
}

.mm-home-search-form .mm-home-search-accordion__toggle-more {
	display: block;
	width: 100%;
	margin-top: 14px;
	padding: 0.4rem 0;
	border: none;
	background: none;
	color: inherit;
	font: inherit;
	font-size: 0.8125rem;
	font-weight: 600;
	text-align: left;
	cursor: pointer;
	text-decoration: underline;
	text-underline-offset: 3px;
	text-decoration-color: color-mix(in srgb, currentColor 28%, transparent);
	transition: opacity 0.15s ease;
}

.mm-home-search-form .mm-home-search-accordion__toggle-more:hover {
	opacity: 0.88;
}

.mm-home-search-form .mm-home-search-accordion__toggle-more:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 2px;
}

.mm-home-search-form .mm-home-search-form__heading {
	margin: 0 0 0.75rem;
	padding-bottom: 0.32rem;
	font-weight: 600;
	letter-spacing: -0.012em;
	font-size: 1rem;
	border-bottom: 1px solid color-mix(in srgb, currentColor 7%, transparent);
}

.mm-home-search-form .mm-home-search-form__keyword {
	margin-bottom: 0.95rem;
}

.mm-home-search-form .mm-home-search-form__keyword-row {
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	gap: 0;
	max-width: 100%;
	box-sizing: border-box;
	border: 1px solid var(--mm-hf-edge);
	border-radius: 8px;
	overflow: hidden;
	background: transparent;
}

.mm-home-search-form .mm-home-search-form__input--search {
	flex: 1 1 auto;
	min-width: 0;
	min-height: 40px;
	padding: 0.45rem 0.75rem;
	box-sizing: border-box;
	border: none;
	border-radius: 0;
	background: transparent;
	color: inherit;
	box-shadow: none;
}

.mm-home-search-form .mm-home-search-form__input--search::placeholder {
	color: inherit;
	opacity: 0.45;
}

.mm-home-search-form .mm-home-search-form__input--search:focus {
	outline: none;
	border-color: transparent;
	box-shadow: inset 0 0 0 1px color-mix(in srgb, currentColor 28%, transparent);
}

.mm-home-search-form .mm-home-search-form__input--search:focus-visible {
	border-color: transparent;
	box-shadow: inset 0 0 0 2px currentColor;
}

.mm-home-search-form .mm-home-search-form__submit {
	flex: 0 0 auto;
	min-height: 40px;
	min-width: 5.15rem;
	padding: 0.45rem 0.85rem;
	box-sizing: border-box;
	border: none;
	border-left: 1px solid var(--mm-hf-edge);
	border-radius: 0;
	background: transparent;
	color: inherit;
	font-weight: 600;
	font-size: 0.8125rem;
	cursor: pointer;
	transition:
		border-color 0.15s ease,
		background-color 0.15s ease;
}

.mm-home-search-form .mm-home-search-form__submit:hover {
	border-left-color: color-mix(in srgb, currentColor 35%, transparent);
	background: color-mix(in srgb, currentColor 5%, transparent);
}

.mm-home-search-form .mm-home-search-form__submit:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: -2px;
}

.mm-home-search-form .mm-home-search-form__filter-actions {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 0.62rem;
	width: 100%;
	margin: 0.65rem 0 1rem;
	box-sizing: border-box;
}

.mm-home-search-form .mm-home-search-form__filter-submit {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0.5rem 1rem;
	min-height: 40px;
	box-sizing: border-box;
	border: 1px solid color-mix(in srgb, var(--mm-hf-accent) 40%, transparent);
	border-radius: 8px;
	background: var(--mm-hf-accent);
	color: #fff;
	font: inherit;
	font-size: 0.8125rem;
	font-weight: 600;
	line-height: 1.25;
	cursor: pointer;
	transition:
		background-color 0.18s ease,
		border-color 0.18s ease,
		opacity 0.18s ease;
}

.mm-home-search-form .mm-home-search-form__filter-submit:hover:not(:disabled) {
	background: color-mix(in srgb, var(--mm-hf-accent) 88%, #000);
	border-color: color-mix(in srgb, var(--mm-hf-accent) 55%, transparent);
}

.mm-home-search-form .mm-home-search-form__filter-submit:focus-visible {
	outline: 2px solid color-mix(in srgb, var(--mm-hf-accent) 55%, transparent);
	outline-offset: 2px;
}

.mm-home-search-form .mm-home-search-form__filter-submit:disabled {
	opacity: 0.52;
	cursor: not-allowed;
}

.mm-home-search-form .mm-home-search-form__filter-reset {
	align-self: center;
	margin: 0;
	padding: 0.28rem 0.85rem;
	border: 1px solid color-mix(in srgb, var(--mm-hf-accent) 26%, transparent);
	border-radius: 999px;
	background: transparent;
	color: inherit;
	font: inherit;
	font-size: 0.8125rem;
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: 0.01em;
	opacity: 0.85;
	cursor: pointer;
	text-decoration: none;
	transition:
		opacity 0.15s ease,
		border-color 0.15s ease,
		background-color 0.15s ease,
		color 0.15s ease;
}

.mm-home-search-form .mm-home-search-form__filter-reset:hover {
	opacity: 1;
	border-color: color-mix(in srgb, var(--mm-hf-accent) 44%, transparent);
	background: color-mix(in srgb, var(--mm-hf-accent) 7%, transparent);
	color: color-mix(in srgb, var(--mm-hf-accent) 88%, currentColor);
}

.mm-home-search-form .mm-home-search-form__filter-reset:focus-visible {
	outline: 2px solid color-mix(in srgb, var(--mm-hf-accent) 45%, transparent);
	outline-offset: 2px;
	opacity: 1;
}

.mm-home-search-form__fieldset {
	border: 0;
	margin: 0 0 1.85rem;
	padding: 0;
	min-width: 0;
}

.mm-home-search-form__fieldset:last-of-type {
	margin-bottom: 0;
}

.mm-home-search-form__legend {
	padding: 0;
	margin: 0 0 0.85rem;
	font-size: 0.6875rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.16em;
	color: inherit;
	opacity: 0.68;
}

.mm-home-search-form__radio-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.55rem;
}

.mm-home-search-form__radio-row {
	display: grid;
	grid-template-columns: 1rem minmax(0, 1fr);
	gap: 0.7rem;
	align-items: center;
	min-height: 42px;
	padding: 0;
	margin: 0;
}

.mm-home-search-form__radio-row input[type="radio"] {
	appearance: none;
	-webkit-appearance: none;
	box-sizing: border-box;
	width: 1rem;
	height: 1rem;
	margin: 0;
	align-self: center;
	border: 1px solid var(--mm-hf-edge);
	border-radius: 2px;
	background: transparent;
	cursor: pointer;
	transition:
		border-color 0.15s ease,
		background-color 0.15s ease;
	flex-shrink: 0;
}

.mm-home-search-form__radio-row input[type="radio"]:checked {
	border-width: 2px;
	border-color: currentColor;
	background-color: transparent;
	box-shadow: none;
}

.mm-home-search-form__radio-row input[type="radio"]:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 2px;
}

.mm-home-search-form__radio-row label {
	font-size: 0.875rem;
	line-height: 1.45;
	font-weight: 400;
	cursor: pointer;
	padding: 0.1rem 0;
}

.mm-home-search-form .mm-home-search-form__radio-row:has(input:checked) label {
	font-weight: 600;
}

.mm-home-search-form .mm-home-search-form__radio-list--pills {
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	row-gap: 11px;
	column-gap: 11px;
}

.mm-home-search-form .mm-home-search-form__radio-row--pill {
	display: block;
	position: relative;
	min-height: 0;
	max-width: 100%;
}

.mm-home-search-form .mm-home-search-form__radio-row--pill input[type="radio"] {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	clip-path: inset(50%);
	white-space: nowrap;
	border: 0;
	appearance: none;
	-webkit-appearance: none;
}

.mm-home-search-form .mm-home-search-form__pill-label {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 0.38rem;
	max-width: 100%;
	padding: 0.3rem 0.62rem;
	border-radius: 999px;
	border: 1px solid var(--mm-hf-edge);
	background: transparent;
	cursor: pointer;
	font-size: 0.8rem;
	line-height: 1.26;
	font-weight: 500;
	box-sizing: border-box;
	transition:
		border-color 0.15s ease,
		background-color 0.15s ease,
		color 0.15s ease;
}

.mm-home-search-form .mm-home-search-form__pill-label:focus-within {
	outline: 2px solid currentColor;
	outline-offset: 2px;
}

.mm-home-search-form .mm-home-search-form__pill-label:hover {
	border-color: color-mix(in srgb, currentColor 22%, transparent);
	background: color-mix(in srgb, currentColor 5%, transparent);
}

.mm-home-search-form .mm-home-search-form__radio-row--pill:has(.mm-home-search-form__radio-input--pill:checked) .mm-home-search-form__pill-label {
	border-color: currentColor;
	background: color-mix(in srgb, currentColor 9%, transparent);
	font-weight: 600;
}

.mm-home-search-form .mm-home-search-form__pill-text {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 14rem;
}

@media (max-width: 480px) {
	.mm-home-search-form .mm-home-search-form__pill-text {
		max-width: 11rem;
	}
}

.mm-home-search-form .mm-home-search-form__pill-flag {
	flex-shrink: 0;
	width: 1.125rem;
	height: 1.125rem;
	border-radius: 50%;
	overflow: hidden;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-shadow: inset 0 0 0 1px color-mix(in srgb, currentColor 11%, transparent);
}

.mm-home-search-form .mm-home-search-form__pill-flag-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.mm-home-search-form__year-toggle {
	margin: 0 0 0.65rem;
}

.mm-home-search-form__year-toggle-label {
	display: grid;
	grid-template-columns: 1rem minmax(0, 1fr);
	align-items: center;
	column-gap: 0.65rem;
	min-height: 42px;
	padding: 0;
	font-size: 0.8125rem;
	cursor: pointer;
}

.mm-home-search-form__checkbox-input {
	grid-area: 1 / 1;
	width: 1rem;
	height: 1rem;
	margin: 0;
	opacity: 0;
	cursor: pointer;
	z-index: 1;
	align-self: center;
	justify-self: center;
}

.mm-home-search-form__checkbox-face {
	grid-area: 1 / 1;
	display: grid;
	place-items: center;
	width: 1rem;
	height: 1rem;
	border: 1px solid var(--mm-hf-edge);
	border-radius: 2px;
	background: transparent;
	pointer-events: none;
	transition: border-color 0.15s ease, background-color 0.15s ease;
}

.mm-home-search-form__toggle-text {
	grid-area: 1 / 2;
	line-height: 1.4;
}

.mm-home-search-form__checkbox-input:checked + .mm-home-search-form__checkbox-face {
	border-color: currentColor;
	background-color: transparent;
}

.mm-home-search-form__checkbox-face::after {
	content: "";
	display: none;
	width: 0.32rem;
	height: 0.5rem;
	margin-top: -0.08rem;
	border: solid currentColor;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	opacity: 0.88;
}

.mm-home-search-form__checkbox-input:checked + .mm-home-search-form__checkbox-face::after {
	display: block;
}

.mm-home-search-form__year-toggle-label:has(.mm-home-search-form__checkbox-input:focus-visible) .mm-home-search-form__checkbox-face {
	outline: 2px solid currentColor;
	outline-offset: 2px;
}

.mm-home-search-form__range-track {
	padding-top: 0.15rem;
}

.mm-home-search-form__year-range {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 2rem;
	margin: 0;
	background: transparent;
	cursor: pointer;
}

.mm-home-search-form__year-range:focus {
	outline: none;
}

.mm-home-search-form__year-range:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 4px;
	border-radius: 6px;
}

.mm-home-search-form__year-range::-webkit-slider-runnable-track {
	height: 4px;
	border-radius: 999px;
	background: color-mix(in srgb, currentColor 14%, transparent);
}

.mm-home-search-form__year-range::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 16px;
	height: 16px;
	margin-top: -6px;
	border-radius: 50%;
	border: 2px solid canvas;
	background: currentColor;
	box-shadow: 0 1px 4px color-mix(in srgb, currentColor 25%, transparent);
	cursor: pointer;
}

.mm-home-search-form__year-range::-moz-range-track {
	height: 4px;
	border-radius: 999px;
	background: color-mix(in srgb, currentColor 14%, transparent);
}

.mm-home-search-form .mm-home-search-form__year-range::-webkit-slider-thumb {
	box-shadow: 0 1px 2px color-mix(in srgb, currentColor 14%, transparent);
}

.mm-home-search-form .mm-home-search-form__year-range::-moz-range-thumb {
	box-shadow: 0 1px 2px color-mix(in srgb, currentColor 14%, transparent);
}

.mm-home-search-form__year-labels {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	margin-top: 0.35rem;
	padding: 0 0.1rem;
	gap: 0.5rem;
}

.mm-home-search-form__year-bound {
	font-size: 0.7rem;
	font-variant-numeric: tabular-nums;
	font-weight: 600;
	opacity: 0.62;
}

.mm-home-search-form__year-unavail {
	margin: 0;
	padding: 0.5rem 0;
	font-size: 0.8125rem;
	line-height: 1.45;
	opacity: 0.75;
	border: none;
	background: transparent;
}

.mm-home-search-form .mm-home-search-form__browse {
	margin: 0.75rem 0 0;
	padding: 0;
	text-align: left;
}

.mm-home-search-form .mm-home-search-form__year-unavail {
	margin: 0.35rem 0 0;
	padding: 0;
	font-size: 0.8125rem;
	line-height: 1.45;
	opacity: 0.78;
	border: none;
	background: transparent;
}

.mm-home-search-form__browse-link {
	display: inline;
	font-weight: 500;
	font-size: 0.875rem;
	text-decoration: underline;
	text-underline-offset: 3px;
	text-decoration-color: color-mix(in srgb, currentColor 28%, transparent);
	color: inherit;
	transition:
		opacity 0.15s ease,
		text-decoration-color 0.15s ease;
}

.mm-home-search-form__browse-link:hover {
	opacity: 0.88;
	text-decoration-color: currentColor;
}

.mm-home-preview {
	--mm-preview-sort-accent: #2fa793;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	box-sizing: border-box;
}

.mm-home-preview-active-filters {
	margin: 0 0 0.95rem;
	padding: 0;
	box-sizing: border-box;
	min-width: 0;
	width: 100%;
}

.mm-home-preview-active-filters[hidden] {
	display: none !important;
}

.mm-home-preview-active-filters__row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: 0.4rem 0.72rem;
	width: 100%;
	min-width: 0;
}

.mm-home-preview-active-filters__chips {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.36rem 0.42rem;
	flex: 0 1 auto;
	min-width: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}

.mm-home-preview-chip {
	display: inline-flex;
	align-items: center;
	max-width: 100%;
	min-width: 0;
	height: 34px;
	min-height: 34px;
	gap: 8px;
	padding: 0 11px 0 12px;
	box-sizing: border-box;
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.35);
	font-size: 0.76rem;
	line-height: 1;
	font-weight: 550;
	letter-spacing: 0.012em;
	color: inherit;
	transition:
		border-color 0.2s ease,
		background-color 0.2s ease;
}

.mm-home-preview-chip:hover {
	border-color: rgba(0, 0, 0, 0.2);
	background: rgba(255, 255, 255, 0.52);
}

@media (prefers-color-scheme: dark) {
	.mm-home-preview-chip {
		border-color: rgba(255, 255, 255, 0.14);
		background: rgba(255, 255, 255, 0.04);
	}

	.mm-home-preview-chip:hover {
		border-color: rgba(255, 255, 255, 0.24);
		background: rgba(255, 255, 255, 0.075);
	}
}

.mm-home-preview-chip__text {
	min-width: 0;
	max-width: 14rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-flex;
	align-items: center;
	line-height: 1;
	transform: translateY(0.5px);
}

.mm-home-preview-chip [data-mm-chip-remove],
.mm-home-preview-chip__remove[data-mm-chip-remove],
.mm-home-preview-active-filters button.mm-home-preview-chip__remove[data-mm-chip-remove],
.mm-home-preview-active-filters button[data-mm-chip-remove] {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	margin: 0 !important;
	padding: 0 !important;
	width: auto !important;
	min-width: 0 !important;
	height: auto !important;
	min-height: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: color-mix(in srgb, currentColor 58%, transparent) !important;
	cursor: pointer;
	font: inherit !important;
	line-height: 1 !important;
	opacity: 0.62;
	-webkit-appearance: none !important;
	appearance: none !important;
	transition:
		opacity 0.18s ease,
		color 0.18s ease;
}

.mm-home-preview-chip [data-mm-chip-remove]:hover,
.mm-home-preview-chip__remove[data-mm-chip-remove]:hover,
.mm-home-preview-active-filters button[data-mm-chip-remove]:hover {
	background: transparent !important;
	box-shadow: none !important;
	border: 0 !important;
	opacity: 1;
	color: var(--mm-preview-sort-accent) !important;
}

.mm-home-preview-chip [data-mm-chip-remove]:focus,
.mm-home-preview-chip__remove[data-mm-chip-remove]:focus,
.mm-home-preview-active-filters button[data-mm-chip-remove]:focus {
	background: transparent !important;
	box-shadow: none !important;
}

.mm-home-preview-chip [data-mm-chip-remove]:focus-visible,
.mm-home-preview-chip__remove[data-mm-chip-remove]:focus-visible,
.mm-home-preview-active-filters button[data-mm-chip-remove]:focus-visible {
	outline: 2px solid color-mix(in srgb, var(--mm-preview-sort-accent) 40%, transparent);
	outline-offset: 2px;
	opacity: 1;
	background: transparent !important;
	color: var(--mm-preview-sort-accent) !important;
}

.mm-home-preview-chip__x {
	display: inline-block;
	font-size: 0.68rem;
	font-weight: 600;
	line-height: 1;
	vertical-align: middle;
	transform: translateY(-0.05em);
}

[data-mm-home-preview-clear-filters],
.mm-home-preview-active-filters button[data-mm-home-preview-clear-filters] {
	display: inline-flex !important;
	align-items: center !important;
	align-self: center !important;
	flex-shrink: 0;
	min-height: 34px;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	font: inherit !important;
	font-size: 0.74rem !important;
	font-weight: 550 !important;
	line-height: 1.25 !important;
	color: inherit !important;
	opacity: 0.56;
	cursor: pointer;
	text-decoration: underline !important;
	text-underline-offset: 0.2em !important;
	text-decoration-color: color-mix(in srgb, currentColor 36%, transparent);
	-webkit-appearance: none !important;
	appearance: none !important;
	transition:
		opacity 0.18s ease,
		text-decoration-color 0.18s ease,
		color 0.18s ease;
}

[data-mm-home-preview-clear-filters]:hover,
.mm-home-preview-active-filters button[data-mm-home-preview-clear-filters]:hover {
	background: transparent !important;
	box-shadow: none !important;
	border: 0 !important;
	opacity: 0.88;
	text-decoration-color: color-mix(in srgb, var(--mm-preview-sort-accent) 55%, transparent);
	color: color-mix(in srgb, var(--mm-preview-sort-accent) 75%, currentColor) !important;
}

[data-mm-home-preview-clear-filters]:focus,
.mm-home-preview-active-filters button[data-mm-home-preview-clear-filters]:focus {
	background: transparent !important;
	box-shadow: none !important;
}

[data-mm-home-preview-clear-filters]:focus-visible,
.mm-home-preview-active-filters button[data-mm-home-preview-clear-filters]:focus-visible {
	outline: 2px solid color-mix(in srgb, var(--mm-preview-sort-accent) 40%, transparent);
	outline-offset: 3px;
	opacity: 1;
	background: transparent !important;
}

.mm-home-preview-toolbar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem 1.25rem;
	width: 100%;
	max-width: 100%;
	margin: 0 0 1.1rem;
	padding: 0 0 0.85rem;
	box-sizing: border-box;
	border-bottom: 1px solid color-mix(in srgb, currentColor 11%, transparent);
	min-width: 0;
}

.mm-home-preview-toolbar__count {
	margin: 0;
	flex: 1 1 auto;
	min-width: 0;
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1.35;
	letter-spacing: 0.01em;
	color: inherit;
	opacity: 0.68;
	font-variant-numeric: tabular-nums;
}

.mm-home-preview-toolbar__count-num {
	font-weight: 700;
	opacity: 1;
	color: color-mix(in srgb, currentColor 92%, transparent);
}

.mm-home-preview-toolbar__sort {
	display: inline-flex;
	align-items: center;
	flex-wrap: nowrap;
	flex: 0 0 auto;
	min-width: 0;
	max-width: min(100%, 17rem);
	gap: 0.35rem 0.45rem;
}

.mm-home-preview-toolbar__sort-label {
	flex: 0 0 auto;
	font-size: 0.8125rem;
	font-weight: 500;
	line-height: 1.35;
	color: inherit;
	opacity: 0.62;
	white-space: nowrap;
}

.mm-home-preview-toolbar__dropdown {
	position: relative;
	flex: 0 1 auto;
	min-width: 0;
	max-width: 12rem;
}

.mm-home-preview-toolbar__select--visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
	clip-path: inset(50%);
	pointer-events: none;
}

.mm-home-preview-toolbar__sort-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	gap: 0.3rem;
	margin: 0;
	padding: 3px 2px 5px 10px;
	min-height: 32px;
	max-width: 100%;
	font: inherit;
	font-size: 0.8125rem;
	font-weight: 500;
	line-height: 1.25;
	color: var(--mm-preview-sort-accent);
	background: transparent;
	border: none;
	border-bottom: 1px solid color-mix(in srgb, var(--mm-preview-sort-accent) 34%, transparent);
	border-radius: 0;
	cursor: pointer;
	box-sizing: border-box;
	transition:
		border-color 0.18s ease,
		background-color 0.18s ease,
		color 0.18s ease,
		opacity 0.18s ease;
}

.mm-home-preview-toolbar__sort-toggle:hover:not(:disabled) {
	border-bottom-color: color-mix(in srgb, var(--mm-preview-sort-accent) 58%, transparent);
	background: color-mix(in srgb, var(--mm-preview-sort-accent) 6%, transparent);
}

.mm-home-preview-toolbar__sort-toggle:focus-visible {
	outline: 2px solid color-mix(in srgb, var(--mm-preview-sort-accent) 42%, transparent);
	outline-offset: 3px;
	background: color-mix(in srgb, var(--mm-preview-sort-accent) 5%, transparent);
}

.mm-home-preview-toolbar__sort-toggle:disabled {
	opacity: 0.48;
	cursor: not-allowed;
}

.mm-home-preview-toolbar__sort-toggle:disabled .mm-home-preview-toolbar__sort-chevron {
	border-color: color-mix(in srgb, currentColor 40%, transparent);
}

.mm-home-preview-toolbar__sort-toggle-value {
	flex: 1 1 auto;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: right;
}

.mm-home-preview-toolbar__sort-chevron {
	flex-shrink: 0;
	display: block;
	width: 0.45rem;
	height: 0.45rem;
	margin-left: 0.12rem;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg) translateY(-1px);
	transition: transform 0.2s ease;
}

.mm-home-preview-toolbar__sort-toggle[aria-expanded="true"] .mm-home-preview-toolbar__sort-chevron {
	transform: rotate(-135deg) translateY(1px);
}

.mm-home-preview-toolbar__sort-menu {
	position: absolute;
	z-index: 80;
	right: 0;
	left: auto;
	top: calc(100% + 0.28rem);
	min-width: 11.25rem;
	max-width: min(100vw - 1.5rem, 17rem);
	padding: 0.28rem 0;
	margin: 0;
	box-sizing: border-box;
	background: canvas;
	color: inherit;
	border: 1px solid color-mix(in srgb, currentColor 12%, transparent);
	border-radius: 8px;
	box-shadow:
		0 4px 14px color-mix(in srgb, currentColor 8%, transparent),
		0 1px 3px color-mix(in srgb, currentColor 6%, transparent);
}

.mm-home-preview-toolbar__sort-menu:focus {
	outline: none;
}

.mm-home-preview-toolbar__sort-option {
	padding: 0.42rem 0.85rem;
	font-size: 0.8125rem;
	line-height: 1.35;
	cursor: pointer;
	transition: background-color 0.12s ease;
}

.mm-home-preview-toolbar__sort-option:hover {
	background: color-mix(in srgb, currentColor 6%, transparent);
}

.mm-home-preview-toolbar__sort-option:focus {
	outline: none;
	background: color-mix(in srgb, currentColor 8%, transparent);
}

.mm-home-preview-toolbar__sort-option--highlight {
	background: color-mix(in srgb, currentColor 7%, transparent);
}

.mm-home-preview-toolbar__sort-option[aria-selected="true"] {
	font-weight: 650;
	color: var(--mm-preview-sort-accent);
}

.mm-home-preview-cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.85rem 1rem;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	align-items: stretch;
	min-width: 0;
	transition: opacity 0.2s ease;
}

.mm-home-preview-cards--busy {
	opacity: 0.55;
	pointer-events: none;
}

@media (max-width: 900px) {
	.mm-home-preview-cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 560px) {
	.mm-home-preview-toolbar {
		flex-wrap: wrap;
		flex-direction: column;
		align-items: stretch;
		gap: 0.75rem;
		padding-bottom: 0.85rem;
		margin-bottom: 1rem;
	}

	.mm-home-preview-active-filters__row {
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		justify-content: flex-start;
		gap: 0.42rem 0.62rem;
	}

	.mm-home-preview-active-filters__chips {
		gap: 0.34rem 0.38rem;
	}

	.mm-home-preview-active-filters__clear-all {
		align-self: center;
	}

	.mm-home-preview-toolbar__count {
		width: 100%;
	}

	.mm-home-preview-toolbar__sort {
		width: 100%;
		max-width: none;
		justify-content: flex-start;
		flex-wrap: wrap;
		gap: 0.35rem 0.5rem;
	}

	.mm-home-preview-toolbar__dropdown {
		max-width: 100%;
		flex: 1 1 auto;
	}

	.mm-home-preview-toolbar__sort-toggle {
		width: 100%;
		justify-content: space-between;
		max-width: 100%;
	}

	.mm-home-preview-toolbar__sort-toggle-value {
		text-align: left;
	}

	.mm-home-preview-toolbar__sort-menu {
		right: 0;
		left: 0;
		max-width: none;
		width: 100%;
	}

	.mm-home-preview-cards {
		grid-template-columns: minmax(0, 1fr);
	}
}

.mm-home-preview-load-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.35rem;
	margin-top: 1rem;
	width: 100%;
	box-sizing: border-box;
}

.mm-home-preview-load-more {
	margin: 0;
	padding: 0.42rem 1.15rem;
	font: inherit;
	font-size: 0.8125rem;
	font-weight: 600;
	line-height: 1.35;
	color: inherit;
	background: transparent;
	border: 1px solid color-mix(in srgb, currentColor 18%, transparent);
	border-radius: 999px;
	cursor: pointer;
	transition:
		border-color 0.15s ease,
		background-color 0.15s ease,
		opacity 0.15s ease;
}

.mm-home-preview-load-more:hover:not(:disabled) {
	border-color: color-mix(in srgb, currentColor 32%, transparent);
	background: color-mix(in srgb, currentColor 5%, transparent);
}

.mm-home-preview-load-more:disabled {
	opacity: 0.45;
	cursor: not-allowed;
}

.mm-home-preview-load-more:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 2px;
}

.mm-home-preview-loading {
	font-size: 0.75rem;
	font-weight: 500;
	opacity: 0.62;
}

.mm-home-preview-cards__empty {
	grid-column: 1 / -1;
	margin: 0;
	padding: 1.25rem 1rem;
	border: 1px dashed color-mix(in srgb, currentColor 18%, transparent);
	border-radius: 12px;
	text-align: center;
	font-family: var(--e-global-typography-text-font-family, inherit);
	font-size: var(--e-global-typography-text-font-size, inherit);
	line-height: var(--e-global-typography-text-line-height, 1.5);
	opacity: 0.85;
	background: color-mix(in srgb, currentColor 4%, transparent);
}

.mm-home-preview-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	height: 100%;
	box-sizing: border-box;
}

.mm-home-preview-card__shell {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 0;
	padding: 1.15rem 1.25rem 1.2rem;
	border-radius: 16px;
	border: 1px solid color-mix(in srgb, currentColor 11%, transparent);
	background: canvas;
	box-shadow:
		0 1px 2px color-mix(in srgb, currentColor 5%, transparent),
		0 12px 32px color-mix(in srgb, currentColor 6%, transparent);
	text-decoration: none;
	color: inherit;
	transition:
		box-shadow 0.2s ease,
		border-color 0.2s ease,
		transform 0.2s ease;
}

.mm-home-preview-card__shell:hover {
	transform: translateY(-2px);
	box-shadow:
		0 4px 12px color-mix(in srgb, currentColor 8%, transparent),
		0 16px 40px color-mix(in srgb, currentColor 7%, transparent);
	border-color: color-mix(in srgb, currentColor 18%, transparent);
}

.mm-home-preview-card__shell:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 3px;
}

.mm-home-preview-card__top {
	display: grid;
	grid-template-columns: 5.25rem minmax(0, 1fr);
	gap: 0.75rem 1rem;
	align-items: start;
	margin-bottom: 1rem;
}

.mm-home-preview-card__img-wrap {
	width: 5.25rem;
	height: 5.25rem;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	overflow: hidden;
	background: radial-gradient(
		circle at 40% 35%,
		color-mix(in srgb, canvas 99%, transparent) 0%,
		color-mix(in srgb, currentColor 5%, transparent) 100%
	);
	box-shadow: inset 0 0 0 1px color-mix(in srgb, currentColor 8%, transparent);
}

.mm-home-preview-card__img-wrap .mm-home-preview-card__img-el {
	width: 100%;
	height: 100%;
	max-width: 5.25rem;
	max-height: 5.25rem;
	object-fit: contain;
	object-position: center;
	display: block;
	padding: 10%;
	box-sizing: border-box;
}

.mm-home-preview-card .mm-coin-type-style-pill.mm-home-preview-card__type-pill {
	justify-self: end;
	align-self: start;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-family: var(--e-global-typography-text-font-family, inherit);
	font-size: 0.7em;
}

.mm-home-preview-card__type-fallback {
	justify-self: end;
	align-self: center;
	font-size: 1.1rem;
	line-height: 1;
	opacity: 0.35;
}

.mm-home-preview-card__body {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	min-height: 0;
}

.mm-home-preview-card__title {
	margin: 0;
	font-family: var(--e-global-typography-primary-headline-font-family, var(--e-global-typography-text-font-family, inherit));
	font-size: var(--e-global-typography-primary-headline-font-size, 1.0625em);
	line-height: var(--e-global-typography-primary-headline-line-height, 1.3);
	font-weight: var(--e-global-typography-primary-headline-font-weight, 650);
	letter-spacing: var(--e-global-typography-primary-headline-letter-spacing, -0.02em);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.mm-home-preview-card__excerpt {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: var(--e-global-typography-text-line-height, 1.45);
	opacity: 0.72;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.mm-home-preview-card__stats {
	--mm-hpcs-div: color-mix(in srgb, currentColor 12%, transparent);
	display: flex;
	align-items: stretch;
	margin-top: auto;
	padding-top: 1rem;
	border-top: 1px solid var(--mm-hpcs-div);
	gap: 0;
}

.mm-home-preview-card__stat {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 0.3rem;
	padding: 0 0.25rem;
	font-size: inherit;
}

.mm-home-preview-card__stat-label {
	font-size: 0.72em;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	opacity: 0.55;
	line-height: 1.2;
}

.mm-home-preview-card__stat-value {
	font-size: 0.88em;
	font-weight: 600;
	line-height: 1.25;
	word-break: break-word;
}

.mm-home-preview-card__stat-div {
	width: 1px;
	flex-shrink: 0;
	background: var(--mm-hpcs-div);
	align-self: stretch;
	min-height: 2.25rem;
}

@media (max-width: 560px) {
	.mm-home-search-form .mm-home-search-form__keyword-row {
		flex-wrap: wrap;
		gap: 0.45rem;
		border: none;
		overflow: visible;
		border-radius: 0;
		background: transparent;
	}

	.mm-home-search-form .mm-home-search-form__input--search {
		flex: 1 1 100%;
		min-height: 42px;
		border: 1px solid var(--mm-hf-edge);
		border-radius: 8px;
		box-shadow: none;
	}

	.mm-home-search-form .mm-home-search-form__input--search:focus {
		box-shadow: 0 0 0 1px color-mix(in srgb, currentColor 28%, transparent);
	}

	.mm-home-search-form .mm-home-search-form__input--search:focus-visible {
		box-shadow: 0 0 0 2px currentColor;
	}

	.mm-home-search-form .mm-home-search-form__submit {
		flex: 1 1 100%;
		width: 100%;
		min-height: 40px;
		border: 1px solid color-mix(in srgb, currentColor 20%, transparent);
		border-radius: 8px;
	}

	.mm-home-search-form .mm-home-search-form__submit:hover {
		border-color: color-mix(in srgb, currentColor 35%, transparent);
		background: color-mix(in srgb, currentColor 5%, transparent);
	}

	.mm-home-search-form .mm-home-search-form__submit:focus-visible {
		outline-offset: 2px;
	}

	.mm-home-preview-cards {
		grid-template-columns: 1fr;
	}

	.mm-home-preview-card__top {
		grid-template-columns: 4.75rem minmax(0, 1fr);
	}

	.mm-home-preview-card__img-wrap,
	.mm-home-preview-card__img-wrap .mm-home-preview-card__img-el {
		width: 4.75rem;
		height: 4.75rem;
		max-width: 4.75rem;
		max-height: 4.75rem;
	}
}