/**
 * #.# 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-push-blocks {
  background: orangered;
  border: 0.2rem solid #292929;
  color: #292929;
  margin: 0 auto;
  max-width: 740px;
  padding: 2rem; }

.push-image-block {
  position: relative; }
  .push-image-block .push-image {
    width: 100%; }
  .push-image-block .push-caption {
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    font-style: italic;
    padding: 5px 10px;
    margin: 0;
    font-size: 12px;
    position: absolute;
    bottom: 8px;
    right: 0;
    text-transform: uppercase; }
