/* Birdeye Liquidity Pools — front-end styles */

.blp-wrapper {
    font-family: inherit;
    margin: 1.5em 0;
}

.blp-title {
    font-size: 1.2em;
    font-weight: 600;
    margin: 0 0 0.75em;
    padding: 0.75em 0 0 1em;
    color: #999;
}

/* ── Donut chart ────────────────────────────────────── */

.blp-chart-wrap {
    max-width: 480px;
    margin: 0 auto 1.5em;
}

.blp-donut-canvas {
    display: block;
    width: 100% !important;
}

/* ── Table ─────────────────────────────────────────── */

.blp-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    background: #1a1a1a;
    border-radius: 6px;
    border: 1px solid #333;
}

.blp-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9em;
    line-height: 1.5;
}

.blp-table thead th {
    text-align: left;
    padding: 0.55em 0.85em;
    background: #2a2a2a;
    border-bottom: 2px solid #444;
    white-space: nowrap;
    font-weight: 600;
    color: #eee;
}

.blp-table tbody tr {
    border-bottom: 1px solid #333;
    transition: background 0.12s;
}

.blp-table tbody tr:last-child {
    border-bottom: none;
}

.blp-table tbody tr:hover {
    background: #252525;
}

.blp-table td {
    padding: 0.55em 0.85em;
    vertical-align: middle;
    color: #ddd;
}

/* ── Column widths ──────────────────────────────────── */

.blp-col-pair   { min-width: 120px; }
.blp-col-tvl,
.blp-col-volume {
    min-width: 100px;
    text-align: right;
    font-variant-numeric: tabular-nums;
}

.blp-table thead .blp-col-tvl,
.blp-table thead .blp-col-volume {
    text-align: right;
}

/* ── Pair link ──────────────────────────────────────── */

.blp-col-pair a {
    color: inherit;
    text-decoration: none;
    font-weight: 500;
}

.blp-col-pair a:hover {
    text-decoration: underline;
    color: #58b0e0;
}

/* ── States ─────────────────────────────────────────── */

.blp-error {
    color: #f88;
    font-size: 0.9em;
    padding: 0.5em 0;
}

.blp-empty {
    color: #777;
    font-size: 0.9em;
    padding: 0.5em 0;
}

.blp-powered-by {
    font-size: 0.75em;
    color: #666;
    margin: 0.5em 0 0;
    padding: 0.5em 0 0 1em;
}

.blp-powered-by a {
    color: #666;
}
