/* Global */
.editable-block {
    position: relative;
    width: 100%;
}


.block-editable-anchor {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    background: rgba(23,121,186,0.2);
    border: 0.5px solid #1779ba;
    min-height: 40px;
    z-index: 2;
}

.block-editable-anchor > span {
    position: absolute;
    top: 0;
    right: 5px;
    display: inline-block;
    text-align: center;
    font-size: 25px;
}