 .editor-styles-wrapper .fsjsembeddable h2,  .editor-styles-wrapper .fsjsembeddable h1{
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

.fsjseditbutton{
  box-shadow: 0 0 0 0 var(--wp-admin-theme-color);
  display: flex;
  justify-content: center;
  min-height: 40px;
  outline-offset: -1px;
  overflow: hidden;
  padding: 0;
  transition: all .1s ease-out;
  width: 100%;
	
}


.fsjseditbutton {
	box-shadow: inset 0 0 0 1px #ccc;
	
}