.tj-board {
    max-width: 520px;
    margin: 20px auto;
    font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont;
}

/* ======================
   WE SELL (TOP CARD)
====================== */
.tj-sell-card {
    background: linear-gradient(135deg, #d4af37, #f7e27c);
    border-radius: 18px;
    padding: 22px;
    color: #111;
    box-shadow: 0 10px 25px rgba(0,0,0,0.18);
}

.tj-sell-title {
    text-align: center;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 3px;
    margin-bottom: 18px;
    opacity: 0.9;
}

.tj-sell-item {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin: 14px 0;
}

.tj-sell-item .label {
    font-size: 14px;
    font-weight: 700;
    opacity: 0.85;
}

.tj-sell-item .price {
    font-size: 38px;       /* 🔥 BIG NUMBER */
    font-weight: 900;
    letter-spacing: -1px;
}

.tj-note {
    font-size: 11px;
    text-align: center;
    margin-top: 12px;
    opacity: 0.75;
}

/* ======================
   WE BUY SECTION
====================== */
.tj-buy-card {
    margin-top: 20px;
    background: #ffffff;
    border-radius: 16px;
    padding: 18px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}

.tj-buy-title {
    text-align: center;
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 14px;
    letter-spacing: 1px;
}

.tj-buy-table .row {
    display: flex;
    justify-content: space-between;
    padding: 10px 6px;
    border-bottom: 1px solid #eee;
    align-items: center;
}

.tj-buy-table .row.header {
    font-size: 12px;
    font-weight: 800;
    background: #f4f4f4;
    border-radius: 10px;
    padding: 10px;
    letter-spacing: 1px;
}

.tj-buy-table .row span:first-child {
    font-size: 14px;
    font-weight: 700;
}

.tj-buy-table .row span:last-child {
    font-size: 20px;      /* 🔥 BUY PRICE BIGGER */
    font-weight: 800;
}

.tj-buy-table .row:last-child {
    border-bottom: none;
}

/* ======================
   FOOTER
====================== */
.tj-footer {
    display: flex;
    justify-content: space-between;
    margin-top: 18px;
}

.tj-footer button {
    border: none;
    padding: 10px 18px;
    border-radius: 24px;
    background: #111;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    font-size: 13px;
}
