.mpl-price-table-wrap {
	direction: rtl;
	margin: 0;
}

.mpl-browser-wrap {
	direction: rtl;
	margin: 1.5rem 0;
}

.mpl-filter-bar {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
	align-items: end;
	gap: 1rem 1.25rem;
	margin-bottom: 1.25rem;
	padding: 16px 18px;
	border: 1px solid #dbeafe;
	border-radius: 14px;
	background: linear-gradient(135deg, #f8fafc 0%, #f0fdfa 100%);
	box-shadow: 0 2px 12px rgba(13, 148, 136, 0.08);
}

.mpl-filter-actions {
	display: flex;
	align-items: flex-end;
}

.mpl-clear-filters {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 10px 16px;
	border: 1px solid #f58220;
	border-radius: 10px;
	background: #fff;
	color: #f58220;
	font-size: 0.88rem;
	font-weight: 700;
	line-height: 1.2;
	white-space: nowrap;
	cursor: pointer;
	transition: background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

.mpl-clear-filters:hover,
.mpl-clear-filters:focus {
	outline: none;
	background: #f58220;
	color: #fff;
	box-shadow: 0 0 0 3px rgba(245, 130, 32, 0.18);
}

.mpl-filter-field {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	min-width: 0;
}

.mpl-filter-label {
	font-size: 0.82rem;
	font-weight: 700;
	color: #475569;
	line-height: 1.4;
}

.mpl-brand-combobox {
	position: relative;
	display: flex;
	align-items: stretch;
	gap: 0.65rem;
}

.mpl-brand-selected-logo {
	width: 44px;
	height: 44px;
	object-fit: contain;
	flex-shrink: 0;
	align-self: center;
	padding: 4px;
	border: 1px solid #cbd5e1;
	border-radius: 10px;
	background: #fff;
	box-sizing: border-box;
}

.mpl-brand-field-wrap {
	position: relative;
	display: flex;
	align-items: stretch;
	flex: 1;
	min-width: 0;
}

.mpl-brand-search-input,
.mpl-product-search-input {
	width: 100%;
	min-height: 44px;
	padding: 10px 14px;
	border: 1px solid #cbd5e1;
	font-size: 0.92rem;
	font-weight: 600;
	direction: rtl;
	background: #fff;
	box-sizing: border-box;
	transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.mpl-brand-combobox .mpl-brand-search-input {
	flex: 1;
	min-width: 0;
	border-radius: 0 10px 10px 0;
	border-left: none;
}

.mpl-brand-dropdown-toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 2.75rem;
	padding: 0;
	border: 1px solid #cbd5e1;
	border-radius: 10px 0 0 10px;
	background: #f8fafc;
	color: #64748b;
	cursor: pointer;
	transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.mpl-brand-dropdown-toggle:hover,
.mpl-brand-dropdown-toggle.is-open {
	background: #f0fdfa;
	border-color: #0d9488;
	color: #0d9488;
}

.mpl-brand-dropdown-toggle:focus {
	outline: none;
	border-color: #0d9488;
	box-shadow: 0 0 0 3px rgba(13, 148, 136, 0.14);
}

.mpl-brand-dropdown-icon {
	transition: transform 0.2s ease;
}

.mpl-brand-dropdown-toggle.is-open .mpl-brand-dropdown-icon {
	transform: rotate(180deg);
}

.mpl-brand-combobox .mpl-brand-search-input:focus {
	position: relative;
	z-index: 1;
	outline: none;
	border-color: #0d9488;
	background: #fff;
	box-shadow: 0 0 0 3px rgba(13, 148, 136, 0.14);
}

.mpl-brand-field-wrap:focus-within .mpl-brand-dropdown-toggle {
	border-color: #0d9488;
}

.mpl-product-combobox {
	position: relative;
	display: flex;
	align-items: stretch;
}

.mpl-product-combobox .mpl-product-search-input {
	flex: 1;
	min-width: 0;
	border-radius: 0 10px 10px 0;
	border-left: none;
}

.mpl-product-combobox .mpl-product-search-input:focus {
	position: relative;
	z-index: 1;
	outline: none;
	border-color: #0d9488;
	background: #fff;
	box-shadow: 0 0 0 3px rgba(13, 148, 136, 0.14);
}

.mpl-product-combobox .mpl-product-search-input:focus + .mpl-product-dropdown-toggle,
.mpl-product-combobox:focus-within .mpl-product-dropdown-toggle {
	border-color: #0d9488;
}

.mpl-product-dropdown-toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 2.75rem;
	padding: 0;
	border: 1px solid #cbd5e1;
	border-radius: 10px 0 0 10px;
	background: #f8fafc;
	color: #64748b;
	cursor: pointer;
	transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.mpl-product-dropdown-toggle:hover,
.mpl-product-dropdown-toggle.is-open {
	background: #f0fdfa;
	border-color: #0d9488;
	color: #0d9488;
}

.mpl-product-dropdown-toggle:focus {
	outline: none;
	border-color: #0d9488;
	box-shadow: 0 0 0 3px rgba(13, 148, 136, 0.14);
}

.mpl-product-dropdown-icon {
	transition: transform 0.2s ease;
}

.mpl-product-dropdown-toggle.is-open .mpl-product-dropdown-icon {
	transform: rotate(180deg);
}

.mpl-product-suggestions {
	position: absolute;
	top: calc(100% + 6px);
	right: 0;
	left: 0;
	z-index: 25;
	margin: 0;
	padding: 0.35rem 0;
	list-style: none;
	background: #fff;
	border: 1px solid #cbd5e1;
	border-radius: 10px;
	box-shadow: 0 10px 28px rgba(15, 23, 42, 0.12);
	max-height: 420px;
	overflow-y: auto;
	overscroll-behavior: contain;
}

.mpl-product-suggestion {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	padding: 0.55rem 0.75rem;
	cursor: pointer;
}

.mpl-product-suggestion:hover,
.mpl-product-suggestion.is-highlighted {
	background: #f0fdfa;
}

.mpl-product-suggestion--empty,
.mpl-product-suggestion--brand {
	cursor: default;
}

.mpl-product-suggestion--brand {
	padding: 0.45rem 0.75rem 0.25rem;
	background: #f6f7f7;
	border-top: 1px solid #e8e8e8;
	position: sticky;
	top: 0;
	z-index: 1;
}

.mpl-product-suggestion--brand:first-child {
	border-top: none;
}

.mpl-product-suggestion--empty {
	color: #646970;
	justify-content: center;
}

.mpl-product-suggestion-logo {
	width: 28px;
	height: 28px;
	object-fit: contain;
	flex-shrink: 0;
}

.mpl-product-suggestion-text {
	display: flex;
	flex-direction: column;
	gap: 0.12rem;
	min-width: 0;
}

.mpl-product-suggestion-name {
	font-weight: 600;
	color: #1d2327;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.mpl-product-suggestion-brand {
	font-size: 0.8rem;
	color: #646970;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.mpl-product-suggestion-brand-label {
	font-size: 0.78rem;
	font-weight: 700;
	color: #50575e;
}

.mpl-search-results {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.mpl-brand-result-block {
	border: 1px solid #dcdcde;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
}

.mpl-brand-result-header {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	padding: 0.85rem 1rem;
	background: #f6f7f7;
	border-bottom: 1px solid #dcdcde;
}

.mpl-brand-result-logo {
	width: 36px;
	height: 36px;
	object-fit: contain;
	flex-shrink: 0;
}

.mpl-brand-result-title {
	margin: 0;
	font-size: 1.1rem;
	font-weight: 700;
	color: #1d2327;
}

.mpl-brand-result-tables {
	padding: 1rem;
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.mpl-brand-result-tab-title {
	margin: 0 0 0.5rem;
	font-size: 0.95rem;
	font-weight: 600;
	color: #2271b1;
}

.mpl-brand-suggestions {
	position: absolute;
	top: calc(100% + 6px);
	right: 0;
	left: 0;
	z-index: 25;
	margin: 0;
	padding: 0.35rem 0;
	list-style: none;
	background: #fff;
	border: 1px solid #cbd5e1;
	border-radius: 10px;
	box-shadow: 0 10px 28px rgba(15, 23, 42, 0.12);
	max-height: 420px;
	overflow-y: auto;
	overscroll-behavior: contain;
}

.mpl-brand-suggestion {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	padding: 0.55rem 0.75rem;
	cursor: pointer;
}

.mpl-brand-suggestion:hover,
.mpl-brand-suggestion.is-highlighted {
	background: #f0fdfa;
}

.mpl-brand-suggestion--empty {
	cursor: default;
	color: #646970;
}

.mpl-brand-suggestion-logo {
	width: 32px;
	height: 32px;
	object-fit: contain;
	flex-shrink: 0;
}

.mpl-brand-suggestion-text {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
	min-width: 0;
}

.mpl-brand-suggestion-name {
	font-weight: 600;
	color: #1d2327;
}

.mpl-brand-suggestion-aliases {
	font-size: 0.8rem;
	color: #646970;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.mpl-browser-content.is-loading {
	opacity: 0.65;
	pointer-events: none;
}

.mpl-browser-empty,
.mpl-browser-loading {
	margin: 1rem 0;
	color: #646970;
	font-size: 0.95rem;
}

.mpl-brand-showcase {
	margin: 0 0 1.25rem;
	direction: rtl;
}

.mpl-brand-showcase__inner {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 14px 16px;
	padding: 14px 16px;
	border: 1px solid #dbeafe;
	border-radius: 14px;
	background: linear-gradient(135deg, #fff 0%, #f8fafc 55%, #f0fdfa 100%);
	box-shadow: 0 2px 12px rgba(13, 148, 136, 0.07);
}

.mpl-brand-showcase__logo-wrap {
	flex-shrink: 0;
	order: -1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 128px;
	height: 128px;
	padding: 10px;
	border: 1px solid #e2e8f0;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 1px 4px rgba(15, 23, 42, 0.06);
}

.mpl-brand-showcase__logo {
	display: block;
	max-width: 100%;
	max-height: 96px;
	width: auto;
	height: auto;
	object-fit: contain;
}

.mpl-brand-showcase__content {
	flex: 1;
	min-width: 0;
}

.mpl-brand-showcase__name {
	margin: 0 0 6px;
	font-size: 1.05rem;
	font-weight: 800;
	color: #0f766e;
	line-height: 1.45;
}

.mpl-brand-showcase__desc-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 6px;
}

.mpl-brand-showcase__desc {
	margin: 0;
	font-size: 0.88rem;
	line-height: 1.75;
	color: #475569;
	word-break: break-word;
}

.mpl-brand-showcase__desc p {
	margin: 0 0 0.6em;
}

.mpl-brand-showcase__desc p:last-child {
	margin-bottom: 0;
}

.mpl-brand-showcase__desc h2,
.mpl-brand-showcase__desc h3,
.mpl-brand-showcase__desc h4 {
	margin: 0 0 0.45em;
	color: #0f766e;
	line-height: 1.4;
}

.mpl-brand-showcase__desc ul,
.mpl-brand-showcase__desc ol {
	margin: 0 1.2em 0.6em 0;
	padding: 0;
}

@media (max-width: 480px) {
	.mpl-brand-showcase__inner {
		padding: 12px 14px;
		gap: 10px 12px;
	}

	.mpl-brand-showcase__logo-wrap {
		width: 104px;
		height: 104px;
		padding: 8px;
		border-radius: 12px;
	}

	.mpl-brand-showcase__logo {
		max-height: 80px;
	}

	.mpl-brand-showcase__name {
		font-size: 0.98rem;
	}
}

.mpl-table-heading {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 8px;
	margin: 0 0 0.85rem;
	direction: rtl;
}

.mpl-table-heading__brand {
	font-size: 1.2rem;
	font-weight: 800;
	color: #0f766e;
	line-height: 1.45;
}

.mpl-table-heading__sep {
	color: #94a3b8;
	font-weight: 400;
}

.mpl-table-heading__tab {
	font-size: 1.05rem;
	font-weight: 700;
	color: #1d4ed8;
	line-height: 1.45;
}

.mpl-table-updated {
	margin: 0 0 0.65rem;
	text-align: left;
	direction: rtl;
	font-size: 0.92rem;
	line-height: 1.5;
	color: #475569;
}

.mpl-updating-banner {
	margin: 0 0 1rem;
	padding: 0.9rem 1.1rem;
	border-radius: 12px;
	border: 1px solid #fcd34d;
	background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
	color: #92400e;
	font-size: 0.98rem;
	font-weight: 700;
	line-height: 1.7;
	text-align: center;
}

.mpl-table-updated__label {
	font-weight: 600;
	color: #334155;
}

.mpl-table-updated__sep {
	margin: 0 0.15em;
}

.mpl-table-updated__date {
	font-weight: 700;
	color: #0f766e;
	font-variant-numeric: tabular-nums;
	letter-spacing: 0.02em;
}

.mpl-search-wrap {
	margin-bottom: 1rem;
}

.mpl-search-input {
	width: 100%;
	max-width: 420px;
	padding: 0.55rem 0.85rem;
	border: 1px solid #c3c4c7;
	border-radius: 6px;
	font-size: 0.95rem;
	direction: rtl;
}

.mpl-search-input:focus {
	border-color: #2271b1;
	box-shadow: 0 0 0 1px #2271b1;
	outline: none;
}

.mpl-search-no-results {
	margin: 0.75rem 0 0;
	color: #646970;
	font-size: 0.9rem;
}

.mpl-frontend-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 1rem;
	direction: rtl;
}

.mpl-frontend-tab {
	padding: 0.5rem 1rem;
	border: 1px solid #dcdcde;
	border-radius: 6px 6px 0 0;
	background: #f6f7f7;
	color: #1d2327;
	font-size: 0.95rem;
	font-family: inherit;
	cursor: pointer;
	transition: background 0.15s, border-color 0.15s, color 0.15s;
}

.mpl-frontend-tab:hover {
	background: #eff6ff;
	border-color: #93c5fd;
	color: #1d4ed8;
}

.mpl-frontend-tab:focus-visible {
	outline: none;
	background: #eff6ff;
	border-color: #2563eb;
	color: #1e40af;
	box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.18);
}

.mpl-frontend-tab.is-active {
	background: #fff;
	border-color: #2271b1;
	color: #2271b1;
	font-weight: 600;
	box-shadow: 0 -2px 0 #2271b1 inset;
}

.mpl-frontend-tab.is-active:hover,
.mpl-frontend-tab.is-active:focus-visible {
	background: #fff;
	border-color: #1d4ed8;
	color: #1e3a8a;
	box-shadow: 0 -2px 0 #1d4ed8 inset;
}

.mpl-price-table-wrap button.mpl-frontend-tab,
.mpl-browser-wrap button.mpl-frontend-tab {
	color: #1d2327;
}

.mpl-price-table-wrap button.mpl-frontend-tab:hover,
.mpl-browser-wrap button.mpl-frontend-tab:hover {
	color: #1d4ed8;
}

.mpl-price-table-wrap button.mpl-frontend-tab.is-active,
.mpl-browser-wrap button.mpl-frontend-tab.is-active {
	color: #2271b1;
}

.mpl-price-table-wrap button.mpl-frontend-tab.is-active:hover,
.mpl-browser-wrap button.mpl-frontend-tab.is-active:hover {
	color: #1e3a8a;
}

.mpl-frontend-panel {
	display: none;
}

.mpl-frontend-panel.is-active {
	display: block;
}

.mpl-price-table-intro {
	margin-bottom: 1rem;
	color: #444;
}

.mpl-table-scroll {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	border: 1px solid #dcdcde;
	border-radius: 6px;
}

.mpl-price-table {
	width: 100%;
	border-collapse: collapse;
	min-width: 480px;
	font-size: 0.95rem;
	direction: rtl;
}

.mpl-table-style-scope[data-separate-cells="1"] .mpl-price-table {
	border-collapse: separate;
	border-spacing: var(--mpl-col-gap, 0) var(--mpl-row-gap, 0);
}

.mpl-table-style-scope .mpl-price-table th,
.mpl-table-style-scope .mpl-price-table td {
	border-top: none;
	border-right: none;
	border-bottom: var(--mpl-border-h-width, 1px) solid var(--mpl-border-h-color, #dcdcde);
	border-left: var(--mpl-border-v-width, 1px) solid var(--mpl-border-v-color, #dcdcde);
	padding: var(--mpl-cell-py, 0.55rem) var(--mpl-cell-px, 0.75rem);
	border-radius: var(--mpl-cell-radius, 0);
	white-space: nowrap;
}

.mpl-price-table th,
.mpl-price-table td {
	border: 1px solid #dcdcde;
	padding: 0.55rem 0.75rem;
	white-space: nowrap;
}

.mpl-price-table .mpl-align-right {
	text-align: right;
}

.mpl-price-table .mpl-align-center {
	text-align: center;
}

.mpl-price-table .mpl-align-left {
	text-align: left;
}

.mpl-price-table .mpl-dir-rtl {
	direction: rtl;
}

.mpl-price-table .mpl-dir-ltr,
.mpl-price-table .mpl-cell-numeric {
	direction: ltr;
	unicode-bidi: isolate;
	text-align: left;
	font-variant-numeric: lining-nums tabular-nums;
}

.mpl-price-table .mpl-fmt-bold {
	font-weight: 700;
}

.mpl-price-table .mpl-fmt-italic {
	font-style: italic;
}

.mpl-table-style-scope .mpl-price-table thead th {
	background: var(--mpl-th-bg, #f0f6fc);
	color: var(--mpl-th-color, inherit);
	font-size: var(--mpl-th-font-size, 0.95rem);
	font-weight: 600;
	position: sticky;
	top: 0;
	z-index: 1;
}

.mpl-price-table thead th {
	background: #f0f6fc;
	font-weight: 600;
	position: sticky;
	top: 0;
	z-index: 1;
}

.mpl-table-style-scope .mpl-price-table tbody tr:nth-child(odd) > td {
	background-color: var(--mpl-row-odd-bg, #ffffff);
	color: var(--mpl-row-odd-color, inherit);
}

.mpl-table-style-scope .mpl-price-table tbody tr:nth-child(even) > td {
	background-color: var(--mpl-row-even-bg, #fafafa);
	color: var(--mpl-row-even-color, inherit);
}

/* Shaped label column (first data column = nth-child(2) after row #) */
.mpl-table-style-scope[data-label-shape] .mpl-price-table thead th:nth-child(2),
.mpl-table-style-scope[data-label-shape] .mpl-price-table tbody td:nth-child(2) {
	font-weight: 700;
	border-color: transparent !important;
	position: relative;
	z-index: 1;
}

.mpl-table-style-scope[data-label-shape] .mpl-price-table thead th:nth-child(2) {
	background: var(--mpl-th-bg, #f0f6fc);
	color: var(--mpl-th-color, inherit);
}

/* tbody label cells inherit odd/even row colors from rules above */

.mpl-table-style-scope[data-label-shape="pill"] .mpl-price-table thead th:nth-child(2),
.mpl-table-style-scope[data-label-shape="pill"] .mpl-price-table tbody td:nth-child(2) {
	border-radius: 999px 0 0 999px;
}

.mpl-table-style-scope[data-label-shape="chevron"] .mpl-price-table thead th:nth-child(2),
.mpl-table-style-scope[data-label-shape="chevron"] .mpl-price-table tbody td:nth-child(2) {
	clip-path: polygon(12px 0, 100% 0, 100% 100%, 12px 100%, 0 50%);
	padding-inline-start: calc(var(--mpl-cell-px, 0.75rem) + 8px);
}

.mpl-table-style-scope[data-label-shape][data-label-index="1"] .mpl-price-table thead th:nth-child(1),
.mpl-table-style-scope[data-label-shape][data-label-index="1"] .mpl-price-table tbody td:nth-child(1),
.mpl-table-style-scope[data-label-shape][data-label-index="1"] .mpl-price-table tbody th[scope="row"] {
	font-weight: 700;
	border-color: transparent !important;
	position: relative;
	z-index: 1;
}

.mpl-table-style-scope[data-label-shape][data-label-index="1"] .mpl-price-table thead th:nth-child(1) {
	background: var(--mpl-th-bg, #f0f6fc);
	color: var(--mpl-th-color, inherit);
}

.mpl-table-style-scope[data-label-shape="pill"][data-label-index="1"] .mpl-price-table thead th:nth-child(1),
.mpl-table-style-scope[data-label-shape="pill"][data-label-index="1"] .mpl-price-table tbody td:nth-child(1),
.mpl-table-style-scope[data-label-shape="pill"][data-label-index="1"] .mpl-price-table tbody th[scope="row"] {
	border-radius: 999px 0 0 999px;
}

.mpl-table-style-scope[data-label-shape="chevron"][data-label-index="1"] .mpl-price-table thead th:nth-child(1),
.mpl-table-style-scope[data-label-shape="chevron"][data-label-index="1"] .mpl-price-table tbody td:nth-child(1),
.mpl-table-style-scope[data-label-shape="chevron"][data-label-index="1"] .mpl-price-table tbody th[scope="row"] {
	clip-path: polygon(12px 0, 100% 0, 100% 100%, 12px 100%, 0 50%);
	padding-inline-start: calc(var(--mpl-cell-px, 0.75rem) + 8px);
}

.mpl-table-style-scope[data-label-shape][data-separate-cells="1"] .mpl-price-table tbody td:nth-child(2),
.mpl-table-style-scope[data-label-shape][data-separate-cells="1"][data-label-index="1"] .mpl-price-table tbody td:nth-child(1),
.mpl-table-style-scope[data-label-shape][data-separate-cells="1"][data-label-index="1"] .mpl-price-table tbody th[scope="row"] {
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
}

.mpl-price-table tbody tr:nth-child(even) {
	background: #fafafa;
}

.mpl-price-table .mpl-col-row-num {
	width: 42px;
	text-align: center;
	color: #646970;
	background: #f6f7f7;
	font-size: 0.85rem;
}

.mpl-cell-number,
.mpl-cell-formula,
.mpl-cell-price {
	font-variant-numeric: tabular-nums;
}

.mpl-cell-price-inquiry {
	font-variant-numeric: normal;
	font-style: italic;
	color: #64748b;
	font-weight: 500;
	direction: rtl;
}

.mpl-cell-number.mpl-align-center,
.mpl-cell-formula.mpl-align-center,
.mpl-cell-price.mpl-align-center,
.mpl-cell-number.mpl-align-left,
.mpl-cell-formula.mpl-align-left,
.mpl-cell-price.mpl-align-left {
	direction: ltr;
}

.mpl-price-table .mpl-cell-number.mpl-dir-rtl,
.mpl-price-table .mpl-cell-formula.mpl-dir-rtl,
.mpl-price-table .mpl-cell-price.mpl-dir-rtl,
.mpl-price-table thead th.mpl-dir-rtl {
	direction: rtl;
}

.mpl-price-table .mpl-cell-number.mpl-dir-ltr,
.mpl-price-table .mpl-cell-formula.mpl-dir-ltr,
.mpl-price-table .mpl-cell-price.mpl-dir-ltr,
.mpl-price-table thead th.mpl-dir-ltr {
	direction: ltr;
	text-align: left;
	font-variant-numeric: lining-nums tabular-nums;
}

.mpl-price-table .mpl-cell-aliases,
.mpl-price-table thead th.mpl-th-aliases {
	background: #e8f4fd;
}

.mpl-price-table thead th.mpl-th-aliases {
	background: #cce5ff;
}

.mpl-price-table .mpl-cell-aliases {
	white-space: normal;
	min-width: 140px;
	max-width: 280px;
}

.mpl-empty {
	text-align: center;
	color: #646970;
	padding: 1.5rem !important;
}

.mpl-archive-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.mpl-archive-list li {
	margin: 0 0 0.75rem;
	padding: 0.75rem 1rem;
	border: 1px solid #dcdcde;
	border-radius: 6px;
}

.mpl-archive-list a {
	text-decoration: none;
	font-weight: 600;
}

.mpl-archive-brands {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-top: 0.35rem;
}

.mpl-archive-brands span,
.mpl-archive-brands .mpl-archive-brand {
	background: #f0f0f1;
	padding: 0.15rem 0.5rem;
	border-radius: 4px;
	font-size: 0.85rem;
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
}

.mpl-archive-brand-logo {
	width: 20px;
	height: 20px;
	object-fit: contain;
	flex-shrink: 0;
}

.mpl-brand-cards {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
	gap: 14px;
}

.mpl-brand-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	padding: 16px 12px 14px;
	border: 1px solid #e2e8f0;
	border-radius: 14px;
	background: #fff;
	color: #004a73;
	box-shadow: 0 2px 10px rgba(15, 23, 42, 0.05);
	cursor: pointer;
	transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.mpl-brand-card:hover,
.mpl-brand-card:focus {
	outline: none;
	border-color: #f58220;
	box-shadow: 0 8px 22px rgba(0, 74, 115, 0.12);
	transform: translateY(-2px);
}

.mpl-brand-card__logo {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 84px;
	height: 84px;
	padding: 8px;
	border: 1px solid #eef2f6;
	border-radius: 12px;
	background: #f8fafc;
	box-sizing: border-box;
}

.mpl-brand-card__logo img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.mpl-brand-card__initial {
	font-size: 1.6rem;
	font-weight: 800;
	color: #004a73;
}

.mpl-brand-card__name {
	font-size: 0.88rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.45;
}

@media (max-width: 800px) {
	.mpl-filter-bar {
		grid-template-columns: 1fr 1fr;
	}

	.mpl-filter-actions {
		grid-column: 1 / -1;
	}

	.mpl-clear-filters {
		width: 100%;
	}
}

@media (max-width: 640px) {
	.mpl-filter-bar {
		grid-template-columns: 1fr;
	}
}

.mpl-print-header {
	display: none;
}

.mpl-print-actions {
	display: flex;
	justify-content: flex-start;
	margin-top: 1rem;
	direction: rtl;
}

.mpl-print-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 42px;
	padding: 0 16px;
	border: 1px solid #cbd5e1;
	border-radius: 10px;
	background: #fff;
	color: #1e40af;
	font-size: 0.92rem;
	font-weight: 700;
	font-family: inherit;
	cursor: pointer;
	transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

.mpl-print-btn__icon {
	width: 18px;
	height: 18px;
	flex-shrink: 0;
}

.mpl-print-btn:hover,
.mpl-print-btn:focus-visible {
	outline: none;
	background: #eff6ff;
	border-color: #93c5fd;
	color: #1d4ed8;
	box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}

.mpl-browser-wrap button.mpl-print-btn {
	color: #1e40af;
}

.mpl-browser-wrap button.mpl-print-btn:hover,
.mpl-browser-wrap button.mpl-print-btn:focus-visible {
	color: #1d4ed8;
}

@media print {
	@page {
		margin: 12mm;
	}

	body * {
		visibility: hidden;
	}

	.mpl-price-table-wrap,
	.mpl-price-table-wrap * {
		visibility: visible;
	}

	.mpl-price-table-wrap {
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.mpl-price-table-wrap .mpl-print-actions,
	.mpl-price-table-wrap .mpl-frontend-tabs {
		display: none !important;
	}

	.mpl-print-header {
		display: flex !important;
		align-items: center;
		justify-content: center;
		gap: 12px;
		margin: 0 0 16px;
		padding: 0 0 12px;
		border-bottom: 2px solid #cbd5e1;
	}

	.mpl-print-header__logo {
		width: 48px;
		height: 48px;
		object-fit: contain;
		flex-shrink: 0;
	}

	.mpl-print-header__site {
		font-size: 1.15rem;
		font-weight: 800;
		color: #0f172a;
	}

	.mpl-table-heading {
		margin: 0 0 12px;
	}

	.mpl-table-heading__brand {
		font-size: 1.15rem;
		font-weight: 800;
		color: #0f172a;
	}

	.mpl-table-heading__tab:not([hidden]) {
		font-size: 1rem;
		font-weight: 700;
		color: #1d4ed8;
	}

	.mpl-table-heading__tab[hidden],
	.mpl-table-heading__sep[hidden] {
		display: none !important;
	}

	.mpl-table-updated {
		margin: 0 0 10px;
		font-size: 0.9rem;
		color: #334155;
	}

	.mpl-frontend-panel:not(.is-active) {
		display: none !important;
	}

	.mpl-frontend-panel.is-active {
		display: block !important;
	}

	.mpl-table-scroll {
		overflow: visible !important;
		border: none;
		box-shadow: none;
	}

	.mpl-price-table {
		min-width: 0;
		font-size: 0.85rem;
	}

	.mpl-price-table thead {
		display: table-header-group;
	}

	.mpl-price-table tr {
		break-inside: avoid;
	}
}
