/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.wp-block-sfp-full-container-block {
  position: relative; }

.sfc-absolute {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0; }

.sfc-bg-image div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.sfc-bg-image + div {
  position: relative; }

.sfc-separator {
  border-top: 1px solid lightgray;
  padding-top: 10px; }

.sfc-aligment .components-toolbar button {
  width: 100%;
  display: inline-block; }
