.ska-blocks__selector-nav {

	margin-bottom: 0 !important;

	&__compact-icon-button {

		& > svg {
			margin-bottom: -3px;
			margin-left: -3px;
			margin-right: -3px;
		}

		&.is-small {

			& > svg {
				margin-bottom: -4px;
			}
		}
	}

	/** Button group needs `max-width: max-content` normally to prevent some weird issue in popover, but here `100%` is needed to prevent overflow. */
	&.ska-button-group {

		& > .components-base-control__field {

			& > .ska-button-group__group {
				max-width: 100%;
			}
		}
	}
}

.ska-blocks__modal--move-to-parent {

	p.description {
		max-width: 20rem;
		font-size: 12px;
		line-height: 1.2;
		margin: -0.75rem 0 0 0;
	}
}
