/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Editor Styles
 *
 * CSS for just Backend enqueued after style.scss
 * which makes it higher in priority.
 */
.wp-block-cgb-block-my-block {
  	background: #bada55;
  	border: 0.2rem solid #292929;
  	color: #292929;
  	margin: 0 auto;
  	max-width: 740px;
  	padding: 2rem; 
}
.slider_style_text {
    text-transform: capitalize;
}
.megablock_panel_wrapper .components-panel__row{
	display: inherit;
}