@charset "UTF-8";
.c-editor p mark:not(.has-inline-color){
  background-color: transparent !important;
  background: linear-gradient(transparent 50%, #c8e8e8 50%);
}
.wp-block-image.size-full > img{
  width: 100%;
}
.has-text-align-center{
  text-align: center !important;
}
.has-text-align-right{
  text-align: right !important;
}