.blocksy-hook-indicator {
	position: relative;
	color: #6d5400;
	font-size: 11px;
	font-weight: 500;
	padding: 4px 10px;
	margin: 15px 0;
	border-radius: 3px;
	background: rgba(255, 205, 5, 0.75);
	border: 1px dashed #d8a731;

	&:after {
		display: flex;
		align-items: center;
		content: "Edit";
		position: absolute;
		height: calc(100% + 2px);
		top: -1px;
		right: -1px;
		padding: 0 13px;
		// color: #fff;
		// background: #0A0500;
		border-radius: 0 3px 3px 0;
	}

	&:first-child {
		margin-top: 0;
	}

	&:last-child {
		margin-bottom: 0;
	}
}