#single-article-2023 .article--body .block-chart-embed, 
.editor-styles-wrapper .block-chart-embed {
  border: 1px solid #dedede;
  padding: 1.5rem;
  padding-bottom: .5rem;
  margin-bottom: 1rem;
}

#single-article-2023 .article--body .block-chart-embed iframe, 
.editor-styles-wrapper .block-chart-embed iframe {
  width: 100%;
}

#single-article-2023 .article--body .block-chart-embed.alignleft, 
#single-article-2023 .article--body .block-chart-embed.alignright
{
  width: 100%;
}

@media screen and (min-width: 700px) {
  #single-article-2023 .article--body .block-chart-embed.alignleft, 
  #single-article-2023 .article--body .block-chart-embed.alignright
  {
    width: 50%;
  }
}
@media screen and (min-width: 900px) {
  #single-article-2023 .article--body .block-chart-embed.alignleft, 
  #single-article-2023 .article--body .block-chart-embed.alignright
  {
    width: 40%;
  }
}

.editor-styles-wrapper .wp-block[data-align="left"] .wp-block-ristretto-chart-embed,
.editor-styles-wrapper .wp-block[data-align="right"] .wp-block-ristretto-chart-embed {
  width: 40%;
}
.editor-styles-wrapper .block-chart-embed.alignleft,
.editor-styles-wrapper .block-chart-embed.alignright {
  width: 100%;
}


/**
* Block color classes
**/
#single-article-2023 .article--body .block-chart-embed.has-background.has-blue-10-background-color {
  background-color: var(--blue-10);
}
#single-article-2023 .article--body .block-chart-embed.has-background.has-blue-30-background-color {
  background-color: var(--blue-30);
}
#single-article-2023 .article--body .block-chart-embed.has-background.has-blue-40-background-color {
  background-color: var(--blue-40);
}
#single-article-2023 .article--body .block-chart-embed.has-background.has-green-10-background-color {
  background-color: var(--green-10);
}
#single-article-2023 .article--body .block-chart-embed.has-background.has-green-30-background-color {
  background-color: var(--green-30);
}
#single-article-2023 .article--body .block-chart-embed.has-background.has-green-40-background-color {
  background-color: var(--green-40);
}
#single-article-2023 .article--body .block-chart-embed.has-text-color.has-blue-10-color {
  color: var(--blue-10);
}
#single-article-2023 .article--body .block-chart-embed.has-text-color.has-blue-30-color {
  color: var(--blue-30);
}
#single-article-2023 .article--body .block-chart-embed.has-text-color.has-blue-40-color {
  color: var(--blue-40);
}
#single-article-2023 .article--body .block-chart-embed.has-text-color.has-green-10-color {
  color: var(--green-10);
}
#single-article-2023 .article--body .block-chart-embed.has-text-color.has-green-30-color {
  color: var(--green-30);
}
#single-article-2023 .article--body .block-chart-embed.has-text-color.has-green-40-color {
  color: var(--green-40);
}
