.gdx-brand-ltr {
    direction: ltr;
    unicode-bidi: isolate;
    display: inline-block;
    white-space: nowrap;
}

.gold-price-cards-page {
    --gdx-gold: #ffb22e;
    --gdx-gold-2: #ffde4d;
    --gdx-bg: #0d1017;
    --gdx-text: #fff7d6;
    --gdx-muted: rgba(255, 255, 255, .70);
    --gdx-border: rgba(255, 178, 46, .20);
    min-height: 100vh;
    color: #fff;
    background:
        radial-gradient(circle at 82% 8%, rgba(255, 178, 46, .15), transparent 34%),
        radial-gradient(circle at 10% 82%, rgba(255, 222, 77, .06), transparent 30%),
        linear-gradient(180deg, #10141d 0%, #0d1017 42%, #080a0f 100%);
}

.gold-price-cards-hero {
    padding: 70px 0 34px;
}

.gold-price-cards-hero__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
    gap: 24px;
    align-items: stretch;
    border: 1px solid var(--gdx-border);
    border-radius: 30px;
    padding: clamp(24px, 4vw, 46px);
    background:
        radial-gradient(circle at top right, rgba(255, 178, 46, .15), transparent 34%),
        linear-gradient(135deg, rgba(255,255,255,.06), rgba(255,255,255,.024));
    box-shadow: 0 28px 80px rgba(0,0,0,.30);
}

.gold-price-cards-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--gdx-gold-2);
    font-size: 12px;
    font-weight: 1000;
    letter-spacing: .7px;
    margin-bottom: 14px;
    direction: ltr;
    unicode-bidi: isolate;
}

.gold-price-cards-hero__badge i {
    color: var(--gdx-gold);
}

.gold-price-cards-hero__title {
    color: var(--gdx-text);
    font-size: clamp(32px, 5vw, 56px);
    line-height: 1.25;
    font-weight: 1000;
    margin: 0 0 16px;
}

.gold-price-cards-hero__title span {
    color: var(--gdx-gold);
    direction: ltr;
    unicode-bidi: isolate;
    display: inline-block;
}

.gold-price-cards-hero__desc {
    max-width: 920px;
    color: var(--gdx-muted);
    font-size: 16px;
    line-height: 2;
    margin: 0 0 22px;
}

.gold-price-cards-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.gold-price-cards-btn {
    min-height: 48px;
    padding: 12px 18px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    font-size: 14px;
    font-weight: 1000;
    transition: .25s ease;
}

.gold-price-cards-btn--primary {
    background: linear-gradient(135deg, var(--gdx-gold), var(--gdx-gold-2));
    color: #0d1017;
    box-shadow: 0 14px 30px rgba(255,178,46,.18);
}

.gold-price-cards-btn--outline {
    color: #fff;
    border: 1px solid rgba(255,255,255,.16);
    background: rgba(255,255,255,.035);
}

.gold-price-cards-btn:hover {
    transform: translateY(-2px);
    color: inherit;
}

.gold-price-cards-hero__panel {
    border: 1px solid rgba(255, 178, 46, .18);
    border-radius: 24px;
    padding: 22px;
    background: rgba(255,255,255,.04);
    display: grid;
    align-content: center;
}

.gold-price-cards-hero__panel span {
    color: rgba(255,255,255,.62);
    font-size: 13px;
    font-weight: 800;
}

.gold-price-cards-hero__panel strong {
    color: var(--gdx-gold-2);
    font-size: clamp(26px, 3vw, 40px);
    font-weight: 1000;
    margin: 6px 0 12px;
}

.gold-price-cards-hero__panel p {
    color: rgba(255,255,255,.64);
    line-height: 1.9;
    margin: 0;
}

.gold-price-cards-section {
    padding: 22px 0 70px;
}

.gdx-gold-price-cards {
    --card-gold: #ffb22e;
    --card-gold-2: #ffde4d;
    --card-text: #fff7d6;
    --card-muted: rgba(255,255,255,.68);
    --card-border: rgba(255,178,46,.20);
    position: relative;
    overflow: hidden;
    border: 1px solid var(--card-border);
    border-radius: 28px;
    padding: clamp(18px, 3vw, 30px);
    background:
        radial-gradient(circle at 86% 14%, rgba(255, 178, 46, .14), transparent 30%),
        radial-gradient(circle at 16% 88%, rgba(255, 222, 77, .06), transparent 32%),
        linear-gradient(135deg, #121720 0%, #0d1017 52%, #080a0f 100%);
    box-shadow: 0 28px 80px rgba(0,0,0,.32);
    color: #fff;
}

.gdx-gold-price-cards__head,
.gdx-gold-price-cards__controls,
.gdx-gold-price-cards__overview,
.gdx-gold-price-cards__table-card,
.gdx-gold-price-cards__preview,
.gdx-gold-price-cards__actions,
.gdx-gold-price-cards__footer {
    position: relative;
    z-index: 1;
}

.gdx-gold-price-cards__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
}

.gdx-gold-price-cards__kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--card-gold-2);
    font-size: 12px;
    font-weight: 1000;
    letter-spacing: .7px;
    direction: ltr;
    margin-bottom: 8px;
}

.gdx-gold-price-cards__kicker::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--card-gold-2);
    box-shadow: 0 0 18px rgba(255, 222, 77, .72);
}

.gdx-gold-price-cards__head h2 {
    margin: 0 0 8px;
    color: var(--card-text);
    font-size: clamp(24px, 3vw, 36px);
    line-height: 1.35;
    font-weight: 1000;
}

.gdx-gold-price-cards__head p {
    max-width: 820px;
    margin: 0;
    color: var(--card-muted);
    font-size: 14px;
    line-height: 1.9;
}

.gdx-gold-price-cards__status,
.gdx-gold-price-cards__actions button,
.gdx-gold-price-cards__preview-head button,
.gdx-price-card-btn {
    min-height: 42px;
    border: 0;
    border-radius: 999px;
    padding: 9px 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #0d1017;
    background: linear-gradient(135deg, var(--card-gold), var(--card-gold-2));
    font-size: 12px;
    font-weight: 1000;
    white-space: nowrap;
    box-shadow: 0 14px 34px rgba(255,178,46,.15);
    transition: .2s ease;
}

.gdx-gold-price-cards__controls {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 16px;
}

.gdx-gold-price-cards__control {
    border: 1px solid rgba(255,178,46,.15);
    border-radius: 20px;
    padding: 14px;
    background: rgba(255,255,255,.038);
}

.gdx-gold-price-cards__control label {
    display: block;
    color: rgba(255,255,255,.60);
    font-size: 12px;
    font-weight: 900;
    margin-bottom: 10px;
}

.gdx-gold-price-cards__control select {
    width: 100%;
    min-height: 42px;
    border: 1px solid rgba(255,178,46,.20);
    border-radius: 14px;
    background: #10141d;
    color: #fff7d6;
    padding: 8px 12px;
    outline: 0;
}

.gdx-gold-price-cards__control select option {
    background: #10141d;
    color: #fff7d6;
}

.gdx-gold-price-cards__switch,
.gdx-gold-price-cards__karats,
.gdx-gold-price-cards__currencies {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.gdx-gold-price-cards__switch button,
.gdx-gold-price-cards__karats button,
.gdx-gold-price-cards__currencies button {
    min-height: 34px;
    border: 1px solid rgba(255,178,46,.20);
    border-radius: 999px;
    padding: 7px 12px;
    background: rgba(255,255,255,.045);
    color: rgba(255,255,255,.76);
    font-size: 11px;
    font-weight: 1000;
    transition: .18s ease;
}

.gdx-gold-price-cards__switch button.is-active,
.gdx-gold-price-cards__karats button.is-active,
.gdx-gold-price-cards__currencies button.is-active,
.gdx-gold-price-cards__switch button:hover,
.gdx-gold-price-cards__karats button:hover,
.gdx-gold-price-cards__currencies button:hover {
    color: #0d1017;
    background: linear-gradient(135deg, var(--card-gold), var(--card-gold-2));
}

.gdx-gold-price-cards__overview {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 14px;
    margin-bottom: 16px;
}

.gdx-gold-price-cards__main-price,
.gdx-gold-price-cards__copy-box,
.gdx-gold-price-cards__table-card,
.gdx-gold-price-cards__preview {
    border: 1px solid rgba(255,178,46,.15);
    border-radius: 22px;
    background:
        radial-gradient(circle at top right, rgba(255,178,46,.075), transparent 42%),
        linear-gradient(180deg, rgba(255,255,255,.050), rgba(255,255,255,.024));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.03);
}

.gdx-gold-price-cards__main-price {
    min-height: 220px;
    padding: 22px;
}

.gdx-gold-price-cards__main-price span,
.gdx-gold-price-cards__copy-head span,
.gdx-gold-price-cards__table-head span,
.gdx-gold-price-cards__preview-head span {
    display: block;
    color: rgba(255,255,255,.54);
    font-size: 12px;
    font-weight: 900;
    margin-bottom: 8px;
}

.gdx-gold-price-cards__main-price strong {
    display: block;
    color: var(--card-gold);
    font-size: clamp(34px, 5vw, 56px);
    line-height: 1.15;
    font-weight: 1000;
    margin-bottom: 14px;
    direction: ltr;
    unicode-bidi: isolate;
    text-align: right;
}

.gdx-gold-price-cards__main-price p {
    margin: 0;
    color: rgba(255,255,255,.72);
    font-size: 13px;
    line-height: 1.8;
}

.gdx-gold-price-cards__copy-box {
    padding: 18px;
}

.gdx-gold-price-cards__copy-head {
    margin-bottom: 12px;
}

.gdx-gold-price-cards__copy-head strong,
.gdx-gold-price-cards__table-head strong,
.gdx-gold-price-cards__preview-head strong {
    display: block;
    color: var(--card-text);
    font-size: 20px;
    line-height: 1.4;
    font-weight: 1000;
}

.gdx-gold-price-cards__copy-box textarea {
    width: 100%;
    min-height: 210px;
    resize: vertical;
    border: 1px solid rgba(255,178,46,.18);
    border-radius: 18px;
    padding: 16px;
    background: rgba(0,0,0,.22);
    color: #fff7d6;
    font-size: 14px;
    line-height: 2;
    outline: 0;
    direction: rtl;
}

.gdx-gold-price-cards__table-card,
.gdx-gold-price-cards__preview {
    padding: 16px;
    margin-bottom: 16px;
}

.gdx-gold-price-cards__table-head,
.gdx-gold-price-cards__preview-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
}

.gdx-gold-price-cards__table-head b {
    color: var(--card-gold-2);
    font-size: 12px;
    font-weight: 1000;
}

.gdx-gold-price-cards__table-wrap {
    overflow-x: auto;
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,.08);
}

.gdx-gold-price-cards__table {
    width: 100%;
    min-width: 740px;
    border-collapse: collapse;
}

.gdx-gold-price-cards__table th,
.gdx-gold-price-cards__table td {
    padding: 14px 12px;
    border-bottom: 1px solid rgba(255,255,255,.07);
    color: rgba(255,255,255,.84);
    text-align: right;
    white-space: nowrap;
}

.gdx-gold-price-cards__table th {
    color: var(--card-gold-2);
    background: rgba(255,178,46,.08);
    font-weight: 1000;
}

.gdx-gold-price-cards__table td.amount {
    direction: ltr;
    unicode-bidi: isolate;
    color: #fff7d6;
    font-weight: 1000;
}

.gdx-gold-price-cards__preview-frame {
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(255,178,46,.20);
    background: #0d1017;
}

.gdx-gold-price-cards__preview-frame canvas {
    width: 100%;
    height: auto;
    display: block;
    background: #0d1017;
}

.gdx-gold-price-cards__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 16px;
}

.gdx-gold-price-cards__actions button:hover,
.gdx-gold-price-cards__preview-head button:hover,
.gdx-price-card-btn:hover {
    transform: translateY(-2px);
    color: #0d1017;
}

.gdx-gold-price-cards__actions .is-ghost,
.gdx-price-card-btn--ghost {
    background: rgba(255,255,255,.075) !important;
    color: #fff7d6 !important;
    border: 1px solid rgba(255,255,255,.12) !important;
    box-shadow: none !important;
}

.gdx-gold-price-cards__footer {
    padding-top: 14px;
    border-top: 1px solid rgba(255,255,255,.10);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: rgba(255,255,255,.58);
    font-size: 12px;
    line-height: 1.8;
    flex-wrap: wrap;
}

.gdx-gold-price-cards__footer b {
    color: var(--card-gold-2);
    font-weight: 1000;
}

.gdx-price-card-modal {
    position: fixed;
    inset: 0;
    z-index: 100500;
    display: none;
}

.gdx-price-card-modal.is-open {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 34px 24px;
    overflow: auto;
}

.gdx-price-card-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.76);
    backdrop-filter: blur(8px);
}

.gdx-price-card-modal__box {
    position: relative;
    width: min(940px, calc(100vw - 48px));
    margin: 0 auto;
    padding: 14px;
    border-radius: 28px;
    border: 1px solid rgba(255,178,46,.24);
    background:
        radial-gradient(circle at top left, rgba(255,178,46,.10), transparent 34%),
        linear-gradient(180deg, rgba(17,20,29,.98), rgba(7,9,14,.99));
    box-shadow: 0 34px 90px rgba(0,0,0,.55);
    color: #fff;
}

.gdx-price-card-modal__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.gdx-price-card-modal__head strong {
    display: block;
    color: #fff7d6;
    font-size: 18px;
    font-weight: 1000;
}

.gdx-price-card-modal__head span {
    display: block;
    color: rgba(255,255,255,.58);
    font-size: 12px;
    margin-top: 4px;
}

.gdx-price-card-modal__head button {
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255,178,46,.24);
    border-radius: 12px;
    background: rgba(255,255,255,.06);
    color: #ffde4d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.gdx-price-card-canvas-wrap {
    width: 100%;
    border-radius: 26px;
    overflow: hidden;
    border: 1px solid rgba(255,178,46,.24);
    background: #0d1017;
}

.gdx-price-card-canvas {
    width: 100%;
    height: auto;
    display: block;
    background: #0d1017;
}

.gdx-price-card-modal__actions {
    margin-top: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

body.gdx-price-card-modal-open {
    overflow: hidden;
}

@media (max-width: 1199px) {
    .gdx-gold-price-cards__controls {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gdx-gold-price-cards__overview {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .gold-price-cards-hero__inner,
    .gdx-gold-price-cards__head,
    .gdx-gold-price-cards__table-head,
    .gdx-gold-price-cards__preview-head,
    .gdx-gold-price-cards__footer {
        display: grid;
    }

    .gold-price-cards-hero__actions {
        display: grid;
    }

    .gdx-gold-price-cards__controls {
        grid-template-columns: 1fr;
    }

    .gdx-gold-price-cards__actions,
    .gdx-price-card-modal__actions {
        display: grid;
    }

    .gold-price-cards-btn,
    .gdx-gold-price-cards__actions button,
    .gdx-price-card-btn,
    .gdx-gold-price-cards__preview-head button {
        width: 100%;
    }

    .gdx-price-card-modal.is-open {
        padding: 16px;
    }

    .gdx-price-card-modal__box {
        width: calc(100vw - 32px);
        border-radius: 22px;
    }
}
/* =========================================================
   Gooldex Gold Price Cards - Full Mobile Responsive Fix
   Desktop stays unchanged
========================================================= */

@media (max-width: 1199.98px) {
    .gold-price-cards-hero__inner {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .gold-price-cards-hero__panel {
        min-height: auto;
    }

    .gdx-gold-price-cards__controls {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gdx-gold-price-cards__overview {
        grid-template-columns: 1fr;
    }

    .gdx-gold-price-cards__main-price {
        min-height: auto;
    }
}

@media (max-width: 991.98px) {
    .gold-price-cards-page {
        overflow-x: hidden;
    }

    .gold-price-cards-hero {
        padding: 42px 0 22px;
    }

    .gold-price-cards-hero__inner {
        border-radius: 24px;
        padding: 24px;
    }

    .gold-price-cards-hero__title {
        font-size: clamp(30px, 7vw, 44px);
        line-height: 1.35;
    }

    .gold-price-cards-hero__desc {
        font-size: 14px;
        line-height: 1.9;
    }

    .gold-price-cards-hero__actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .gold-price-cards-btn {
        width: 100%;
        min-height: 46px;
        padding: 11px 14px;
        font-size: 13px;
    }

    .gdx-gold-price-cards {
        border-radius: 24px;
        padding: 18px;
    }

    .gdx-gold-price-cards__head {
        display: grid;
        gap: 12px;
    }

    .gdx-gold-price-cards__head h2 {
        font-size: clamp(24px, 6vw, 34px);
        line-height: 1.45;
    }

    .gdx-gold-price-cards__head p {
        font-size: 13px;
        line-height: 1.85;
    }

    .gdx-gold-price-cards__status {
        width: fit-content;
    }

    .gdx-gold-price-cards__table-head,
    .gdx-gold-price-cards__preview-head {
        display: grid;
        gap: 10px;
    }

    .gdx-gold-price-cards__preview-head button {
        width: fit-content;
    }

    .gdx-gold-price-cards__preview-frame {
        border-radius: 18px;
    }

    .gdx-gold-price-cards__preview-frame canvas {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 767.98px) {
    .gold-price-cards-hero {
        padding: 30px 0 18px;
    }

    .gold-price-cards-hero__inner {
        padding: 18px;
        border-radius: 22px;
    }

    .gold-price-cards-hero__badge {
        font-size: 10px;
        letter-spacing: .4px;
        flex-wrap: wrap;
        direction: ltr;
        justify-content: flex-start;
    }

    .gold-price-cards-hero__title {
        font-size: 30px;
        line-height: 1.45;
        margin-bottom: 12px;
    }

    .gold-price-cards-hero__desc {
        font-size: 13px;
        line-height: 1.9;
        margin-bottom: 16px;
    }

    .gold-price-cards-hero__actions {
        grid-template-columns: 1fr;
    }

    .gold-price-cards-hero__panel {
        border-radius: 18px;
        padding: 18px;
    }

    .gold-price-cards-hero__panel strong {
        font-size: 28px;
        line-height: 1.35;
    }

    .gold-price-cards-section {
        padding: 16px 0 44px;
    }

    .gdx-gold-price-cards {
        padding: 14px;
        border-radius: 20px;
    }

    .gdx-gold-price-cards__kicker {
        font-size: 10px;
        letter-spacing: .35px;
        flex-wrap: wrap;
    }

    .gdx-gold-price-cards__head h2 {
        font-size: 24px;
    }

    .gdx-gold-price-cards__controls {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .gdx-gold-price-cards__control {
        padding: 12px;
        border-radius: 16px;
    }

    .gdx-gold-price-cards__switch,
    .gdx-gold-price-cards__karats,
    .gdx-gold-price-cards__currencies {
        gap: 6px;
    }

    .gdx-gold-price-cards__switch button,
    .gdx-gold-price-cards__karats button,
    .gdx-gold-price-cards__currencies button {
        min-height: 32px;
        padding: 7px 10px;
        font-size: 10px;
    }

    .gdx-gold-price-cards__overview {
        gap: 10px;
    }

    .gdx-gold-price-cards__main-price,
    .gdx-gold-price-cards__copy-box,
    .gdx-gold-price-cards__table-card,
    .gdx-gold-price-cards__preview {
        border-radius: 18px;
        padding: 14px;
    }

    .gdx-gold-price-cards__main-price strong {
        font-size: 36px;
        line-height: 1.25;
        overflow-wrap: anywhere;
    }

    .gdx-gold-price-cards__copy-box textarea {
        min-height: 240px;
        font-size: 13px;
        line-height: 1.9;
        border-radius: 14px;
        padding: 14px;
    }

    .gdx-gold-price-cards__table-wrap {
        border-radius: 14px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .gdx-gold-price-cards__table {
        min-width: 660px;
    }

    .gdx-gold-price-cards__table th,
    .gdx-gold-price-cards__table td {
        padding: 12px 10px;
        font-size: 12px;
    }

    .gdx-gold-price-cards__preview-frame {
        border-radius: 16px;
    }

    .gdx-gold-price-cards__actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 9px;
    }

    .gdx-gold-price-cards__actions button,
    .gdx-gold-price-cards__preview-head button {
        width: 100%;
    }

    .gdx-gold-price-cards__footer {
        display: grid;
        gap: 8px;
        font-size: 11px;
    }

    .gdx-price-card-modal.is-open {
        padding: 12px;
        align-items: flex-start;
    }

    .gdx-price-card-modal__box {
        width: calc(100vw - 24px);
        padding: 10px;
        border-radius: 20px;
    }

    .gdx-price-card-modal__head {
        display: grid;
        grid-template-columns: 1fr auto;
        align-items: start;
    }

    .gdx-price-card-modal__head strong {
        font-size: 15px;
    }

    .gdx-price-card-modal__head span {
        font-size: 11px;
    }

    .gdx-price-card-canvas-wrap {
        border-radius: 18px;
    }

    .gdx-price-card-modal__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .gdx-price-card-btn {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .gold-price-cards-page .container {
        padding-left: 12px;
        padding-right: 12px;
    }

    .gold-price-cards-hero__inner {
        padding: 16px;
    }

    .gold-price-cards-hero__title {
        font-size: 26px;
    }

    .gold-price-cards-hero__panel strong {
        font-size: 24px;
    }

    .gdx-gold-price-cards {
        padding: 12px;
    }

    .gdx-gold-price-cards__head h2 {
        font-size: 22px;
    }

    .gdx-gold-price-cards__head p {
        font-size: 12px;
    }

    .gdx-gold-price-cards__status {
        width: 100%;
    }

    .gdx-gold-price-cards__main-price strong {
        font-size: 30px;
    }

    .gdx-gold-price-cards__copy-head strong,
    .gdx-gold-price-cards__table-head strong,
    .gdx-gold-price-cards__preview-head strong {
        font-size: 17px;
    }

    .gdx-gold-price-cards__table {
        min-width: 620px;
    }

    .gdx-gold-price-cards__preview-frame canvas {
        min-height: auto;
    }
}

@media (max-width: 390px) {
    .gold-price-cards-hero__title {
        font-size: 24px;
    }

    .gold-price-cards-btn {
        font-size: 12px;
        padding: 10px 12px;
    }

    .gdx-gold-price-cards__main-price strong {
        font-size: 27px;
    }

    .gdx-gold-price-cards__switch button,
    .gdx-gold-price-cards__karats button,
    .gdx-gold-price-cards__currencies button {
        font-size: 9px;
        padding: 6px 8px;
    }
}