/* =========================================
   CHART.JS / CANVAS CONTAINER (wiederverwendbar)
   ========================================= */

.base-chart-canvas-wrapper,
.base-asin-keyword-chart-canvas-wrapper {
    position: relative;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 2;
    max-height: 500px;
    margin-bottom: 3rem;
}

.base-chart-canvas {
    min-height: 100px;
    max-height: 500px;
    width: 100%;
}
