array( 'position' => 'relative', 'width' => '100%', 'height' => 'auto', 'display' => 'flex', 'align-items' => 'center', 'justify-content' => 'center', 'background' => 'var(--wp--preset--color--surface)', 'border' => '0', ), ); $css .= parse_css( $css_output ); return $css; }