.editor-styles-wrapper {
	.gb-templates-wrapper {
		display: flex;
		gap: 16px;

		.gb-template-selector-button {
			font-size: 13px;
			display: inline-flex;
			flex-direction: column;
			height: 100%;
			padding: 0;
			gap: 8px;

			svg {
				height: 50px;
			}
		}
	}

	.gb-select-layout {
		.components-placeholder__fieldset {
			overflow: hidden;
			display: flex;
			justify-content: center;
			text-align: center;
		}

		&__actions {
			margin-top: 30px;
			display: flex;
			justify-content: center;
			flex-basis: 100%;
		}
	}
}