  .survey-category-header {
    margin-top: 40px !important;
    margin-bottom: 25px !important;
  }

  .survey-chart-title {
    margin-top: 25px;
    margin-bottom: 1px;
    font-size: 18px;
    letter-spacing: -0.02em;
    line-height: 1.2;
    font-weight: 700;
    display: block;
  }

  @media (max-width: 767px) {
    .survey-category-header {
      margin-top: 10px !important;
    }
  
    .survey-chart-title {
      margin-top: 0px;
    }

    /* First title in each category should still have top margin */
    .survey-category-header + .survey-canvas-new .survey-chart-title {
      margin-top: 15px;
    }

    /* Remove container margin on mobile - spacing handled by padding-bottom */
    .survey-canvas-new {
      margin-bottom: 0px !important;
    }
  }

  .survey-chart-description {
    font-weight: 400;
    font-size: 14px;
    display: block;
    margin-bottom: -10px;
  }

  .survey-chart-commentary {
    font-weight: 400;
    font-size: 13px;
    display: block;
    margin-top: 15px;
    margin-bottom: 8px;
    line-height: 1.4;
    background-color: #f5f5f5;
    border-radius: 8px;
    padding: 12px 14px;
  }

  html[data-color-scheme='dark'] .survey-chart-commentary {
    background-color: #2a2a2a;
  }

  .survey-chart-commentary strong {
    cursor: pointer;
  }

  .survey-chart-commentary strong::after {
    content: ' ▼';
    font-size: 12px;
  }

  .survey-chart-commentary.expanded strong::after {
    content: ' ▲';
  }

  .survey-chart-commentary-text {
    display: none;
  }

  .survey-chart-commentary-text.expanded {
    display: block;
    margin-top: 8px;
  }

  @media (min-width: 768px) {
    .survey-chart-commentary {
      margin-top: 8px;
    }
  }

  @media (max-width: 767px) {
    .survey-chart-commentary {
      margin-top: 3px;
      margin-bottom: 25px;
    }
  }
  
  .survey-canvas-new {
    border-radius: 10px 10px 10px 10px;
    margin: auto;
    margin-top: 5px !important;
    margin-bottom: 50px;
    width: 98%;
    padding: 0px 0px 0px 0px;
    color: #212121;
    image-rendering: pixelated !important;
    image-rendering: -moz-crisp-edges;
    image-rendering: -webkit-crisp-edges;
    image-rendering: crisp-edges;
    --text-color: #212121;
    --bar-color-1: #0f60d9;
    --bar-color-2: #06a77d;
    --bar-color-3: #de626e;
    --bar-color-4: #0084a6;
    --bar-color-5: #8a8eba;
  }

  html[data-color-scheme='dark'] .survey-canvas-new {
    color: #e6e6e6 !important;
    --text-color: #e6e6e6;
  }

  .survey-table-header {
    font-weight: 500;
    font-size: 16px !important;
    letter-spacing: -0.03em;
    line-height: 2.00 !important;
    margin-bottom: 15px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .survey-table {
    width: 100%;
    font-size: 14px !important;
    margin-top: 1px !important;
    margin-bottom: 35px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    border-collapse: collapse;
    font-family: var(--font-body);
  }