/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 */
.cbb-block {
  &,
  * {
    box-sizing: border-box;
  }
}

a.cbb-block {
  display: block;
}
