.edit-post-pinned-plugins .components-icon-button.is-toggled svg.dashicons-admin-site,
.edit-post-pinned-plugins .components-icon-button.is-toggled svg.dashicons-admin-site * {
  fill: #0000ff !important;
  display: none;
}

.edit-post-pinned-plugins .components-icon-button:not(.is-toggled) svg.dashicons-admin-site,
.edit-post-pinned-plugins .components-icon-button:not(.is-toggled) svg.dashicons-admin-site * {
  fill: #0000ff;
  display: none;
}

.edit-post-pinned-plugins .wpglobus-switcher-button {
  border-color: #cccccc;
  border-radius: 3px;
}

.wpglobus-block-editor-panel__notice {
  border-left: 0;
}

.wpglobus-block-editor-panel__notice .components-notice__content {
  margin-top: 0;
  margin-bottom: 0;
  color: #000;
  font-weight: 500;
}

.edit-post-layout .wpglobus-block-editor-panel__notice.components-notice {
  min-height: 0;
}

.edit-post-layout .wpglobus-block-editor-panel__settings-link {
  float: right;
  margin-bottom: 10px;
}

.edit-post-layout .wpglobus-block-editor-panel__info {
  float: left;
  margin-bottom: 10px;
}

.edit-post-layout .wpglobus-block-editor-panel__flag {
  vertical-align: middle;
}
