.help-survey-chart{margin:1.5rem 0 2rem}.help-survey-chart__panel{border:1px solid var(--cp-secondary-border-subtle,#e0e5eb);border-radius:8px;background:#fff;padding:1rem}.help-survey-chart__canvas-wrap{position:relative;width:100%;height:320px}.help-survey-chart__canvas{display:block;width:100%!important;height:100%!important}.help-survey-chart__legend{list-style:none;padding:0;margin:1rem 0 0;display:grid;gap:.625rem}.help-survey-chart__legend-item{display:grid;grid-template-columns:auto 1fr auto;align-items:start;gap:.625rem;font-size:.9375rem;line-height:1.45;color:var(--cp-component-color,#333d4c)}.help-survey-chart__swatch{width:.875rem;height:.875rem;border-radius:999px;margin-top:.25rem;background:var(--cp-primary,#f55266);flex:0 0 auto}.help-survey-chart__value{font-weight:700;white-space:nowrap}.help-survey-chart__note{margin:.875rem 0 0;font-size:.875rem;color:var(--cp-secondary-color,#6c727f)}.help-survey-chart__stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.875rem}.help-survey-chart__stat{border:1px solid var(--cp-secondary-border-subtle,#e0e5eb);border-radius:8px;background:var(--cp-secondary-bg-subtle,#f5f5f5);padding:.875rem 1rem}.help-survey-chart__stat-value{display:block;font-size:1.75rem;font-weight:700;line-height:1.1;color:var(--cp-dark,#222934);margin-bottom:.375rem}.help-survey-chart__stat-label{display:block;font-size:.9375rem;line-height:1.45;color:var(--cp-component-color,#333d4c)}.help-survey-chart__stat-meter{margin-top:.75rem;height:.5rem;border-radius:999px;background:var(--cp-secondary-bg,#eef1f6);overflow:hidden}.help-survey-chart__stat-meter>span{display:block;height:100%;width:0;background:var(--cp-primary,#f55266);border-radius:inherit}.help-survey-chart__keywords{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.875rem}.help-survey-chart__keyword{border:1px solid var(--cp-secondary-border-subtle,#e0e5eb);border-radius:8px;background:var(--cp-secondary-bg-subtle,#f5f5f5);padding:.875rem 1rem;font-size:1rem;font-weight:600;line-height:1.4;color:var(--cp-dark,#222934)}.help-survey-chart__keyword::before{content:"";display:block;width:2.25rem;height:.25rem;border-radius:999px;background:var(--cp-primary,#f55266);margin-bottom:.625rem}@media (max-width:767.98px){.help-survey-chart__panel{padding:.875rem}.help-survey-chart__canvas-wrap{height:280px}.help-survey-chart__stats,.help-survey-chart__keywords{grid-template-columns:1fr}.help-survey-chart__legend-item{grid-template-columns:auto 1fr}.help-survey-chart__value{grid-column:2}}