.block-editor ul.wp-block-custom-post-type-widget-blocks-archives {
  padding-left: 2.5em;
}

.block-editor .wp-block-custom-post-type-widget-blocks-categories ul {
  padding-left: 2.5em;
}
.block-editor .wp-block-custom-post-type-widget-blocks-categories ul ul {
  margin-top: 6px;
}

.wp-block-custom-post-type-widget-blocks-latest-comments.has-avatars .avatar {
  margin-right: 10px;
}
.wp-block-custom-post-type-widget-blocks-latest-comments.has-avatars .wp-block-custom-post-type-widget-blocks-latest-comments__comment {
  margin-block-end: 0.8rem;
}

.block-editor .wp-block-custom-post-type-widget-blocks-latest-posts {
  padding-left: 0;
}

.block-editor-post-featured-image-control__row .components-responsive-wrapper__content {
  max-width: 100%;
  width: auto;
}

.wp-block[data-align=center] .wp-block-custom-post-type-widget-blocks-search .wp-block-custom-post-type-widget-blocks-search__inside-wrapper {
  margin: auto;
}

.wp-block-custom-post-type-widget-blocks-search .wp-block-custom-post-type-widget-blocks-search__input {
  padding: 8px;
  font-size: inherit;
}
.wp-block-custom-post-type-widget-blocks-search.wp-block-custom-post-type-widget-blocks-search__button-inside .wp-block-custom-post-type-widget-blocks-search__inside-wrapper {
  padding: 4px;
}
.wp-block-custom-post-type-widget-blocks-search .wp-block-custom-post-type-widget-blocks-search__button {
  height: auto;
  border-radius: initial;
}
.wp-block-custom-post-type-widget-blocks-search .wp-block-custom-post-type-widget-blocks-search__button.wp-block-custom-post-type-widget-blocks-search__button.wp-block-custom-post-type-widget-blocks-search__button {
  display: flex;
  align-items: center;
}
.wp-block-custom-post-type-widget-blocks-search__components-button-group {
  margin-top: 10px;
}
