
    .chart-container {
      width: 100%;
      max-width: 800px;
      margin: 0 auto;
      padding: 20px;
      background: none;
    }
    .chart-wrapper {
      position: relative;
      height: 440px; /* Bigger height for bigger donut */
    }
    .platform-stats {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 20px;
      justify-content: center;
    }
    .stat-card {
      border-left: 2px solid;
      padding: 8px 12px;
      flex: 1 1 calc(33.333% - 20px);
      box-sizing: border-box;
      min-width: 0;
    }
    .stat-card h3 {
      margin: 0 0 3px;
      font-size: 12px;
      font-weight: 500;
      color: #fdfdfd;
    }
    .stat-card .percentage {
      font-size: 12px;
      color: #fdfdfd;
      font-weight: 400;
    }
    .chart-footer {
      margin-top: 15px;
      text-align: center;
      font-size: 11px;
      color: #fdfdfd;
      font-style: italic;
    }
    .fb { border-color: #084a5e; }
    .ig { border-color: #97d8c4; }
    .tt { border-color: #04282f; }
    .li { border-color: #063847; }
    .ti { border-color: #5fb0a8; }
    .bu { border-color: #347a86; }
  


    .chart-container {
      width: 100%;
      max-width: 800px;
      margin: 0 auto;
      padding: 20px;
      background: none;
    }
    .chart-wrapper {
      position: relative;
      height: 440px; /* Bigger height for bigger donut */
    }
    .platform-stats {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 20px;
      justify-content: center;
    }
    .stat-card {
      border-left: 2px solid;
      padding: 8px 12px;
      flex: 1 1 calc(33.333% - 20px);
      box-sizing: border-box;
      min-width: 0;
    }
    .stat-card h3 {
      margin: 0 0 3px;
      font-size: 12px;
      font-weight: 500;
      color: #fdfdfd;
    }
    .stat-card .percentage {
      font-size: 12px;
      color: #fdfdfd;
      font-weight: 400;
    }
    .chart-footer {
      margin-top: 15px;
      text-align: center;
      font-size: 11px;
      color: #fdfdfd;
      font-style: italic;
    }
    .fb { border-color: #084a5e; }
    .ig { border-color: #97d8c4; }
    .tt { border-color: #04282f; }
    .li { border-color: #063847; }
    .ti { border-color: #5fb0a8; }
    .bu { border-color: #347a86; }
  


/* Keep this shared across both donuts */
.stat-card {
  border-left: 2px solid;
  padding: 8px 12px;
  flex: 1 1 calc(33.333% - 20px); /* 3 per row */
  box-sizing: border-box;
  min-width: 0;
}
.platform-stats-wellness {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
  justify-content: center;
}
.stat-card h3 {
  margin: 0 0 3px;
  font-size: 12px;
  font-weight: 500;
  color: #fdfdfd;
}
.stat-card .percentage {
  font-size: 12px;
  color: #fdfdfd;
  font-weight: 400;
}
.chart-footer {
  margin-top: 15px;
  text-align: center;
  font-size: 11px;
  color: #fdfdfd;
  font-style: italic;
}



/* Keep this shared across both donuts */
.stat-card {
  border-left: 2px solid;
  padding: 8px 12px;
  flex: 1 1 calc(33.333% - 20px); /* 3 per row */
  box-sizing: border-box;
  min-width: 0;
}
.platform-stats-wellness {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
  justify-content: center;
}
.stat-card h3 {
  margin: 0 0 3px;
  font-size: 12px;
  font-weight: 500;
  color: #fdfdfd;
}
.stat-card .percentage {
  font-size: 12px;
  color: #fdfdfd;
  font-weight: 400;
}
.chart-footer {
  margin-top: 15px;
  text-align: center;
  font-size: 11px;
  color: #fdfdfd;
  font-style: italic;
}
