/*****************************************/
/* Customizer control design options style
/*****************************************/

.bloglo-design-options-wrapper {
  .background-color-overlay {
    .wp-color-result.button {
      top: 1.33em !important;
    }
  }

  .bloglo-design-options-heading {
    flex-grow: 1;
  }

  .bloglo-range-suffix {
    margin-left: 6px;
  }

  .reset-defaults {
    display: none;

    &.active {
      display: block;
    }
  }
}
