/*
 * m0 Design System — Panels: Gold Markets (CANONICAL)
 * Panel-scoped styles for the opportunity_exchange panel's Gold Markets
 * view container. One definition per class, token-driven.
 *
 * The companion sub-views (market tabs, order book sides, trade form,
 * OTC listings, price display) live in `styles/panels/otc.css`. Shared
 * non-prefixed classes (`.amm-view`, `.stat-*`, `.pool-*`, `.order-book`,
 * `.order-row`, `.order-book-view`) stay in the monolith until their
 * shared ownership is resolved.
 */

/* ── Gold Markets View container ──────────────────────────────── */
.gold-markets-view {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-lg);
}

.gold-markets-view .view-header {
    display: flex;
    align-items: center;
    gap: var(--spacing-md);
}

.gold-markets-view h2 {
    margin: 0;
    flex: 1;
}
