/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.cfb-block-typography-advanced,
.cfb-block-box-shadow-advanced {
  -webkit-box-shadow: 0 3px 30px rgba(25, 30, 35, 0.1);
          box-shadow: 0 3px 30px rgba(25, 30, 35, 0.1);
  border: 1px solid #e2e4e7;
  background: #fff;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative; 
}

.cfb-block-typography-option-actions{
        display: flex;
        align-items: center;
        button{
                margin-left: auto;
        }
        &:nth-child(1){
              margin-bottom: 1rem;
        }
}
