.price-graph-container {
    margin-top: 20px;
    padding: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    background-color: #fafafa;
}

.price-graph-description {
    pointer-events: none;
    text-decoration: none; 
    font-size: 1em; 
    font-weight: normal; 
    margin: 10px 0 10px 25px !important;
}

.price-graph-description:hover,
.price-graph-description:active,
.price-graph-description:focus {
    text-decoration: none; 
}

.price-graph-container canvas {
    max-width: 100%;
    height: auto;
    cursor: default; 
}
.wplp-price-graph-tab img {
    vertical-align: text-top;
    margin-right: 5px; 
    width: 20px;
    height: 16px;
}
.price-graph-container.dark-mode {
    background-color: #333333 !important; 
    color: #ffffff;       
}

.price-graph-container.dark-mode canvas {
    background-color: #333333;
}

.price-graph-container.dark-mode .price-graph-description {
    color: #dcdcdc;
}

.price-graph-container.dark-mode .chartjs-render-monitor {
    border-color: #dcdcdc;
}

.price-graph-container.dark-mode .chartjs-tooltip {
    background-color: #333333;
    color: #ffffff;
    border: 1px solid #555555;
}