:root {
	--teft-gd-post-selector-height: 400px;
	--teft-gd-post-selector-max-height: calc(100vh - 228px);
}
.teft-gb-post-selector-draggable {
	height: var(--teft-gd-post-selector-height);
	max-height: var(--teft-gd-post-selector-max-height);
	overflow-y: auto;
	position: relative;
}
.teft-gb-post-selector__edit-posts {
	list-style: none;
	margin: 0;
}
.teft-gb-post-selector__edit-post-item {
	align-items: center;
	border-bottom: 1px solid #e2e4e7;
	display: flex;
	font-size: 16px;
	font-weight: 600;
	list-style: none;
	margin: 0;
	padding: 7px 16px;
}
.teft-gb-post-selector__drag-handle {
	cursor: move;
	cursor: grab;
	margin-left: auto;
	padding: 0
}
.teft-gb-post-selector__drag-handle span {
		padding: 8px;
	}
.teft-gb-post-selector__drag-handle svg {
		vertical-align: bottom;
	}
.teft-gb-post-selector-dragging {
	cursor: grabbing !important
}
.teft-gb-post-selector-dragging .components-icon-button:not(:disabled):not([aria-disabled="true"]):not(.is-default):hover {
		box-shadow: none;
		cursor: grabbing;
	}
.teft-gb-post-selector-draggable-element {
	background-color: #f9f9fb;
	border-top: 1px solid #e2e4e7;
	cursor: grabbing;
	z-index: 9999999
}
.teft-gb-post-selector-draggable-element .teft-gb-post-selector__drag-handle {
		cursor: grabbing;
	}
.teft-gutenberg-post-selector__loader {
	align-items: center;
	display: flex;
	height: var(--teft-gd-post-selector-height);
	justify-content: center;
	max-height: var(--teft-gd-post-selector-max-height);
	width: 100%;
}
.teft-gutenberg-post-selector__message {
	align-items: center;
	display: flex;
	height: var(--teft-gd-post-selector-height);
	justify-content: center;
	max-height: var(--teft-gd-post-selector-max-height);
	width: 100%;
}
.teft-gutenberg-post-selector__post-list {
	height: var(--teft-gd-post-selector-height);
	list-style: none;
	margin: 0;
	max-height: var(--teft-gd-post-selector-max-height);
	overflow-y: auto
}
.teft-gutenberg-post-selector__post-list li {
		margin: 0;
	}
.teft-gutenberg-post-selector__post-list-button {
	background-color: #fff;
	border: 0;
	border-bottom: 1px solid #e2e4e7;
	border-radius: 0;
	cursor: pointer;
	display: block;
	font-size: 16px;
	font-weight: 600;
	height: auto;
	padding: 16px 24px;
	text-align: left;
	width: 100%
}
.teft-gutenberg-post-selector__post-list-button:hover {
		background-color: #f9f9fb;
	}
.teft-gutenberg-post-selector__post-list-button.is-selected {
		background-color: var(--wp-admin-theme-color);
		color: #fff;
	}
.teft-gutenberg-post-selector__post-list-button:focus {
		box-shadow: inset 0 0 0 1px #6c7781;
		outline: none
	}
.teft-gutenberg-post-selector__post-list-button:focus.is-selected {
			background-color: var(--wp-admin-theme-color);
			box-shadow: inset 0 0 0 1px #fff;
		}
.teft-gutenberg-post-selector__post-list-button:disabled {
		cursor: default;
		opacity: 1
	}
.teft-gutenberg-post-selector__post-list-button:disabled:hover {
			background-color: #fff;
		}
.teft-gb-post-selector-post-types {
	margin-right: 15px;
	position: relative;
}
.teft-gb-post-selector-post-types__dropdown {
	background-color: #fff;
	border: 1px solid #e2e4e7;
	box-shadow: 0 3px 30px rgba(25, 30, 35, 0.1);
	left: 0;
	padding: 1rem;
	position: absolute;
	top: calc(100% + 10px);
	width: 300px
}
.teft-gb-post-selector-post-types__dropdown .components-base-control + .components-base-control {
		margin-bottom: 0;
	}
.teft-gb-post-selector__title {
	display: block;
	padding-left: 16px;
}
.teft-gutenberg-post-selector__blocks {
	height: 466px;
	list-style: none;
	margin: 0;
	max-height: calc(100vh - 160px);
	overflow-y: auto;
}
.teft-gutenberg-post-selector__blocks-grid {
	display: grid;
	grid-gap: 1rem;
	grid-template: 1fr / 1fr 1fr;
	padding: 1rem;
}
.teft-gutenberg-post-selector__blocks-button {
	align-items: flex-start;
	border: 1px solid #ddd;
	height: auto;
	padding: 1rem;
	text-align: left
}
.teft-gutenberg-post-selector__blocks-button h4 {
		margin: 0 0 0.25rem;
	}
.teft-gutenberg-post-selector__blocks-content {
	margin-left: 1rem;
}
.components-modal__header .teft-gb-post-selector__tabs .components-button {
	height: 60px;
	left: 0;
	padding: 3px 16px;
}
.teft-gb-post-selector .components-modal__header {
		margin-bottom: 0;
		padding-left: 0;
	}
.teft-gb-post-selector .components-modal__content {
		padding-bottom: 0;
	}
.teft-gb-post-selector__header {
	border-right: 1px solid #e2e4e7;
	flex: 0 0 300px;
	height: var(--teft-gd-post-selector-height);
	max-height: var(--teft-gd-post-selector-max-height);
	overflow-y: auto
}
.teft-gb-post-selector__header .components-base-control + .components-base-control {
		margin-bottom: 0;
	}
.teft-gb-post-selector-search {
	padding: 16px;
}
.teft-gb-post-selector__content {
	margin: 0 -24px;
	width: 900px;
}
.teft-gb-post-selector__post-selector {
	display: flex;
}
.teft-gb-post-selector__posts {
	flex: 1;
}
.teft-gb-post-selector__footer {
	border-top: 1px solid #e2e4e7;
	display: flex;
	justify-content: space-between;
	margin: -1px -24px 0;
	padding: 15px 16px;
	position: relative;
	z-index: 1;
}
@media (max-width: 600px) {
	.show-for-small {
		display: none !important;
	}
}
@media (max-width: 782px) {
	.show-for-medium {
		display: none !important;
	}
}
@media (max-width: 960px) {
	.show-for-large {
		display: none !important;
	}
}
@media (max-width: 1280px) {
	.show-for-wide {
		display: none !important;
	}
}
@media (max-width: 1440px) {
	.show-for-huge {
		display: none !important;
	}
}
.block-plugin-wiki__inner {
	max-width: var(--teft-theme-site-width);
	margin: 0 auto
}
.block-plugin-wiki__inner .block-plugin-wiki__search input[type="text"] {
			width: 100%;
			padding: 1rem 1.5rem;
			font-size: 1.5em;
			background: white;
		}
.block-plugin-wiki__inner .block-plugin-wiki__shortcuts {
		padding: 0.5rem 0
	}
.block-plugin-wiki__inner .block-plugin-wiki__shortcuts span {
			font-weight: 700;
			margin-right: 10px;
		}
.block-plugin-wiki__inner .block-plugin-wiki__shortcuts a {
			margin-right: 10px;
			display: inline-block;
		}
.block-plugin-wiki__inner .block-plugin-wiki__articles {
		margin-top: 24px
	}
.block-plugin-wiki__inner .block-plugin-wiki__articles h3 {
			margin-bottom: 0.5rem;
		}
.block-plugin-wiki__inner .block-plugin-wiki__articles ul {
			display: flex;
			list-style: none;
			padding: 0;
			margin: 0 -1rem;
			flex-wrap: wrap
		}
.block-plugin-wiki__inner .block-plugin-wiki__articles ul li {
				width: 100%;
				padding: 0.5rem 1rem;
				margin: 0
			}
@media (min-width: 961px) {
.block-plugin-wiki__inner .block-plugin-wiki__articles ul li {
					width: 33.333%;
					padding: 1rem
			}
				}
.block-plugin-wiki__inner .block-plugin-wiki__articles ul li a {
					text-decoration: none;
					color: black
				}
.block-plugin-wiki__inner .block-plugin-wiki__articles ul li a:hover h4 {
						color: var(--theme-color-orange-500);
					}
.block-plugin-wiki__inner .block-plugin-wiki__articles ul li h4 {
					margin: 0 0 0.5rem;
					color: var(--teft-theme-primary-color);
				}
.block-plugin-wiki__inner .block-plugin-wiki__articles ul li p {
					margin: 0;
					display: none
				}
@media (min-width: 961px) {
.block-plugin-wiki__inner .block-plugin-wiki__articles ul li p {
						display: block
				}
					}
.block-plugin-wiki__inner .block-plugin-wiki__articles .block-plugin-wiki__results .block-plugin-wiki__results-inner > h4 {
			margin: 0;
		}
.has-background .block-plugin-wiki__inner {
	padding: 2rem;
}
.alignfull.has-background .block-plugin-wiki__inner {
	padding: 0;
}
.block-plugin-wiki-topics__inner .block-plugin-wiki__topics {
		display: flex;
		flex-wrap: wrap
	}
@media (min-width: 961px) {
.block-plugin-wiki-topics__inner .block-plugin-wiki__topics {
			margin: 2rem -1rem
	}
		}
.block-plugin-wiki-topics__inner .block-plugin-wiki__topic {
		margin: 0 0 2rem
	}
@media (min-width: 961px) {
.block-plugin-wiki-topics__inner .block-plugin-wiki__topic {
			width: 25%;
			padding: 0 1rem
	}
		}
.block-plugin-wiki-topics__inner .block-plugin-wiki__topic h4 {
			margin: 0 0 15px;
		}
.block-plugin-wiki-topics__inner .block-plugin-wiki__topic a {
			margin: 0 0 10px;
			font-size: var(--teft-typography-s);
			font-weight: 400;
			display: block
		}
.block-plugin-wiki-topics__inner .block-plugin-wiki__topic a.block-plugin-wiki__topic-more {
				font-size: var(--teft-typography-xs);
				font-weight: 600;
			}

