
// Make the background dropdown behind the media modal popup: 160000
.cbb-settings-dropdown,
.cbb-background-dropdown {
  z-index: 150000;
}

// Dropdown of custom control in block toolbar.
.cbb-dropdown .components-popover__content {
  min-width: 300px;
  padding: 12px;

  h2 {
    font-size: 13px;
    color: #1e1e1e;
  }
}

// General settings for all setting controls
.cbb-settings {
  // Hide the empty label
  .components-base-control__label:empty {
    display: none;
  }

  // Make the toggle control full width
  .components-toggle-control {
    width: 100%;
  }
}
