
.edit-section-ribbon {
    position: absolute;
    right: 0;
    left: 0;
    top: -3px;
    z-index: 799;
}

[data-page-builder-section]:first-of-type .edit-section-ribbon {
    position: absolute;
    right: 0;
    left: 0;
    top: 20px;
    z-index: 1001;
}
.ql-align-center {
	text-align: center;
}

[data-page-builder-section] .edit-section-ribbon {
    height: 4px;
    display: block;
    background-color: rgba(0,0,0,0);
    transition: background-color .5s;
}

[data-page-builder-section]:hover .edit-section-ribbon {
	display: block;
	height: 4px;
}

[data-page-builder-section]:first-of-type .edit-section-ribbon {
    display: block;
    height: 4px;
    background-color: rgba(0,0,0,0);
    top: 0;
}

/*[data-page-builder-section] .add-section-button-wrapper {*/
/*	display: none !important;*/
/*}*/

[data-page-builder-section]:hover .add-section-button-wrapper {
	display: flex !important;
}

.edit-section-ribbon .add-section-button-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.edit-section-ribbon .add-section-button-wrapper button {
    border-radius: 5px;
    background-color: #00aa88;
    color: white;
    top: -13px;
    position: relative;
    padding: 5px 20px;
    cursor: pointer !important;
    box-shadow: 3px 3px 15px rgba(0,0,0,.5);
    opacity: 0;
    transition: opacity .5s, visibility .5s;
    visibility: hidden;
}

[data-page-builder-section]:first-of-type .edit-section-ribbon .add-section-button-wrapper button {
    top: -3px;
}

.edit-section-ribbon .add-section-button-wrapper button:hover {
    box-shadow: 3px 3px 15px rgba(0,0,0,.7);
}

@media (max-width: 560px) {
    .edit-section-toolbox {
        right: 0px !important;
        left: 0px !important;
        max-width: 220px !important;
        top: 34px !important;
        margin: auto !important;
    }
}


.edit-section-toolbox {
    position: absolute;
    top: 3px;
    right: 16px;
    margin: 15px;
    background-color: rgba(255,255,255,.8);
    z-index: 9999999;
    padding: 10px 10px;
    border-radius: 9px;
    box-shadow: 2px 2px 10px rgba(0,0,0,.3);
    color: black;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

[data-page-builder-section]:first-of-type .edit-section-toolbox {
    top: -22px;
}

[data-page-builder-section]:first-of-type .edit-section-toolbox {
    top: -2px;
}


.edit-section-toolbox a {
    padding-left: 10px;
    padding-right: 10px;
    color: black !important;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer !important;
    border-radius: 999px;
}


.edit-section-toolbox a svg {
    height: 24px;
    width: 24px;
}

.edit-section-toolbox a:hover {
    color: rgba(0,0,0,.6) !important;
    position: relative;
    top: -2px;
}

.edit-section-toolbox a.danger {
    padding-left: 10px;
    padding-right: 10px;
    color: red !important;
    cursor: pointer !important;
}

.edit-section-toolbox a.danger:hover {
    color: rgba(255,0,0,.6) !important;
}

[data-page-builder-section] {
    position: relative;
}

