.shareholder-structure #chart{
  padding:35px;
}
.shareholder-structure .footnote{
  color: var(--secondary-3);
  font-size: 14px;
  border-top: 1px solid var(--secondary-3);
  padding-top: 5px;
}
.shareholder-structure .apexcharts-datalabels-group text{
  fill: #000;
  font-weight:700;
  font-size:24px;
}
.shareholder-structure .footnote p:last-child {
    margin-bottom: 0;
}
.apexcharts-series path:hover {
  opacity: 0.8 !important;
  transition: opacity 0.2s ease;
}
@media only screen and (max-width: 1024px) {
  .apexcharts-legend-series {
    width: 100%;
    justify-content: flex-start; 
  }
}