body {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100dvh;
  padding: 16px;
  box-sizing: border-box;
}

html {
  background-color: #f3f3f3;
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.chart-breakdown {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.chart-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #333;
}

.chart-item-indicator {
  height: 8px;
  width: 8px;
  display: flex;
  border-radius: 8px;
}

.content {
  padding: 32px;
  max-width: 767px;
  background-color: #f0eee5;
  border-radius: 8px;
  margin: auto;
  width: 100%;
  box-sizing: border-box;
}

.example-chart {
  display: flex;
  gap: 16px;
  margin: 8px 0;
  border-bottom: 1px solid #ddd;
  padding: 16px 0;
}

.text {
  color: #666;
  font-size: 14px;
}

code, textarea {
  padding: 8px;
  border: 1px solid #eee;
  border-radius: 8px;
  display: block;
  margin: 8px 0;
  width: 100%;
  box-sizing: border-box;
  max-width: 100%;
}

li {
  color: #666;
  font-size: 15px;
}
li b {
  color: #000;
}

@media (max-width: 580px) {
  .example-chart {
    flex-direction: column;
  }
}/*# sourceMappingURL=style.css.map */
