
.now-market-board {
    width: 100%;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

.now-market-board__header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 8px;
}

.now-market-board__header h2 {
    margin: 0;
    font-size: 22px;
    line-height: 1.2;
}

.now-market-board__status {
    font-size: 12px;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: 999px;
    background: #ececec;
}

.now-market-board__status.is-open {
    background: #dff5e5;
}

.now-market-board__status.is-closed {
    background: #f1f1f1;
}

.now-market-board__note {
    margin: 0 0 12px;
    font-size: 12px;
    line-height: 1.45;
}

.now-market-board__section {
    margin-bottom: 8px;
    min-width: 0;
}

.now-market-board .tradingview-widget-container {
    width: 100% !important;
}

.now-market-board .tradingview-widget-copyright {
    font-size: 10px;
    text-align: right;
    margin-top: 3px;
}

.now-market-board .tradingview-widget-copyright a {
    text-decoration: none;
}

.now-market-board--dark {
    color: #fff;
}

@media (max-width: 520px) {
    .now-market-board__header h2 {
        font-size: 19px;
    }
}

/* v1.2: reduce gap between market tables */
.now-market-board__section--stocks { margin-top: 0; }
