/**
 * The following styles get applied both on the front of your site and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-ugblocks-callout {
  background-color: #1b7f6d;
  color: #fff;
  padding: 2rem 5rem; }
  .wp-block-ugblocks-callout h1:first-of-type,
  .wp-block-ugblocks-callout h2:first-of-type,
  .wp-block-ugblocks-callout h3:first-of-type,
  .wp-block-ugblocks-callout h4:first-of-type {
    font-weight: normal;
    margin-bottom: -10px; }
    .wp-block-ugblocks-callout h1:first-of-type + h4,
    .wp-block-ugblocks-callout h2:first-of-type + h4,
    .wp-block-ugblocks-callout h3:first-of-type + h4,
    .wp-block-ugblocks-callout h4:first-of-type + h4 {
      font-size: 1.8rem;
      font-weight: normal;
      margin-top: 3px; }

