/* SYNC WITH NOTION modal */

.ns-modal { max-width: 860px; width: 92%; }

.ns-body { max-height: 65vh; overflow-y: auto; }

.ns-loading { padding: 24px; text-align: center; }

.ns-market {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    margin: 2px;
    border: 1px solid var(--color-border, #d1d5db);
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.85rem;
}

.ns-market--all { border-style: dashed; margin-bottom: 6px; }

.ns-market-list { display: flex; flex-wrap: wrap; }

.ns-table-wrap { overflow-x: auto; }
.ns-table { font-size: 0.85rem; width: 100%; }
.ns-table .ns-check { width: 28px; }
.ns-scraper-head td {
    background: var(--color-surface-2, rgba(127, 127, 127, 0.08));
    padding-top: 10px;
}
.ns-old { color: var(--color-text-muted, #6b7280); text-decoration: line-through; }
.ns-arrow { color: var(--color-text-muted, #6b7280); width: 24px; text-align: center; }
.ns-new { color: var(--color-success, #10b981); font-weight: 600; }

.ns-errors { margin-top: 10px; color: #ef4444; font-size: 0.85rem; }
.ns-errors ul { margin: 4px 0 0 18px; }
