html {
	scroll-behavior: auto !important;
}

.tinymce-editable {
	position: relative;
}

.tinymce-add-remove-wrapper {
	position: absolute;
	right: 0;
	top: 0;
	user-select: none !important;
	display: inline;
}

.tinymce-add-remove {
	display: none;
	padding: 5px 5px 2px 5px;
	position: absolute;
	right: 0;
	top: calc(100% + 2px);
	background-color: #333;
	z-index: 100;
	border-radius: 4px;
}

.tinymce-add-remove.active {
	display: block;
}

.tinymce-add,
.tinymce-remove,
.tinymce-move-up,
.tinymce-move-down,
.tinymce-add-remove-toggle {
	width: 24px;
	height: 24px;
	background-color: #2f9e44;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	cursor: pointer;
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 3px;
	transition: .1s ease;
}

.tinymce-add-remove-toggle {
	opacity: 0.5;
	background-color: #333;
}

.tinymce-add-remove-toggle:hover {
	opacity: 1;
}

.tinymce-add:hover,
.tinymce-remove:hover,
.tinymce-move-up:hover,
.tinymce-move-down:hover {
	opacity: 0.85;
}

.tinymce-move-down,
.tinymce-move-up {
	background-color: #fafafa;
	color: #666;
}

.tinymce-remove {
	background-color: #e03131;
	margin-right: 0;
}

.tinymce-right-50 .tinymce-add-remove-wrapper {
	left: auto;
	right: -50px;
}

.tinymce-left > .tinymce-add-remove-wrapper {
	left: 0;
	right: auto;
}

.tinymce-left-50 > .tinymce-add-remove-wrapper {
	left: -50px;
	right: auto;
}

.tinymce-top-20 > .tinymce-add-remove-wrapper {
	top: -20px;
}

.tinymce-child .tinymce-add-remove-toggle {
	background-color: #999;
}

.pricing__item-popular {
	z-index: 1 !important;
}

body {
	padding-top: 0 !important;
}

.mce-content-body *[contentEditable=false][data-mce-selected] {
	outline: 0;
}