/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.wp-block-cgb-block-my-block {
  background: orangered;
  border: 0.2rem solid #292929;
  color: #292929;
  margin: 0 auto;
  max-width: 740px;
  padding: 2rem; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.cs-post-image {
  margin: auto; }
  .cs-post-image .cs-post-image__credit {
    text-align: right;
    color: #aaa; }
    .cs-post-image .cs-post-image__credit:before {
      content: '-';
      display: inline-block;
      margin-right: 8px; }
