.woocommerce-account .site-sidebar,
.woocommerce-account .sidebar,
.woocommerce-account .widget-area,
.woocommerce-account .main-sidebar,
.woocommerce-account .nav-sidebar {
    display: none !important;
}

.jsm-premium-card {
    aspect-ratio: auto;
    height: auto;
    max-width: 760px;
    background: #1F2937;
}

.jsm-pass-orbit {
    position: absolute;
    inset: 18% 18px auto auto;
    width: 220px;
    height: 220px;
    border: 1px solid rgba(214, 181, 109, 0.28);
    border-radius: 999px;
    pointer-events: none;
}

.jsm-level-journey {
    display: grid;
    grid-template-columns: 220px 80px 220px;
    justify-content: center;
    gap: 16px;
    align-items: center;
}

.jsm-journey-step {
    width: 220px;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid var(--jsm-border);
    border-radius: 20px;
    background: var(--jsm-white);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
    padding: 20px;
}

.jsm-journey-step span,
.jsm-journey-step small,
.jsm-journey-money {
    display: block;
    color: var(--jsm-muted);
}

.jsm-journey-step strong {
    display: block;
    margin: 8px 0;
    color: var(--jsm-black);
    font-size: 24px;
    line-height: 1.1;
}

.jsm-journey-step.is-current {
    border-color: rgba(181, 138, 60, 0.45);
    background: var(--jsm-ivory);
}

.jsm-journey-line {
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--jsm-gold), var(--jsm-gold-light));
}

.jsm-metric-card,
.jsm-mini-card,
.jsm-panel,
.jsm-coupon-card,
.jsm-quick-links a {
    border-color: var(--jsm-border);
}

.jsm-metric-card {
    min-width: 0;
    min-height: 170px;
    transition: box-shadow 180ms ease;
}

.jsm-metric-card strong {
    display: block;
    min-width: 0;
    max-width: 100%;
    font-size: clamp(22px, 2.3vw, 34px);
    line-height: 1.15;
}

.jsm-metric-card:hover {
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.12);
}

.jsm-progress-bar {
    background: #e9e4dc;
}

.jsm-progress-bar span {
    background: linear-gradient(90deg, var(--jsm-gold), var(--jsm-gold-light));
}

.jsm-copy-button {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    border: 1px solid var(--jsm-border);
    border-radius: 999px;
    background: var(--jsm-black);
    color: var(--jsm-white);
    cursor: pointer;
    padding: 8px 14px;
    font: inherit;
    font-weight: 800;
    transition: background-color 180ms ease, color 180ms ease;
}

.jsm-copy-button:hover,
.jsm-copy-button.is-copied {
    background: var(--jsm-gold);
    color: var(--jsm-black);
}

.jsm-copy-button:focus-visible {
    outline: 3px solid rgba(181, 138, 60, 0.38);
    outline-offset: 3px;
}
