/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for the Frontend ONLY.
 */
/**
 * Main block
 */
.wp-block-cgb-block-sso-large-section {
  /**
	* Extra predefined styles
	*
	* !!## IMPORTANT ##!!
	* Changes made here also needs to be
	* defined in editor.scss
	* !!## IMPORTANT ##!!
	*/ }
  .wp-block-cgb-block-sso-large-section .hidden {
    display: none; }
  .wp-block-cgb-block-sso-large-section .editor-block-list__block-edit {
    display: grid; }
  .wp-block-cgb-block-sso-large-section .is-style-align-header-left .header-wrapper {
    float: left; }
  .wp-block-cgb-block-sso-large-section .is-style-align-header-left .text-wrapper {
    float: right; }
  .wp-block-cgb-block-sso-large-section .is-style-align-header-right .header-wrapper {
    float: right; }
  .wp-block-cgb-block-sso-large-section .is-style-align-header-right .text-wrapper {
    float: left; }
