@import "../../sass/mixin";
@import "../../sass/mixin-widget";

.wp-block-categories > ul{
	padding: 0 !important;
	@include widget-archive();
}

.editor-styles-wrapper.editor-styles-wrapper {
	.edit-post-visual-editor__post-title-wrapper {
		margin-bottom: 20px;
		.editor-post-title__input {
			text-transform: none;
			font-weight: bold;
			font-size: 20px;
			line-height: 1.3;
			color: #000;
			-webkit-border-radius: 0;
			-moz-border-radius: 0;
			border-radius: 0;
		}
	}


	.components-icon-button.block-editor-block-switcher__toggle {
		overflow: hidden;
	}
}

