#epex-chart {
    background-color: #fff !important;
    padding: 1.5rem !important;
    border-radius: 30px !important;
}

#epex-chart text {
    fill: var(--text) !important;
}

#epex-chart path.highcharts-point.highcharts-color-0 {
    fill: var(--green) !important;
} 


#epex-chart rect.highcharts-button-box {
    fill: #F1F9FD !important;
    border-radius: 3px !important;
}

div#price-summary {
    font-weight: 500 !important;
    color: var(--text) !important;
    font-size: var(--font-size-lg) !important;
}

div#price-summary {
    display: flex;
    justify-content: space-around;
    padding: 15px;
    background: #F1F9FD !important;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}

#epex-chart rect.highcharts-navigator-mask-inside {
    fill: rgb(162 198 23 / 25%) !important;
}

.timeframe-select {
    text-align: center;
    margin-bottom: 30px;
}

#price-summary p.statistics-title {
    margin: 10px;
}

.price-summary-bl {
    text-align: center;
}

/* .sum-price {
    color: var(--blue);
} */

.sum-price {
    font-weight: 400;
}



.timeframe-select {
  position: relative;
  display: inline-block;
  width: 220px; /* adjust width */
}

.timeframe-select select {
    width: 100%;
    padding: 14px 18px;
    font-size: 18px;
    color: var(--text);
    border: 1px solid #fff;
    border-radius: 50px;
    background-color: #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='grey' height='24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px;
    cursor: pointer;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.timeframe-select select:focus {
  border-color: rgb(0 142 174 / 50%); /* Material blue */
  outline: none;
  box-shadow: 0 0 0 2px rgb(0 142 174 / 5%);
}


.timeframe-select-wrap {
    text-align: center;
}

text.highcharts-credits {
    display: none !important;
}




@media (max-width: 880px) {
div#price-summary {

    flex-direction: column;
}
.price-summary-bl {
    margin-bottom: 12px;
}


}







