/**
 * Single online-gold — malinex-gold-*
 */

.malinex-gold-page {
	--gold-blue: #1873d9;
	--gold-blue-dark: #125cad;
	--gold-bg: #f0f2f5;
	--gold-card: #fff;
	--gold-text: #1a1d21;
	--gold-muted: #5c6570;
	--gold-border: #e2e6eb;
	--gold-radius: 10px;
	--gold-shadow: 0 4px 18px rgba(15, 35, 52, 0.06);
	color: var(--gold-text);
	padding: 1rem 0 3rem;
}

body.malinex-gold-single .site-main,
body.malinex-gold-single #content:not(#malinex-gold-single) {
	max-width: none;
	padding: 0;
}

body.malinex-gold-single .page-header,
body.malinex-gold-single .elementor-location-single,
body.malinex-gold-single main#content.site-main:not(#malinex-gold-single) {
	display: none !important;
}

body.malinex-gold-single #malinex-gold-single {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.malinex-gold-inner {
	width: min(1180px, 100% - 2rem);
	margin-inline: auto;
}

.malinex-gold-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(240px, 280px);
	gap: 1.25rem;
	align-items: start;
	direction: rtl;
}

.malinex-gold-main {
	grid-column: 1;
	grid-row: 1;
	min-width: 0;
	align-self: start;
	display: block;
	margin: 0 !important;
	padding: 0 !important;
}

.malinex-gold-main > :first-child {
	margin-top: 0;
}

.malinex-gold-sidebar {
    grid-column: 2;
    grid-row: 1;
    position: sticky;
    top: 10rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-self: start;
}

/* بازگشت */
.malinex-gold-back {
	margin-bottom: 0.75rem;
}

.malinex-gold-back__link {
	display: none;
	align-items: center;
	gap: 0.35rem;
	color: var(--gold-muted);
	font-size: 0.875rem;
	text-decoration: none;
}

.malinex-gold-back__link:hover {
	color: var(--gold-blue);
}

.malinex-gold-back__icon {
	width: 1rem;
	height: 1rem;
	display: inline-block;
	background: currentColor;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M15 18l-6-6 6-6'/%3E%3C/svg%3E") center / contain no-repeat;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M15 18l-6-6 6-6'/%3E%3C/svg%3E") center / contain no-repeat;
}

/* هیرو */
.malinex-gold-hero {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1rem;
}

.malinex-gold-hero__brand {
	display: flex;
	align-items: center;
	gap: 0.85rem;
	min-width: 0;
}

.malinex-gold-hero__logo {
	width: 72px;
	height: 72px;
	object-fit: contain;
	border-radius: 50%;
	background: #fff;
	border: 1px solid var(--gold-border);
	flex-shrink: 0;
}

.malinex-gold-hero__title {
	margin: 0;
	font-size: clamp(1.35rem, 2.5vw, 1.75rem);
	font-weight: 700;
	line-height: 1.3;
}

.malinex-gold-hero__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem;
}

.malinex-gold-hero__updated {
	font-size: 0.8125rem;
	color: var(--gold-muted);
	background: var(--gold-card);
	border: 1px solid var(--gold-border);
	border-radius: 6px;
	padding: 0.35rem 0.65rem;
	white-space: nowrap;
}

.malinex-gold-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.55rem 1.25rem;
	border-radius: 8px;
	font-size: 0.9375rem;
	font-weight: 600;
	text-decoration: none;
	border: none;
	cursor: pointer;
	transition: background 0.15s ease;
}

.malinex-gold-btn--primary {
    background: var(--gold-blue);
    color: #fff !important;
}

.malinex-gold-btn--primary:hover {
	background: var(--gold-blue-dark);
	color: #fff;
}

/* کارت بخش‌ها */
.malinex-gold-card {
	background: var(--gold-card);
	border: 1px solid var(--gold-border);
	border-radius: var(--gold-radius);
	box-shadow: var(--gold-shadow);
	padding: 1.25rem 1.35rem;
	margin-bottom: 1rem;
}

.malinex-gold-section__title {
	margin: 0 0 1rem;
	font-size: 1.0625rem;
	font-weight: 700;
	color: var(--gold-blue);
	text-align: center;
}

.malinex-gold-prose {
	font-size: 0.9375rem;
	line-height: 1.85;
	color: var(--gold-text);
}

/* خلاصه / معرفی بالای صفحات سینگل */
.malinex-gold-page [id$="-sec-general"] .malinex-gold-prose,
.malinex-gold-page [id$="-sec-general"] .malinex-gold-section__body,
.malinex-gold-page .malinex-gold-main > section.malinex-gold-section:first-of-type .malinex-gold-prose,
.malinex-gold-page .malinex-gold-main > section.malinex-gold-section:first-of-type .malinex-gold-section__body {
	text-align: justify !important;
}

.malinex-gold-prose p:last-child {
	margin-bottom: 0;
}

.malinex-gold-section__cta {
    margin: 1rem 0 0;
    text-align: left;
}

.malinex-gold-empty {
	margin: 0;
	color: var(--gold-muted);
	font-size: 0.875rem;
}

/* پنل‌های افقی (کارمزد، تحویل، تجربه کاربری، ثبتی) */
.malinex-gold-panels-row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	margin-bottom: 1rem;
}

.malinex-gold-panel {
	background: var(--gold-card);
	border: 1px solid var(--gold-border);
	border-radius: var(--gold-radius);
	box-shadow: var(--gold-shadow);
	padding: 1rem 0 0.85rem;
	margin-bottom: 1rem;
}

.malinex-gold-panel__title {
	margin: 0 0 0.85rem;
	text-align: center;
	font-size: 1rem;
	font-weight: 700;
	color: var(--gold-blue);
}

.malinex-gold-panel__cols {
	display: flex;
	align-items: stretch;
}

.malinex-gold-panel__col {
	flex: 1 1 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.35rem;
	padding: 0.5rem 0.65rem;
	text-align: center;
	min-height: 4.5rem;
}

.malinex-gold-panel__col + .malinex-gold-panel__col {
	border-inline-start: 1px solid #e8ebef;
}

.malinex-gold-panel__label {
	font-size: 0.75rem;
	color: var(--gold-muted);
	line-height: 1.45;
}

.malinex-gold-panel__value {
	font-size: 0.9375rem;
	font-weight: 600;
	color: var(--gold-text);
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.25rem;
}

.malinex-gold-panel__line {
	display: block;
}

.malinex-gold-panel__line + .malinex-gold-panel__line {
	margin-top: 0.15rem;
}

/* تولتیپ */
.malinex-gold-tip {
	position: relative;
	display: inline-flex;
	vertical-align: middle;
}

.malinex-gold-tip__btn {
	width: 1.125rem;
	height: 1.125rem;
	border: none;
	border-radius: 50%;
	background: var(--gold-blue);
	color: #fff;
	font-size: 0.6875rem;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
	padding: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.malinex-gold-tip__bubble {
	position: absolute;
	z-index: 20;
	bottom: calc(100% + 0.45rem);
	inset-inline-start: 50%;
	transform: translateX(50%);
	min-width: 12rem;
	max-width: 16rem;
	padding: 0.55rem 0.7rem;
	background: var(--gold-blue);
	color: #fff;
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.55;
	border-radius: 8px;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.15s ease, visibility 0.15s ease;
	white-space: normal;
}

.malinex-gold-tip__bubble::after {
	content: '';
	position: absolute;
	top: 100%;
	inset-inline-start: 50%;
	transform: translateX(-50%);
	border: 6px solid transparent;
	border-top-color: var(--gold-blue);
}

.malinex-gold-tip.is-open .malinex-gold-tip__bubble,
.malinex-gold-tip__btn:hover + .malinex-gold-tip__bubble,
.malinex-gold-tip__btn:focus + .malinex-gold-tip__bubble {
	opacity: 1;
	visibility: visible;
}

/* تگ‌های امکانات */
.malinex-gold-tags {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.malinex-gold-tags__item {
	padding: 0.45rem 0.85rem;
	background: #d6ebfc;
	color: #1a3d5c;
	border-radius: 999px;
	font-size: 0.8125rem;
	font-weight: 600;
	line-height: 1.4;
}

.malinex-gold-finance-row {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem 2.5rem;
	margin-top: 1rem;
	padding-top: 0.85rem;
	border-top: 1px solid #eef1f4;
}

.malinex-gold-finance-row__item {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.875rem;
}

.malinex-gold-finance-row__label {
	color: var(--gold-muted);
	font-weight: 600;
}

.malinex-gold-finance-row__value {
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
}

/* مجوزها — بج */
.malinex-gold-license-badges {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
}

.malinex-gold-license-badges__item {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.45rem 0.75rem;
	border-radius: 999px;
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1.4;
	color: #fff;
}

.malinex-gold-license-badges__item--primary {
	background: var(--gold-blue);
}

.malinex-gold-license-badges__item--soft {
	background: #5ba3e8;
}

.malinex-gold-license-badges__icon {
	width: 1.25rem;
	height: 1.25rem;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.25);
	flex-shrink: 0;
}

.malinex-gold-contact-plain {
	font-size: 0.875rem;
	line-height: 1.85;
	color: var(--gold-text);
}

/* سینگل — جداسازی باکس ثبتی و تماس */
.malinex-single-registry-section + .malinex-single-contact-section,
.malinex-gold-section.malinex-single-contact-section {
	margin-top: 1rem;
}

.malinex-single-contact-section .malinex-gold-section__title {
	margin-bottom: 0.75rem;
}

.malinex-single-contact__label {
	font-weight: 600;
	color: var(--gold-text-muted, #5c6b7a);
}

.malinex-gold-contact-plain p {
	margin: 0 0 0.5rem;
}

.malinex-gold-contact-plain a {
	color: var(--gold-blue);
	text-decoration: none;
}

/* دارایی‌های قابل معامله — سایدبار */
.malinex-gold-assets__title {
    margin: 0 0 0.85rem;
    font-size: 0.9375rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 19px !important;
}

.malinex-gold-assets__title-icon {
	width: 1.25rem;
	height: 1.25rem;
	background: var(--gold-blue);
	opacity: 0.85;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M7 4h10l1 3H6l1-3zm-2 5h14l-1 11H6L5 9zm4 2v7h2v-7H9zm4 0v7h2v-7h-2z'/%3E%3C/svg%3E") center / contain no-repeat;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M7 4h10l1 3H6l1-3zm-2 5h14l-1 11H6L5 9zm4 2v7h2v-7H9zm4 0v7h2v-7h-2z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.malinex-gold-assets__group + .malinex-gold-assets__group {
	margin-top: 0.85rem;
}

.malinex-gold-assets__label {
    margin: 0 0 0.45rem;
    font-size: 0.8125rem !important;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.malinex-gold-assets__dot {
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	background: #1a3d5c;
}
.mgpii {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 45px;
}
.malinex-gold-assets__pills {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
}

.malinex-gold-assets__pill {
    padding: 0rem 0.65rem;
    border: 1px solid #d4a84b;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #8a6b12;
    background: #fff;
}

.malinex-gold-assets__pill.is-active {
	background: #fff9e8;
}

.malinex-gold-assets__products {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.5rem 0.35rem;
}

.malinex-gold-assets__products li {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.25rem;
	text-align: center;
}

.malinex-gold-assets__product-icon {
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	background: #f5e6a8 center / 55% no-repeat;
}

.malinex-gold-assets__product-icon--melted {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23c9922e' d='M8 12h16v8H8z'/%3E%3C/svg%3E");
}

.malinex-gold-assets__product-icon--bar {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Crect x='9' y='11' width='14' height='10' rx='2' fill='%23d4a84b'/%3E%3C/svg%3E");
}

.malinex-gold-assets__product-icon--parsian,
.malinex-gold-assets__product-icon--coin {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle cx='16' cy='16' r='10' fill='%23d4a84b'/%3E%3C/svg%3E");
}

.malinex-gold-assets__product-icon--plaque {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Crect x='8' y='10' width='16' height='12' rx='2' fill='%23d4a84b'/%3E%3C/svg%3E");
}

.malinex-gold-assets__product-icon--jewelry {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23d4a84b' d='M16 6l6 8H10l6-8zm0 20L10 18h12l-6 8z'/%3E%3C/svg%3E");
}

.malinex-gold-assets__product-name {
	font-size: 0.625rem;
	line-height: 1.35;
	color: var(--gold-muted);
}

/* سایر پلتفرم‌ها */
.malinex-gold-platforms__heading {
    margin: 0 0 0.65rem;
    font-size: 0.9375rem;
    font-weight: 700;

    font-size: 19px !important;
}

.malinex-gold-platforms {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.malinex-gold-platforms__item {
    display: flex;
    gap: 0.5rem;
    padding: 0.55rem 0.65rem;
    background: var(--gold-card);
    border: 1px solid var(--gold-border);
    border-radius: 8px;
    box-shadow: var(--gold-shadow);
    flex-direction: column;
}
li.malinex-gold-platforms__item .malinex-gold-platforms__btn {
    background: no-repeat;
    color: #0357ff;
    text-align: left;
    display: flow;
}

.malinex-gold-platforms__logo {
	width: 40px;
	height: 40px;
	object-fit: contain;
	border-radius: 50%;
	border: 1px solid var(--gold-border);
}

.malinex-gold-platforms__name {
	font-size: 0.8125rem;
	font-weight: 700;
	min-width: 0;
}

.malinex-gold-platforms__btn {
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
	padding: 0.35rem 0.55rem;
	background: var(--gold-blue);
	color: #fff;
	font-size: 0.6875rem;
	font-weight: 600;
	text-decoration: none;
	border-radius: 6px;
	white-space: nowrap;
}

.malinex-gold-platforms__btn:hover {
	background: var(--gold-blue-dark);
	color: #fff;
}

.malinex-gold-platforms__btn-arrow {
	width: 0.65rem;
	height: 0.65rem;
	background: currentColor;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2'%3E%3Cpath d='M15 18l-6-6 6-6'/%3E%3C/svg%3E") center / contain no-repeat;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2'%3E%3Cpath d='M15 18l-6-6 6-6'/%3E%3C/svg%3E") center / contain no-repeat;
}

/* متریک‌ها (legacy) */
.malinex-gold-metrics {
	display: grid;
	gap: 0.65rem 1rem;
}

.malinex-gold-metrics--cols-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.malinex-gold-metrics--cols-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.malinex-gold-metrics__item {
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
	padding: 0.65rem 0.75rem;
	background: #f8f9fb;
	border-radius: 8px;
	border: 1px solid #eef1f4;
	min-height: 3.5rem;
}

.malinex-gold-metrics__label {
	font-size: 0.75rem;
	color: var(--gold-muted);
	line-height: 1.4;
}

.malinex-gold-metrics__value {
	font-size: 0.9375rem;
	font-weight: 600;
	color: var(--gold-text);
}

/* مجوزها */
.malinex-gold-licenses {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 0.65rem;
}

.malinex-gold-licenses__item {
	display: flex;
	align-items: flex-start;
	gap: 0.5rem;
	font-size: 0.8125rem;
	line-height: 1.5;
	padding: 0.5rem 0.65rem;
	background: #f8f9fb;
	border-radius: 8px;
	border: 1px solid #eef1f4;
}

.malinex-gold-licenses__icon {
	flex-shrink: 0;
	width: 1.125rem;
	height: 1.125rem;
	margin-top: 0.1rem;
	border-radius: 50%;
	background: var(--gold-blue);
	opacity: 0.85;
}

/* تماس */
.malinex-gold-contact {
	margin: 0;
}

.malinex-gold-contact__row {
	display: grid;
	grid-template-columns: 5.5rem minmax(0, 1fr);
	gap: 0.5rem 1rem;
	padding: 0.5rem 0;
	border-bottom: 1px solid #eef1f4;
	font-size: 0.875rem;
}

.malinex-gold-contact__row:last-child {
	border-bottom: none;
}

.malinex-gold-contact__row dt {
	margin: 0;
	font-weight: 600;
	color: var(--gold-muted);
}

.malinex-gold-contact__row dd {
	margin: 0;
	line-height: 1.7;
}

.malinex-gold-contact a {
	color: var(--gold-blue);
	text-decoration: none;
}

.malinex-gold-contact a:hover {
	text-decoration: underline;
}

/* سایدبار */
.malinex-gold-sidebar-card {
	background: var(--gold-card);
	border: 1px solid var(--gold-border);
	border-radius: var(--gold-radius);
	box-shadow: var(--gold-shadow);
	padding: 1rem 1.1rem;
}

.malinex-gold-sidebar-card__title {
    margin: 0 0 0.75rem;
    font-size: 0.9375rem;
    font-weight: 700;
    color: var(--gold-text);
    font-size: 19px !important;
}

.malinex-gold-toc {
	list-style: none;
	margin: 0;
	padding: 0;
	counter-reset: gold-toc;
}

.malinex-gold-toc li {
	counter-increment: gold-toc;
	margin-bottom: 0.35rem;
}

.malinex-gold-toc a {
	display: block;
	font-size: 0.8125rem;
	color: var(--gold-muted);
	text-decoration: none;
	padding: 0.2rem 0;
	line-height: 1.5;
}

.malinex-gold-toc a::before {
	content: counter(gold-toc) '. ';
	color: var(--gold-blue);
	font-weight: 600;
}

.malinex-gold-toc a:hover,
.malinex-gold-toc a.is-active {
	color: var(--gold-blue);
}

.malinex-single-related {
	background: #cfd9f5;
	border-color: #c7d2f0;
	padding: 1rem;
}

.malinex-single-related__title {
	text-align: center;
	margin-bottom: 0.9rem;
}

.malinex-single-related__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.malinex-single-related__item {
	margin: 0;
}

.malinex-single-related__link {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 2.8rem;
	padding: 0.65rem 0.9rem;
	text-align: center;
	text-decoration: none;
	font-size: 0.95rem;
	font-weight: 700;
	color: #0a4db5;
	background: #f7f7f7;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.55);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
	transition: background 0.15s ease, color 0.15s ease, transform 0.12s ease;
}

.malinex-single-related__link:hover,
.malinex-single-related__link:focus {
	background: #ffffff;
	color: #0357ff;
	transform: translateY(-1px);
}

.malinex-gold-sidebar-card--rates {
	background: linear-gradient(180deg, #fff9e6 0%, #fffdf5 100%);
	border-color: #f0e6b8;
}

.malinex-gold-rates {
	list-style: none;
	margin: 0;
	padding: 0;
}

.malinex-gold-rates__item {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	padding: 0.55rem 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.malinex-gold-rates__item:last-child {
	border-bottom: none;
}

.malinex-gold-rates__icon {
	width: 40px;
	height: 40px;
	border-radius: 8px;
	object-fit: contain;
	flex-shrink: 0;
	display: block;
}

.malinex-gold-rates__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.15rem 0.35rem;
	min-width: 0;
}

.malinex-gold-rates__label {
	width: 100%;
	font-size: 0.75rem;
	color: var(--gold-muted);
}

.malinex-gold-rates__price {
	font-size: 0.9375rem;
	font-weight: 700;
	color: var(--gold-text);
}

.malinex-gold-rates__unit {
	font-size: 0.6875rem;
	color: var(--gold-muted);
}

@media (max-width: 960px) {
	.malinex-gold-layout {
		grid-template-columns: 1fr;
	}

	.malinex-gold-main,
	.malinex-gold-sidebar {
		grid-column: 1;
	}

	.malinex-gold-sidebar {
		position: static;
		order: -1;
		grid-row: auto;
	}

	.malinex-gold-main {
		order: 0;
		grid-row: auto;
	}

	.malinex-gold-metrics--cols-4 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.malinex-gold-metrics--cols-3 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.malinex-gold-panels-row {
		grid-template-columns: 1fr;
	}

	.malinex-gold-panel__cols {
		flex-wrap: wrap;
	}

	.malinex-gold-panel__col {
		flex: 1 1 45%;
		border-inline-start: none;
	}

	.malinex-gold-panel__col:nth-child(odd) {
		border-inline-end: 1px solid #e8ebef;
	}
}

@media (max-width: 520px) {
	.malinex-gold-metrics--cols-3,
	.malinex-gold-metrics--cols-4 {
		grid-template-columns: 1fr;
	}

	.malinex-gold-hero {
		flex-direction: column;
		align-items: flex-start;
	}

	.malinex-gold-contact__row {
		grid-template-columns: 1fr;
	}

	.malinex-gold-panel__col {
		flex: 1 1 100%;
		border-inline-end: none !important;
	}

	.malinex-gold-assets__products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.malinex-gold-platforms__item {
		grid-template-columns: auto 1fr;
		grid-template-rows: auto auto;
	}

	.malinex-gold-platforms__btn {
		grid-column: 1 / -1;
		justify-content: center;
	}
}
