.mttm-play .mttm-edit-options, .mttm-play [mttm-for] {
    display: none !important;
}

.mttm-edit-options-text {
    position: absolute;
    top: 0;
    bottom: 0;
    /* line-height: 0; */
    z-index: 999999;
    margin: auto 0;
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}

.mttm-edit-options-link {
    position: absolute;
    top: 0;
    bottom: 0;
    /* line-height: 0; */
    z-index: 999999;
    margin: auto 0;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.mttm-edit-options-content {
    position: absolute;
    top: 0;
    left: 0;
    /* line-height: 0; */
    z-index: 999999;
    margin: auto 0;
    display: flex;
    align-items: center;
    /*margin-bottom: 1rem;*/
}

.mttm-edit-options-item {
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    /* line-height: 0; */
    z-index: 999998;
    /* margin: auto 0; */
    /* display: flex; */
    /* align-items: center; */
    padding-bottom: 5%;
    right: 0;
    pointer-events: none;
}

.mttm-edit-options-image {
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    /* line-height: 0; */
    z-index: 999999;
    /* margin: auto 0; */
    /* display: flex; */
    /* align-items: center; */
    padding-left: 10%;
    right: 0;
    padding-bottom: 5%;
    pointer-events: none;
}

.mttm-edit-type {
    color: black !important;
    background-color: white !important;
    padding: 3px 8px !important;
    font-size: 10px !important;
    border-radius: 10px !important;
    opacity: 0.9 !important;
    border: 1px solid #c6c6c6 !important;
    pointer-events: initial;
    z-index: 99998;
    cursor: pointer;
}

.mttm-edit-type:hover {
    color: white !important;
    background-color: black !important;
    border: 1px solid #f5f5f56b !important;
}

#mttm-edit-options {
    position: sticky;
    bottom: 0;
    z-index: 999999;
    background-color: white;
    padding: 10px;
    box-shadow: 0px 0 20px #00000012;
}

.mttm-edit-item-option {
    display: inline-block;
    padding: 5px;
    border: 1px solid;
    border-radius: 10px;
    text-align: center;
}

body:not([exists="1"]) .sidebar-box {
	max-height: 120px;
	position: relative;
	overflow: hidden;
}

body:not([exists="1"]) .sidebar-box .read-more {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 30px 0 10px 0;
	background-image: -moz-linear-gradient(top, transparent, black);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(1, white));
}

body.mttm-editing-active .mttm-hidden\@editing {
	display: none !important;
}

body.mttm-editing-active .mttm-visible\@editing {
	display: inherit !important;
}

.fr-wrapper *:has(> a[href*='www.froala.com']) {
	display: none;
}