.we-w-full {
	width: 100%;
}
.we-margin-0 {
	margin: 0;
}

.components-toolbar .components-custom-select-control {
	display: flex;
	align-items: center;
}
.components-toolbar .components-custom-select-control__menu {
	top: 0;
	margin-top: 0;
}
.components-toolbar
	.components-custom-select-control
	.components-input-control__container,
.components-toolbar
	.components-custom-select-control
	.components-custom-select-control__button {
	min-width: unset !important;
}
.components-toolbar
	.components-custom-select-control
	.components-custom-select-control__label {
	padding: 10px;
	margin-bottom: 0;
}
.components-toolbar
	.components-custom-select-control
	.components-custom-select-control__item {
	line-height: 1;
}

table.wp-list-table
	.manage-column:not(.column-cb, .column-thumb, .column-name) {
	width: auto !important;
}

#webackit_gpt_admin_history {
	table-layout: fixed;
}
#webackit_gpt_admin_history tr .column-primary,
#webackit_gpt_admin_history tr .column-prompt_id {
	width: 25px !important;
}
#webackit_gpt_admin_history tr td.column-user_prompt {
	overflow: scroll;
}

.wrap pre {
	overflow: auto;
}

.we_you_say_it_webackit {
	margin-bottom: 0;
	color: #000;
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
}
.we_you_say_it_webackit img {
	max-height: 42px;
	vertical-align: middle;
}
.we_you_say_it_webackit strong {
	color: #4344ee;
}

.we-img-middle img {
	vertical-align: middle;
}

.block-editor-block-patterns-list__list-item {
	height: fit-content !important;
}

.block-editor-block-list__block
	.block-list-appender:only-child
	.block-editor-default-block-appender__content {
	display: contents !important;
}
.block-editor-block-list__block .block-list-appender:only-child {
	width: max-content;
}

.components-panel__body .components-flex {
	height: unset !important;
}
.components-panel__body .editor-post-taxonomies__hierarchical-terms-list {
	margin: 5px 0;
}

@media only screen and (min-width: 600px) {
	.wp-block-post-template.is-flex-container.is-flex-container.columns-4 > li {
		width: calc(25% - 17px);
	}
}
