
// Block, Variation, Block edit screen
.cbb-block-settings {
  &.is-opened {
    padding-bottom: 0;
  }

  .components-toggle-control {
    width: 100%;
  }

  // Make all label bold in WP 7.0
  .components-base-control__label,
  .components-input-control__label {
    font-weight: 500 !important;
  }
}

// External resource styles
.dependent-resources-control {
  .external-resource-group {
    margin-bottom: 12px !important;
  }
  .group-control__body {
    gap: 12px !important;
  }
  > .label-help > .label-help__header {
    margin-top: 0 !important;
    // border-bottom: 1px solid #e1e1e1;
  }
}

// Custom attributes
.custom-attributes-control {
  .repeater-group__item {
    padding-bottom: 0;
  }

  .group-item-toggle {
    margin-bottom: 8px !important;
  }
}

.repeater-sub-attributes {
  padding: 8px;
  border: 1px solid #ddd;

  .custom-attributes-control {
    .repeater-group__item {
      border-bottom: 0;

      > .group-item-toggle {
        margin-bottom: 4px !important;
      }
    }
  }
}

// Code editor
@include break-medium() {
  .interface-interface-skeleton__sidebar {
    &.is-sidebar-mode,
    &.is-fullscreen-editor {
      .components-panel__header {
        display: none;
      }
    }
    &.is-sidebar-mode {
      overflow: hidden;
    }
  }
}
