[contenteditable=true]:empty:before{
    content:attr(data-ph);
    color:grey;
    font-style:italic;
    cursor: text;
    pointer-events: none;
    display: block;
}
#select_toolbox{
    position: absolute;
    display: none;
    background-color: rgb(184, 217, 53);
    border: 1px solid rgb(204, 204, 204);
    top: 314px;
    left: 697px;
    border-radius: 4px;
}
.tooloption{
    text-align: center;
    padding: 2px;
    cursor: pointer;
    user-select: none;
    width: 40px;
    height: 40px;
    font-size: 24px;
}
.tooloption:hover{
    background-color: aquamarine;
}
#newline{
    position: relative;
}
.blogeditable{
    outline: none;
    padding: 5px 0;
    border-bottom: 1px dashed #fff0;
}
.blogeditable:focus{
    border-bottom: 1px dashed #ccc;
}
#newlineButtons{
    display:flex;
    margin: 30px 0;
    width:42px;
    margin-top: -42px;
    margin-left: -60px;
}
#newlineOptionsInputs{
    display:none;
}
#newlineOptionsInputs .nlinput{
    display:none;
}
#newlineOptionsInputs .psopt_btn{
    display: flex;
    font-size: 24px;
    cursor: pointer;
    padding: 8px;
    background: white;
    border-radius: 50px;
    box-shadow: 0px 1px 6px #9d9d9d;
    color: coral;
}
#newlineOptionsInputs .psopt_btn:hover{
    color:rgb(0, 0, 0);
}
#newlineOptionsInputs .pso_selected{
    background:#252525;
    color:white;
}
#newlineOptionsInputs .pso_selected:hover{
    background:#252525;
    color:white;
}
#newlineBtn{
    text-align: center;
    user-select: none;
    background: #ccc;
    font-size: 30px;
    width: 40px;
    height: 40px;
    line-height: 1.2;
    border-radius: 10px;
    cursor: pointer;
}
#newlineOptionsButtons{
    display:none;
}
#newlineOptions{
    background: white;
    z-index: 2;
    display: none;
    box-shadow: rgb(169 169 169) 1px 1px 20px 0px;
    padding: 10px;
    border-radius: 20px;
    width: fit-content;
}
#psearch_input_holder{
    display: none;
    min-width:500px;
    margin-left: 6px;
}
.nloption{
    user-select: none;
    cursor: pointer;
    background: #252525;
    /* padding: 0px 7px; */
    font-size: 26px;
    margin: 0 6px;
    height: 40px;
    width: 40px;
    color: white;
    align-items: center;
    /* display: grid; */
    border-radius: 20px;
    text-align: center;
}
.nlinput{
    font-size:18px;
    padding: 8px 0;
    width:100%;
    border-bottom: 1px dashed #ccc;
}
.nlinput:focus{
    border-bottom: 1px dashed #ccc;
}
#product_results{
    display:none;
}
.nloption svg{
    margin-top:6px;
}
.edit_btns,.child_edit_btns{
    position: absolute;
    right: 6px;
    background: white;
    border-radius: 6px;
    display: flex;
    text-align: center;
    opacity: 0;
    top: 6px;
    box-shadow: 1px 1px 5px #888;
    color:black;
}
.edit_btns .edit_btn,.child_edit_btns .child_edit_btn{
    line-height: 1;
    padding: 3px 8px;
    font-size: 20px;
    cursor: pointer;
    user-select: none;
}
.edit_btns .edit_btn:hover,.child_edit_btns .child_edit_btn:hover{
    background-color: #eee;
}
.to_drag:hover .edit_btns,.child_to_drag:hover .child_edit_btns {
    opacity: 1; /* or use 'visibility: visible;' if you're using visibility */
}
.new_line_btn,.child_new_line_btn{
    position: absolute;
    text-align: center;
    user-select: none;
    background: #fff;
    font-size: 30px;
    width: 40px;
    height: 40px;
    line-height: 1.2;
    border-radius: 10px;
    cursor: pointer;
    opacity: 0.2;
    left: -64px;
    bottom: -15px;
    box-shadow: 0px 0px 7px #999;
    color:black;
}
.child_new_line_btn{
    font-size: 28px;
    width: 35px;
    height: 35px;
    line-height: 1.15;
    left: -53px;
}
.to_drag:hover .new_line_btn {
    opacity: 1; /* or use 'visibility: visible;' if you're using visibility */
}
.child_to_drag:hover .child_new_line_btn {
    opacity: 1; /* or use 'visibility: visible;' if you're using visibility */
}
#product_results{
    margin-top:14px;
}
.p_result{
    display: flex;
    cursor: pointer;
    padding: 8px 12px;
    margin-bottom: 2px;
    align-items: center;
    gap: 8px;
    height: 122px;
    border-bottom: 1px solid #eee;
    overflow:hidden;
}
.p_result:hover{
    background: #eee;
}
.p_result img{
    width:100px;
    border-radius: 5px;
}
#articleThumbPicture img{
    border-radius: 10px;
}
#newlineOptionsButtons{

}