.bm-arrows-canvas {
    width: 100%;
    height: 580px;
    display: block;
}

.bm-chart-wrapper {
    width: 100%;
    height: 480px;
    position: relative;
}

.bm-chart-wrapper canvas {
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 8px 28px rgba(0,0,0,0.08);
}

/* Legendă premium centrată */
.bm-legend {
    margin-top: 12px;
    display: flex;
    justify-content: center;
    gap: 32px;
    font-family: Inter, sans-serif;
    font-size: 14px;
    color: #334155;
}

.bm-legend-item {
    display: flex;
    align-items: center;
    gap: 6px;
}

.bm-legend-color {
    width: 14px;
    height: 14px;
    border-radius: 4px;
}
