.block-editor-block-list__layout .reusable-block-indicator {
	background: $white;
	border: $border-width dashed $light-gray-500;
	color: $dark-gray-500;
	top: -$block-padding;
	height: 30px;
	padding: $grid-size-small;
	position: absolute;
	z-index: z-index(".block-editor-block-list__layout .reusable-block-indicator");
	width: 30px;
	right: -$block-padding;
}
