/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
@media (min-width: 600px) {
  .has-1-columns > .wp-block-column {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-right: 0; } }

body .wp-block-columns .wp-block-column .dsgn__no-margins {
  margin: 0; }

body .wp-block-columns .wp-block-column .dsgn__single-line-height {
  line-height: 1; }

/*# sourceMappingURL=dsgn.style.build.css.map*/